Systray icon improvements
[quassel.git] / src / qtui / knotificationbackend.h
index 04723d3..5c93ed5 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef KNOTIFICATIONBACKEND_H_
 #define KNOTIFICATIONBACKEND_H_
 
+#include <KSystemTrayIcon>
+
 #include "abstractnotificationbackend.h"
 #include "settingspage.h"
 
@@ -39,6 +41,8 @@ public:
 
 private slots:
   void notificationActivated();
+  void notificationActivated(QSystemTrayIcon::ActivationReason);
+  void notificationActivated(uint notificationId);
   void notificationClosed();
 
 private: