aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_progressbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_progressbar.h')
-rw-r--r--src/modules/objects/class_progressbar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/objects/class_progressbar.h b/src/modules/objects/class_progressbar.h
index deb06527f..eae21c716 100644
--- a/src/modules/objects/class_progressbar.h
+++ b/src/modules/objects/class_progressbar.h
@@ -38,12 +38,12 @@ public:
protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- bool functionSetProgress(KviKvsObjectFunctionCall *c);
- bool functionSetTotalSteps(KviKvsObjectFunctionCall *c);
- bool functionReset(KviKvsObjectFunctionCall *c);
- bool functionSetPercentageVisible(KviKvsObjectFunctionCall *c);
- bool functionPercentageVisible(KviKvsObjectFunctionCall *c);
- bool functionSetFormat(KviKvsObjectFunctionCall *c);
+ bool setProgress(KviKvsObjectFunctionCall *c);
+ bool setTotalSteps(KviKvsObjectFunctionCall *c);
+ bool reset(KviKvsObjectFunctionCall *c);
+ bool setPercentageVisible(KviKvsObjectFunctionCall *c);
+ bool percentageVisible(KviKvsObjectFunctionCall *c);
+ bool setFormat(KviKvsObjectFunctionCall *c);
};