aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_button.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-05-29 17:27:25 +0000
committerGravatar Noldor2008-05-29 17:27:25 +0000
commitac5fe2640aee6b1c36475cb78d3e5bd26de7a60c (patch)
tree85ffee0d4a041d52a962128d3fb4604ac8fbb54b /src/modules/objects/class_button.h
parentmingw32: fixed module loading (diff)
downloadKVIrc-ac5fe2640aee6b1c36475cb78d3e5bd26de7a60c.tar.gz
KVIrc-ac5fe2640aee6b1c36475cb78d3e5bd26de7a60c.tar.bz2
KVIrc-ac5fe2640aee6b1c36475cb78d3e5bd26de7a60c.zip
more QT4 port
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1869 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_button.h')
-rw-r--r--src/modules/objects/class_button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_button.h b/src/modules/objects/class_button.h
index 5b1c92e4c..ae1c5e68b 100644
--- a/src/modules/objects/class_button.h
+++ b/src/modules/objects/class_button.h
@@ -42,8 +42,8 @@ protected:
bool functionText(KviKvsObjectFunctionCall *c);
bool functionSetAutoDefault(KviKvsObjectFunctionCall *c);
bool functionSetToggleButton(KviKvsObjectFunctionCall *c);
- bool functionSetOn(KviKvsObjectFunctionCall *c);
- bool functionIsOn(KviKvsObjectFunctionCall *c);
+ bool functionSetChecked(KviKvsObjectFunctionCall *c);
+ bool functionisChecked(KviKvsObjectFunctionCall *c);
bool functionToggle(KviKvsObjectFunctionCall *c);
bool functionSetImage(KviKvsObjectFunctionCall *c);
bool functionclickEvent(KviKvsObjectFunctionCall *c);