diff options
Diffstat (limited to 'kivio/plugins/kiviotexttool/tool_text.h')
-rw-r--r-- | kivio/plugins/kiviotexttool/tool_text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kivio/plugins/kiviotexttool/tool_text.h b/kivio/plugins/kiviotexttool/tool_text.h index f6c4870a..aa6e1d4d 100644 --- a/kivio/plugins/kiviotexttool/tool_text.h +++ b/kivio/plugins/kiviotexttool/tool_text.h @@ -36,7 +36,7 @@ class KoPoint; class KIVIO_EXPORT TextTool : public Kivio::MouseTool { Q_OBJECT - TQ_OBJECT + public: TextTool( KivioView* parent ); ~TextTool(); |