X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fchatmonitorsettingspage.h;h=8ee5c0c82213a8476dacf3d8454c825282632820;hp=9ce8fb9aec96b2141645c4df6ca185467bc0bdb4;hb=a5ea274363f8ab9fd5279084c564c9966e313955;hpb=6d73c621230ed8027bbafbd49a1953ee36e1fe0f diff --git a/src/qtui/settingspages/chatmonitorsettingspage.h b/src/qtui/settingspages/chatmonitorsettingspage.h index 9ce8fb9a..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,15 +45,15 @@ class ChatMonitorSettingsPage : public SettingsPage { void widgetHasChanged(); void on_activateBuffer_clicked(); void on_deactivateBuffer_clicked(); - void on_highlightAlways_toggled(bool state); - void switchOperationMode(int modeIndex); - + void switchOperationMode(int idx); + private: Ui::ChatMonitorSettingsPage ui; QHash settings; bool testHasChanged(); void toggleBuffers(BufferView *inView, BufferViewConfig *inCfg, BufferView *outView, BufferViewConfig *outCfg); - BufferViewConfig *configAvailable; - BufferViewConfig *configActive; + + BufferViewConfig *_configAvailable; + BufferViewConfig *_configActive; }; #endif