diff options
Diffstat (limited to 'akregator/src/notificationmanager.h')
-rw-r--r-- | akregator/src/notificationmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/notificationmanager.h b/akregator/src/notificationmanager.h index 0cc6db2e3..1ff1d888f 100644 --- a/akregator/src/notificationmanager.h +++ b/akregator/src/notificationmanager.h @@ -44,7 +44,7 @@ class NotificationManager : public TQObject ~NotificationManager(); /** the widget used for notification, normally either the mainwindow or the tray icon */ - void setWidget(TQWidget* widget, KInstance* inst=0); + void setWidget(TQWidget* widget, TDEInstance* inst=0); public slots: @@ -74,7 +74,7 @@ class NotificationManager : public TQObject bool m_running; bool m_addedInLastInterval; TQWidget* m_widget; - KInstance* m_instance; + TDEInstance* m_instance; TQValueList<Article> m_articles; |