diff options
| author | 2008-10-16 12:28:36 +0000 | |
|---|---|---|
| committer | 2008-10-16 12:28:36 +0000 | |
| commit | 9e0effdc52a48f6ffe9ee04451b762c639fff688 (patch) | |
| tree | 164e8410bc97a71420dcfef8a9b018e8adb7ee2f /src/modules/objects/class_progressbar.h | |
| parent | some fixes on the notifier (diff) | |
| download | KVIrc-9e0effdc52a48f6ffe9ee04451b762c639fff688.tar.gz KVIrc-9e0effdc52a48f6ffe9ee04451b762c639fff688.tar.bz2 KVIrc-9e0effdc52a48f6ffe9ee04451b762c639fff688.zip | |
more works on objects module (locale stuff+some fixes+code clean)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2742 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_progressbar.h')
| -rw-r--r-- | src/modules/objects/class_progressbar.h | 12 |
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); }; |
