Make fonts/sizes changeable again Fixes #664
[quassel.git] / src / qtui / settingspages / chatmonitorsettingspage.h
index 9498c87..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,7 +45,7 @@ class ChatMonitorSettingsPage : public SettingsPage {
     void widgetHasChanged();
     void on_activateBuffer_clicked();
     void on_deactivateBuffer_clicked();
-    void switchOperationMode(int modeIndex);
+    void switchOperationMode(int idx);
 
   private:
     Ui::ChatMonitorSettingsPage ui;