summaryrefslogtreecommitdiffstats
path: root/kontact/interfaces
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 22:41:06 +0900
commitefa55080160c7b88c4052c2567439c324f646614 (patch)
tree6f894bc54817f27de8bca8d9d412dcfa3d5c8c88 /kontact/interfaces
parentfd4746cdc3b8d6aafd50a5d7fa009caa8c05b85c (diff)
downloadtdepim-efa55080.tar.gz
tdepim-efa55080.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cd4b0ac22608120ad003f575a1640e1ddc7703df)
Diffstat (limited to 'kontact/interfaces')
-rw-r--r--kontact/interfaces/core.h2
-rw-r--r--kontact/interfaces/plugin.h2
-rw-r--r--kontact/interfaces/summary.h2
-rw-r--r--kontact/interfaces/uniqueapphandler.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h
index c76406d5..7317febc 100644
--- a/kontact/interfaces/core.h
+++ b/kontact/interfaces/core.h
@@ -40,7 +40,7 @@ class Plugin;
*/
class KDE_EXPORT Core : public KParts::MainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
virtual ~Core();
diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h
index 70c8a7e2..af7cbfa7 100644
--- a/kontact/interfaces/plugin.h
+++ b/kontact/interfaces/plugin.h
@@ -57,7 +57,7 @@ class Summary;
*/
class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kontact/interfaces/summary.h b/kontact/interfaces/summary.h
index dba346e2..945395c8 100644
--- a/kontact/interfaces/summary.h
+++ b/kontact/interfaces/summary.h
@@ -35,7 +35,7 @@ namespace Kontact
*/
class KDE_EXPORT Summary : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kontact/interfaces/uniqueapphandler.h b/kontact/interfaces/uniqueapphandler.h
index 025bb8b8..bef34d47 100644
--- a/kontact/interfaces/uniqueapphandler.h
+++ b/kontact/interfaces/uniqueapphandler.h
@@ -93,7 +93,7 @@ template <class T> class UniqueAppHandlerFactory : public UniqueAppHandlerFactor
*/
class KDE_EXPORT UniqueAppWatcher : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: