diff options
Diffstat (limited to 'chalk/ui/kis_tool.h')
-rw-r--r-- | chalk/ui/kis_tool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_tool.h b/chalk/ui/kis_tool.h index c217e307..55370517 100644 --- a/chalk/ui/kis_tool.h +++ b/chalk/ui/kis_tool.h @@ -59,7 +59,7 @@ enum enumToolType { const TQ_UINT8 NUMBER_OF_TOOLTYPES = 6; class KisTool : public TQObject, public KisCanvasObserver, public TDEShared { - Q_OBJECT + TQ_OBJECT public: |