diff options
| author | 2008-10-10 16:41:27 +0000 | |
|---|---|---|
| committer | 2008-10-10 16:41:27 +0000 | |
| commit | 6cdf85ca8f437918f6ca661816cd38c82640674d (patch) | |
| tree | 0558279dd7b58ef90c117b0d13bb0b9553de231b /src/modules/objects/class_buttongroup.h | |
| parent | Linking fix (diff) | |
| download | KVIrc-6cdf85ca8f437918f6ca661816cd38c82640674d.tar.gz KVIrc-6cdf85ca8f437918f6ca661816cd38c82640674d.tar.bz2 KVIrc-6cdf85ca8f437918f6ca661816cd38c82640674d.zip | |
object module restyling/enhancement(work in progress)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2689 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_buttongroup.h')
| -rw-r--r-- | src/modules/objects/class_buttongroup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_buttongroup.h b/src/modules/objects/class_buttongroup.h index d8c3a1a17..a6cacd074 100644 --- a/src/modules/objects/class_buttongroup.h +++ b/src/modules/objects/class_buttongroup.h @@ -38,8 +38,8 @@ protected: QButtonGroup *m_pButtonGroup; int m_iId; KviPointerHashTable<int ,KviKvsObject > btnDict; - bool functionAddButton(KviKvsObjectFunctionCall *c); - bool functionCheckedButton(KviKvsObjectFunctionCall *c); + bool addButton(KviKvsObjectFunctionCall *c); + bool checkedButton(KviKvsObjectFunctionCall *c); }; #endif //!_CLASS_GROUPBOX_H_ |
