summaryrefslogtreecommitdiffstats
path: root/kbfxlib/data
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:02:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:02:25 +0900
commitc81816ddb41c45a6fef1e0b8e854f6b27bf78b39 (patch)
treefb9b734cbbaeb61ff51d37c472dd1a1bcacdd2e8 /kbfxlib/data
parent8067ee34e2a5443dfbfe52c17277e62f2cbae18e (diff)
downloadkbfx-c81816ddb41c45a6fef1e0b8e854f6b27bf78b39.tar.gz
kbfx-c81816ddb41c45a6fef1e0b8e854f6b27bf78b39.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbfxlib/data')
-rw-r--r--kbfxlib/data/kbfxplasmapluginloader.h2
-rw-r--r--kbfxlib/data/kbfxplugin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kbfxlib/data/kbfxplasmapluginloader.h b/kbfxlib/data/kbfxplasmapluginloader.h
index da57600..1adf429 100644
--- a/kbfxlib/data/kbfxplasmapluginloader.h
+++ b/kbfxlib/data/kbfxplasmapluginloader.h
@@ -30,7 +30,7 @@
class KbfxPlasmaPluginLoader:public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kbfxlib/data/kbfxplugin.h b/kbfxlib/data/kbfxplugin.h
index 9f9e723..270fffe 100644
--- a/kbfxlib/data/kbfxplugin.h
+++ b/kbfxlib/data/kbfxplugin.h
@@ -37,7 +37,7 @@ of the menu
class KbfxPlugin:public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: