From 6508b043abf98d06b79802c637e65e403365eac3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 24 Jul 2023 21:27:35 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- lib/plugin.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/plugin.h') diff --git a/lib/plugin.h b/lib/plugin.h index 37a88ec..f3012c4 100644 --- a/lib/plugin.h +++ b/lib/plugin.h @@ -77,7 +77,7 @@ namespace Pilot */ class KDE_EXPORT ConduitConfigBase : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** @@ -260,7 +260,7 @@ private: class KDE_EXPORT ConduitAction : public SyncAction { -Q_OBJECT +TQ_OBJECT public: @@ -368,7 +368,7 @@ private: */ class ConduitProxy : public ConduitAction { -Q_OBJECT +TQ_OBJECT public: @@ -420,7 +420,7 @@ namespace PluginUtility KDE_EXPORT *
 * class KPilotPlugin : public KLibFactory
 * {
-* Q_OBJECT
+* TQ_OBJECT
   
 *
 * public:
-- 
cgit v1.2.3