summaryrefslogtreecommitdiffstats
path: root/kivio/plugins/kiviotexttool
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:37:04 +0900
committerMichele Calgaro <[email protected]>2023-07-20 13:37:04 +0900
commitcb59219281a9666896ee96b02a487bbc0206082d (patch)
tree75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /kivio/plugins/kiviotexttool
parenta34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff)
downloadkoffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz
koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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 );