From ac5fe2640aee6b1c36475cb78d3e5bd26de7a60c Mon Sep 17 00:00:00 2001 From: Noldor Date: Thu, 29 May 2008 17:27:25 +0000 Subject: more QT4 port git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1869 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/class_button.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/objects/class_button.h') 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); -- cgit v1.3.1-10-gc9f91