]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/XPainter.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / xforms / XPainter.h
index 5197c24bfae38620cd5d1acdcc9ec26afe077461..c98bb757722d0c83330a2814525ec8d29c9bc9f3 100644 (file)
@@ -7,17 +7,14 @@
  * \author unknown
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef XPAINTER_H
 #define XPAINTER_H
 
-
-#include <config.h>
-
 #include "frontends/Painter.h"
-#include "LString.h"
+#include "support/std_string.h"
 
 #include <X11/Xlib.h>
 
@@ -95,7 +92,7 @@ public:
        /// draw an image from the image cache
        virtual Painter & image(int x, int y,
                int w, int h,
-               grfx::Image const & image);
+               lyx::graphics::Image const & image);
 
        /// draw a string at position x, y (y is the baseline)
        virtual Painter & text(int x, int y,