aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_toolbar.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-10-18 10:25:29 +0000
committerGravatar Noldor2008-10-18 10:25:29 +0000
commitda5f925ce4a195dade4e9ad0748e6f7596b43717 (patch)
tree06e6b669d59c55b729d65b6340941c68545cdc18 /src/modules/objects/class_toolbar.h
parentfixed bug from ticket #261. (diff)
downloadKVIrc-da5f925ce4a195dade4e9ad0748e6f7596b43717.tar.gz
KVIrc-da5f925ce4a195dade4e9ad0748e6f7596b43717.tar.bz2
KVIrc-da5f925ce4a195dade4e9ad0748e6f7596b43717.zip
more works on objects module (locale stuff+some fixes+code clean)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2752 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_toolbar.h')
-rw-r--r--src/modules/objects/class_toolbar.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/objects/class_toolbar.h b/src/modules/objects/class_toolbar.h
index c4837f448..446dc5e0c 100644
--- a/src/modules/objects/class_toolbar.h
+++ b/src/modules/objects/class_toolbar.h
@@ -37,11 +37,11 @@ public:
protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- bool functionaddSeparator(KviKvsObjectFunctionCall *c);
- bool functionsetLabel(KviKvsObjectFunctionCall *c);
- bool functionlabel(KviKvsObjectFunctionCall *c);
- bool functionsetStretchableWidget(KviKvsObjectFunctionCall *c);
- bool functionclear(KviKvsObjectFunctionCall *c);
+ bool addSeparator(KviKvsObjectFunctionCall *c);
+ bool setLabel(KviKvsObjectFunctionCall *c);
+ bool label(KviKvsObjectFunctionCall *c);
+ bool setStretchableWidget(KviKvsObjectFunctionCall *c);
+ bool clear(KviKvsObjectFunctionCall *c);
};