summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/tool.cpp
Side-by-side diff
Diffstat (limited to 'noncore/graphics/drawpad/tool.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/graphics/drawpad/tool.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/graphics/drawpad/tool.cpp b/noncore/graphics/drawpad/tool.cpp
index 0d36912..656078e 100644
--- a/noncore/graphics/drawpad/tool.cpp
+++ b/noncore/graphics/drawpad/tool.cpp
@@ -4,25 +4,23 @@
* *
* (C) 2002 by S. Prud'homme <prudhomme@laposte.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include "tool.h"
-#include "drawpad.h"
-#include "drawpadcanvas.h"
Tool::Tool(DrawPad* drawPad, DrawPadCanvas* drawPadCanvas)
: QObject()
{
m_pDrawPad = drawPad;
m_pDrawPadCanvas = drawPadCanvas;
}
Tool::~Tool()
{
}