From da5f925ce4a195dade4e9ad0748e6f7596b43717 Mon Sep 17 00:00:00 2001 From: Noldor Date: Sat, 18 Oct 2008 10:25:29 +0000 Subject: 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 --- src/modules/objects/class_toolbar.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/modules/objects/class_toolbar.h') 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); }; -- cgit v1.3.1-10-gc9f91