From 5fc6f26e12b596addd235f87320c31761bd5a84d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:15 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- akregator/src/notificationmanager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'akregator/src/notificationmanager.h') diff --git a/akregator/src/notificationmanager.h b/akregator/src/notificationmanager.h index 0cc6db2e..1ff1d888 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
m_articles; -- cgit v1.2.3