summaryrefslogtreecommitdiffstats
path: root/src/include/pluginmanager.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:19:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:19:47 +0900
commit08ec56f4b99cd4db951eb1a73a8003be25fa825e (patch)
tree35c79fef3c4ea799f727ded88596fcbd89cb0c2d /src/include/pluginmanager.h
parentc74cfcb6d5e95a955e251b6683f2b2db19f43dcb (diff)
downloadtderadio-08ec56f4b99cd4db951eb1a73a8003be25fa825e.tar.gz
tderadio-08ec56f4b99cd4db951eb1a73a8003be25fa825e.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/include/pluginmanager.h')
-rw-r--r--src/include/pluginmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pluginmanager.h b/src/include/pluginmanager.h
index 8c3dc86..253e7eb 100644
--- a/src/include/pluginmanager.h
+++ b/src/include/pluginmanager.h
@@ -45,7 +45,7 @@ class TDERadioApp;
class KDE_EXPORT PluginManager : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public :
PluginManager(const TQString &name,