Yearly copyright bump :)
[quassel.git] / src / qtui / taskbarnotificationbackend.h
index e8d0887..5ba4b55 100644 (file)
@@ -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  *
@@ -33,11 +33,10 @@ class TaskbarNotificationBackend : public AbstractNotificationBackend {
 
 public:
   TaskbarNotificationBackend(QObject *parent = 0);
-  ~TaskbarNotificationBackend();
 
   void notify(const Notification &);
   void close(uint notificationId);
-  SettingsPage *configWidget() const;
+  virtual SettingsPage *createConfigWidget() const;
 
 private slots:
   void enabledChanged(const QVariant &);
@@ -46,7 +45,6 @@ private slots:
 private:
   class ConfigWidget;
 
-  SettingsPage *_configWidget;
   bool _enabled;
   int _timeout;
 };