diff options
Diffstat (limited to 'akregator/src/notificationmanager.h')
-rw-r--r-- | akregator/src/notificationmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/notificationmanager.h b/akregator/src/notificationmanager.h index 96d898a0a..0cc6db2e3 100644 --- a/akregator/src/notificationmanager.h +++ b/akregator/src/notificationmanager.h @@ -36,7 +36,7 @@ namespace Akregator class NotificationManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** singleton instance of notification manager */ static NotificationManager* self(); |