diff options
Diffstat (limited to 'noatun/library/noatun/plugin.h')
-rw-r--r-- | noatun/library/noatun/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/library/noatun/plugin.h b/noatun/library/noatun/plugin.h index a79c05aa..14b53ec8 100644 --- a/noatun/library/noatun/plugin.h +++ b/noatun/library/noatun/plugin.h @@ -405,7 +405,7 @@ class NoatunListenerNotif; class NoatunListener : public TQObject { Q_OBJECT - TQ_OBJECT + friend class NoatunListenerNotif; public: @@ -454,7 +454,7 @@ private: class BoolNotifier : public TQObject { Q_OBJECT - TQ_OBJECT + public: BoolNotifier(bool *value, NoatunListener *listener, TQObject *parent=0); |