summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/tools/kivio_mousetool.h
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/tools/kivio_mousetool.h')
-rw-r--r--kivio/kiviopart/tools/kivio_mousetool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kivio/kiviopart/tools/kivio_mousetool.h b/kivio/kiviopart/tools/kivio_mousetool.h
index e06f77af..ac80cd29 100644
--- a/kivio/kiviopart/tools/kivio_mousetool.h
+++ b/kivio/kiviopart/tools/kivio_mousetool.h
@@ -31,7 +31,7 @@ namespace Kivio {
Baseclass for mouse tools (like eg the select tool)*/
class KIVIO_EXPORT MouseTool : public Kivio::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
MouseTool(KivioView* parent = 0, const char* name = 0);