summaryrefslogtreecommitdiffstats
path: root/kivio/plugins/kiviotexttool
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/plugins/kiviotexttool')
-rw-r--r--kivio/plugins/kiviotexttool/plugin.h2
-rw-r--r--kivio/plugins/kiviotexttool/stenciltexteditor.h2
-rw-r--r--kivio/plugins/kiviotexttool/tool_text.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kivio/plugins/kiviotexttool/plugin.h b/kivio/plugins/kiviotexttool/plugin.h
index 681f40d7..5d54947e 100644
--- a/kivio/plugins/kiviotexttool/plugin.h
+++ b/kivio/plugins/kiviotexttool/plugin.h
@@ -27,7 +27,7 @@
class TDEInstance;
class TextToolFactory : public KLibFactory
-{ Q_OBJECT
+{ TQ_OBJECT
public:
TextToolFactory( TQObject* parent = 0, const char* name = 0 );
diff --git a/kivio/plugins/kiviotexttool/stenciltexteditor.h b/kivio/plugins/kiviotexttool/stenciltexteditor.h
index cfe427b7..83366054 100644
--- a/kivio/plugins/kiviotexttool/stenciltexteditor.h
+++ b/kivio/plugins/kiviotexttool/stenciltexteditor.h
@@ -33,7 +33,7 @@ class StencilTextEditorUI;
*/
class StencilTextEditor : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
StencilTextEditor(const TQString& caption, TQWidget *parent = 0, const char *name = 0);
diff --git a/kivio/plugins/kiviotexttool/tool_text.h b/kivio/plugins/kiviotexttool/tool_text.h
index aa6e1d4d..9fc1d847 100644
--- a/kivio/plugins/kiviotexttool/tool_text.h
+++ b/kivio/plugins/kiviotexttool/tool_text.h
@@ -35,7 +35,7 @@ class KoPoint;
class KIVIO_EXPORT TextTool : public Kivio::MouseTool
{
- Q_OBJECT
+ TQ_OBJECT
public:
TextTool( KivioView* parent );