small cleanup while looking for a bug.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15622 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-10-30 14:15:05 +00:00
parent 6eeb83498c
commit e918c00190
2 changed files with 4 additions and 10 deletions

View File

@ -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,

View File

@ -13,7 +13,9 @@
#ifndef QLPAINTER_H
#define QLPAINTER_H
#include "Painter.h"
#include "frontends/Painter.h"
#include "LColor.h"
#include <QPainter>