Integrate DesktopNotification into system tray/status notifier
[quassel.git] / src / qtui / chatmonitorview.h
index 8a01241..74a90c1 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  *
@@ -37,6 +37,11 @@ protected:
 
 private slots:
   void showFieldsChanged(bool checked);
+  void showSettingsPage();
+  virtual void coreConnectionStateChanged(bool connected);
+
+protected:
+  inline ChatMonitorFilter *filter() const { return _filter; }
 
 private:
   ChatMonitorFilter *_filter;