X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fchatmonitorsettingspage.h;h=8ee5c0c82213a8476dacf3d8454c825282632820;hb=e7eb2e3561d0f184e15f8dc9d587ef93ba209973;hp=9498c873f7524e1649902ed60cae5462ea1b5ee6;hpb=572346c3a1075025a04508b8bc6b1842170c68bd;p=quassel.git diff --git a/src/qtui/settingspages/chatmonitorsettingspage.h b/src/qtui/settingspages/chatmonitorsettingspage.h index 9498c873..8ee5c0c8 100644 --- a/src/qtui/settingspages/chatmonitorsettingspage.h +++ b/src/qtui/settingspages/chatmonitorsettingspage.h @@ -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;