Fix initial backlock fetch with >= qt-4.6.0-rc1
[quassel.git] / src / qtui / indicatornotificationbackend.h
index f4ed7b7..d187ff1 100644 (file)
@@ -30,6 +30,7 @@
 
 namespace QIndicate {
 class Server;
+class Indicator;
 }
 
 class Indicator;
@@ -49,6 +50,7 @@ public:
 
 private slots:
   void enabledChanged(const QVariant &);
+  void indicatorDisplayed(QIndicate::Indicator *);
 
 private:
   class ConfigWidget;