X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=4ab8df0e57ac51e9dccca1faa1825f4ef0f7f912;hp=dc5fbb5ec013dd7442322dc3fe8b6fdd6055f86d;hb=16f8531e383eade0a75a3b74ea11b909b8b1e049;hpb=5c78a50fa720e5f82fcaa03c0176feab71d74c8e diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index dc5fbb5e..4ab8df0e 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -1,5 +1,5 @@ /*************************************************************************** -* Copyright (C) 2005-08 by the Quassel Project * +* Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -32,11 +32,10 @@ class SystrayNotificationBackend : public AbstractNotificationBackend { public: SystrayNotificationBackend(QObject *parent = 0); - ~SystrayNotificationBackend(); void notify(const Notification &); void close(uint notificationId); - SettingsPage *configWidget() const; + virtual SettingsPage *createConfigWidget() const; private slots: void showBubble(); @@ -51,7 +50,6 @@ private slots: private: class ConfigWidget; - SettingsPage *_configWidget; bool _showBubble; bool _animate; bool _iconActive;