Make fonts/sizes changeable again Fixes #664
[quassel.git] / src / qtui / settingspages / chatmonitorsettingspage.h
index 5ca086f..8ee5c0c 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -45,15 +45,15 @@ class ChatMonitorSettingsPage : public SettingsPage {
     void widgetHasChanged();
     void on_activateBuffer_clicked();
     void on_deactivateBuffer_clicked();
-    void on_showHighlights_toggled(bool state);
-    void switchOperationMode(int modeIndex);
+    void switchOperationMode(int idx);
 
   private:
     Ui::ChatMonitorSettingsPage ui;
     QHash<QString, QVariant> settings;
     bool testHasChanged();
     void toggleBuffers(BufferView *inView, BufferViewConfig *inCfg, BufferView *outView, BufferViewConfig *outCfg);
-    BufferViewConfig *configAvailable;
-    BufferViewConfig *configActive;
+
+    BufferViewConfig *_configAvailable;
+    BufferViewConfig *_configActive;
 };
 #endif