aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_vbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_vbox.h')
-rw-r--r--src/modules/objects/class_vbox.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/objects/class_vbox.h b/src/modules/objects/class_vbox.h
index 5d1a5042a..eff95e6ff 100644
--- a/src/modules/objects/class_vbox.h
+++ b/src/modules/objects/class_vbox.h
@@ -37,11 +37,11 @@ public:
QWidget * widget() { return (QWidget *)object(); };
protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- bool functionsetMargin(KviKvsObjectFunctionCall *c);
- bool functionsetSpacing(KviKvsObjectFunctionCall *c);
- bool functionsetStretchFactor(KviKvsObjectFunctionCall *c);
- bool functionaddStretch(KviKvsObjectFunctionCall *c);
- bool functionsetAlignment(KviKvsObjectFunctionCall *c);
+ bool setMargin(KviKvsObjectFunctionCall *c);
+ bool setSpacing(KviKvsObjectFunctionCall *c);
+ bool setStretchFactor(KviKvsObjectFunctionCall *c);
+ bool addStretch(KviKvsObjectFunctionCall *c);
+ bool setAlignment(KviKvsObjectFunctionCall *c);
};