summaryrefslogtreecommitdiffstats
path: root/noatun/library/noatun/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/noatun/plugin.h')
-rw-r--r--noatun/library/noatun/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/library/noatun/plugin.h b/noatun/library/noatun/plugin.h
index 23b6e481..f01b0f27 100644
--- a/noatun/library/noatun/plugin.h
+++ b/noatun/library/noatun/plugin.h
@@ -404,7 +404,7 @@ class NoatunListenerNotif;
**/
class NoatunListener : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
friend class NoatunListenerNotif;
@@ -453,7 +453,7 @@ private:
**/
class BoolNotifier : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
BoolNotifier(bool *value, NoatunListener *listener, TQObject *parent=0);