summaryrefslogtreecommitdiffstats
path: root/conduits/malconduit
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-24 21:27:35 +0900
committerMichele Calgaro <[email protected]>2023-07-24 21:27:35 +0900
commit6508b043abf98d06b79802c637e65e403365eac3 (patch)
treecf38d8601fbf1e5ef2885d0bb99d97226721d51a /conduits/malconduit
parent2c4375efc4964d9d3857bf27472c0e672b384d8e (diff)
downloadkpilot-6508b043abf98d06b79802c637e65e403365eac3.tar.gz
kpilot-6508b043abf98d06b79802c637e65e403365eac3.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'conduits/malconduit')
-rw-r--r--conduits/malconduit/mal-conduit.h2
-rw-r--r--conduits/malconduit/mal-factory.h2
-rw-r--r--conduits/malconduit/mal-setup.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/conduits/malconduit/mal-conduit.h b/conduits/malconduit/mal-conduit.h
index 861772a..9f30da8 100644
--- a/conduits/malconduit/mal-conduit.h
+++ b/conduits/malconduit/mal-conduit.h
@@ -37,7 +37,7 @@
class MALConduit : public ConduitAction
{
-Q_OBJECT
+TQ_OBJECT
public:
MALConduit(
diff --git a/conduits/malconduit/mal-factory.h b/conduits/malconduit/mal-factory.h
index 1b45852..d047339 100644
--- a/conduits/malconduit/mal-factory.h
+++ b/conduits/malconduit/mal-factory.h
@@ -39,7 +39,7 @@ class TDEAboutData;
class MALConduitFactory : public KLibFactory
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/conduits/malconduit/mal-setup.h b/conduits/malconduit/mal-setup.h
index 6bcd6c6..a37daf3 100644
--- a/conduits/malconduit/mal-setup.h
+++ b/conduits/malconduit/mal-setup.h
@@ -39,7 +39,7 @@ class MALWidget;
class MALWidgetSetup : public ConduitConfigBase
{
-Q_OBJECT
+TQ_OBJECT
public:
MALWidgetSetup(TQWidget *,const char *);