aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_tabwidget.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-10-18 10:25:29 +0000
committerGravatar Noldor2008-10-18 10:25:29 +0000
commitda5f925ce4a195dade4e9ad0748e6f7596b43717 (patch)
tree06e6b669d59c55b729d65b6340941c68545cdc18 /src/modules/objects/class_tabwidget.h
parentfixed bug from ticket #261. (diff)
downloadKVIrc-da5f925ce4a195dade4e9ad0748e6f7596b43717.tar.gz
KVIrc-da5f925ce4a195dade4e9ad0748e6f7596b43717.tar.bz2
KVIrc-da5f925ce4a195dade4e9ad0748e6f7596b43717.zip
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
Diffstat (limited to 'src/modules/objects/class_tabwidget.h')
-rw-r--r--src/modules/objects/class_tabwidget.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/modules/objects/class_tabwidget.h b/src/modules/objects/class_tabwidget.h
index 95ff95e3e..020f40ca1 100644
--- a/src/modules/objects/class_tabwidget.h
+++ b/src/modules/objects/class_tabwidget.h
@@ -38,20 +38,20 @@ public:
protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- bool functionaddTab(KviKvsObjectFunctionCall *c);
- bool functioninsertTab(KviKvsObjectFunctionCall *c);
- bool functionsetTabToolTip(KviKvsObjectFunctionCall *c);
- bool functionremoveTabToolTip(KviKvsObjectFunctionCall *c);
- bool functionsetTabLabel(KviKvsObjectFunctionCall *c);
- bool functionsetCurrentPage(KviKvsObjectFunctionCall *c);
- bool functioncurrentPageIndex(KviKvsObjectFunctionCall *c);
- bool functiontabLabel(KviKvsObjectFunctionCall *c);
- bool functioncurrentTabLabel(KviKvsObjectFunctionCall *c);
- bool functioncount(KviKvsObjectFunctionCall *c);
- bool functionchangeTab(KviKvsObjectFunctionCall *c);
- bool functionCurrentChangedEvent(KviKvsObjectFunctionCall *c);
- bool functionremovePage(KviKvsObjectFunctionCall *c);
- bool functionsetTabPosition(KviKvsObjectFunctionCall *c);
+ bool addTab(KviKvsObjectFunctionCall *c);
+ bool insertTab(KviKvsObjectFunctionCall *c);
+ bool setTabToolTip(KviKvsObjectFunctionCall *c);
+ bool removeTabToolTip(KviKvsObjectFunctionCall *c);
+ bool setTabLabel(KviKvsObjectFunctionCall *c);
+ bool setCurrentPage(KviKvsObjectFunctionCall *c);
+ bool currentPageIndex(KviKvsObjectFunctionCall *c);
+ bool tabLabel(KviKvsObjectFunctionCall *c);
+ bool currentTabLabel(KviKvsObjectFunctionCall *c);
+ bool count(KviKvsObjectFunctionCall *c);
+ bool changeTab(KviKvsObjectFunctionCall *c);
+ bool currentChangedEvent(KviKvsObjectFunctionCall *c);
+ bool removePage(KviKvsObjectFunctionCall *c);
+ bool setTabPosition(KviKvsObjectFunctionCall *c);
protected slots:
void slotCurrentChanged(int);