From: Abdelrazak Younes Date: Mon, 30 Oct 2006 14:15:05 +0000 (+0000) Subject: small cleanup while looking for a bug. X-Git-Tag: 1.6.10~12132 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e918c00190c95c0be2557964514cf03af3ecff4a;p=features.git small cleanup while looking for a bug. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15622 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/Painter.h b/src/frontends/Painter.h index 6badb61439..da59eee1f1 100644 --- a/src/frontends/Painter.h +++ b/src/frontends/Painter.h @@ -13,13 +13,11 @@ #ifndef PAINTER_H #define PAINTER_H -#include "LColor.h" - #include "support/docstring.h" - namespace lyx { +class LColor_color; class LyXFont; namespace graphics { class Image; } @@ -63,12 +61,6 @@ public: virtual ~Painter() {} - /// begin painting - //virtual void start() {} - - /// end painting - ////virtual void end() {} - /// draw a line from point to point virtual void line( int x1, int y1, diff --git a/src/frontends/qt4/QLPainter.h b/src/frontends/qt4/QLPainter.h index 5403dd6a71..20dcfe42a1 100644 --- a/src/frontends/qt4/QLPainter.h +++ b/src/frontends/qt4/QLPainter.h @@ -13,7 +13,9 @@ #ifndef QLPAINTER_H #define QLPAINTER_H -#include "Painter.h" +#include "frontends/Painter.h" + +#include "LColor.h" #include