aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_tabwidget.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-04-15 21:16:32 +0000
committerGravatar Noldor2008-04-15 21:16:32 +0000
commita550a15fc84a387e9abacfc1adc36257e39b77a8 (patch)
treea923cba6d4b88a2f890b6875ec8a91cef8749a9e /src/modules/objects/class_tabwidget.h
parentother fixes in objects modules (diff)
downloadKVIrc-a550a15fc84a387e9abacfc1adc36257e39b77a8.tar.gz
KVIrc-a550a15fc84a387e9abacfc1adc36257e39b77a8.tar.bz2
KVIrc-a550a15fc84a387e9abacfc1adc36257e39b77a8.zip
more QT4 Objects module port (wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1489 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_tabwidget.h')
-rw-r--r--src/modules/objects/class_tabwidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/objects/class_tabwidget.h b/src/modules/objects/class_tabwidget.h
index 43c428911..111fffa11 100644
--- a/src/modules/objects/class_tabwidget.h
+++ b/src/modules/objects/class_tabwidget.h
@@ -44,8 +44,6 @@ protected:
bool functioncurrentPageIndex(KviKvsObjectFunctionCall *c);
bool functiontabLabel(KviKvsObjectFunctionCall *c);
bool functioncurrentTabLabel(KviKvsObjectFunctionCall *c);
- bool functionsetMargin(KviKvsObjectFunctionCall *c);
- bool functionmargin(KviKvsObjectFunctionCall *c);
bool functioncount(KviKvsObjectFunctionCall *c);
bool functionchangeTab(KviKvsObjectFunctionCall *c);
bool functionCurrentChangedEvent(KviKvsObjectFunctionCall *c);