summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/notificationwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/notificationwidget.h')
-rw-r--r--desktop-widgets/notificationwidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop-widgets/notificationwidget.h b/desktop-widgets/notificationwidget.h
index 90b3e3c43..70d94b8d6 100644
--- a/desktop-widgets/notificationwidget.h
+++ b/desktop-widgets/notificationwidget.h
@@ -20,10 +20,9 @@ public:
void showNotification(QString message, KMessageWidget::MessageType type);
void hideNotification();
QString getNotificationText();
- ~NotificationWidget();
private:
- QFutureWatcher<void> *future_watcher;
+ QFutureWatcher<void> future_watcher;
private
slots: