summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/linedrawmode.h
Unidiff
Diffstat (limited to 'noncore/graphics/drawpad/linedrawmode.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/linedrawmode.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/noncore/graphics/drawpad/linedrawmode.h b/noncore/graphics/drawpad/linedrawmode.h
deleted file mode 100644
index 0ddd0ad..0000000
--- a/noncore/graphics/drawpad/linedrawmode.h
+++ b/dev/null
@@ -1,30 +0,0 @@
1/***************************************************************************
2 * *
3 * DrawPad - a drawing program for Opie Environment *
4 * *
5 * (C) 2002 by S. Prud'homme <prudhomme@laposte.net> *
6 * *
7 * This program is free software; you can redistribute it and/or modify *
8 * it under the terms of the GNU General Public License as published by *
9 * the Free Software Foundation; either version 2 of the License, or *
10 * (at your option) any later version. *
11 * *
12 ***************************************************************************/
13
14#ifndef LINEDRAWMODE_H
15#define LINEDRAWMODE_H
16
17#include "shapedrawmode.h"
18
19class LineDrawMode : public ShapeDrawMode
20{
21public:
22 LineDrawMode(DrawPad* drawPad, DrawPadCanvas* drawPadCanvas);
23 ~LineDrawMode();
24
25protected:
26 void drawFinalShape(QPainter& p);
27 void drawTemporaryShape(QPainter& p);
28};
29
30#endif // LINEDRAWMODE_H