aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_toolbar.h
diff options
context:
space:
mode:
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);
};