diff options
| author | 2008-04-14 16:56:09 +0000 | |
|---|---|---|
| committer | 2008-04-14 16:56:09 +0000 | |
| commit | f0c0a130de85303ff3acf3e2d4ddbffb303f5dad (patch) | |
| tree | bcfcc3cef9fb9ee5be735da80f6adb36edc44017 /src/modules/objects/class_button.h | |
| parent | fixing bug #127 (diff) | |
| download | KVIrc-f0c0a130de85303ff3acf3e2d4ddbffb303f5dad.tar.gz KVIrc-f0c0a130de85303ff3acf3e2d4ddbffb303f5dad.tar.bz2 KVIrc-f0c0a130de85303ff3acf3e2d4ddbffb303f5dad.zip | |
QT4 port: QIconSet (completed), objects module (w.i.p.), code clean.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1480 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_button.h')
| -rw-r--r-- | src/modules/objects/class_button.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/objects/class_button.h b/src/modules/objects/class_button.h index 48233759e..5b1c92e4c 100644 --- a/src/modules/objects/class_button.h +++ b/src/modules/objects/class_button.h @@ -45,8 +45,6 @@ protected: bool functionSetOn(KviKvsObjectFunctionCall *c); bool functionIsOn(KviKvsObjectFunctionCall *c); bool functionToggle(KviKvsObjectFunctionCall *c); - bool functionSetIsMenuButton(KviKvsObjectFunctionCall *c); - bool functionIsMenuButton(KviKvsObjectFunctionCall *c); bool functionSetImage(KviKvsObjectFunctionCall *c); bool functionclickEvent(KviKvsObjectFunctionCall *c); |
