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 1ff1d888f..74b3c7842 100644 --- a/akregator/src/notificationmanager.h +++ b/akregator/src/notificationmanager.h @@ -35,7 +35,7 @@ namespace Akregator /** this class collects notification requests (new articles etc.) and processes them using KNotify. */ class NotificationManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** singleton instance of notification manager */ |