]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Painter.C
Handle Qt-style file filters like
[lyx.git] / src / frontends / Painter.C
index f3294346c80b0e8fbbbbed168c32f995f3aaa3ea..74fe2b78f0818ace169cfe027c5fb47db20e827d 100644 (file)
 
 #include <config.h>
 
-
 #include "Painter.h"
-#include "lyxfont.h"
+#include "font_metrics.h"
 #include "WorkArea.h"
-#include "frontends/font_metrics.h"
+
+#include "LColor.h"
+#include "lyxfont.h"
 
 using std::max;
+using std::string;
+
 
 Painter & Painter::button(int x, int y, int w, int h)
 {
@@ -57,8 +60,8 @@ Painter & Painter::buttonFrame(int x, int y, int w, int h)
 Painter & Painter::rectText(int x, int baseline,
        string const & str,
        LyXFont const & font,
-       LColor::color back,
-       LColor::color frame)
+       LColor_color back,
+       LColor_color frame)
 {
        int width;
        int ascent;