diff options
| author | 2008-08-07 17:49:07 +0000 | |
|---|---|---|
| committer | 2008-08-07 17:49:07 +0000 | |
| commit | a18c4ddcd6c20ed8197ce88f8553e76342d30b44 (patch) | |
| tree | c60d1569d7ab075117820ca21dca7eb6f243eb9a /src/modules/objects/class_toolbutton.h | |
| parent | fix for reopened #34 (diff) | |
| download | KVIrc-a18c4ddcd6c20ed8197ce88f8553e76342d30b44.tar.gz KVIrc-a18c4ddcd6c20ed8197ce88f8553e76342d30b44.tar.bz2 KVIrc-a18c4ddcd6c20ed8197ce88f8553e76342d30b44.zip | |
modules editor (wip), objects(wip) QT4 port.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2209 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_toolbutton.h')
| -rw-r--r-- | src/modules/objects/class_toolbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_toolbutton.h b/src/modules/objects/class_toolbutton.h index 8c3ab3b0f..a257c32e5 100644 --- a/src/modules/objects/class_toolbutton.h +++ b/src/modules/objects/class_toolbutton.h @@ -51,8 +51,8 @@ protected: bool functionsetOn(KviKvsObjectFunctionCall *c); bool functionsetToggleButton(KviKvsObjectFunctionCall *c); bool functiontoggle(KviKvsObjectFunctionCall *c); - bool functionsetPopupDelay(KviKvsObjectFunctionCall *c); - bool functionpopupDelay(KviKvsObjectFunctionCall *c); +// bool functionsetPopupDelay(KviKvsObjectFunctionCall *c); +// bool functionpopupDelay(KviKvsObjectFunctionCall *c); bool functionsetTextPosition(KviKvsObjectFunctionCall *c); bool functiontextPosition(KviKvsObjectFunctionCall *c); |
