aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_groupbox.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-04-30 14:54:44 +0000
committerGravatar Noldor2008-04-30 14:54:44 +0000
commitd6901ad9864d9875aa2ac2739d92adfcbbc62512 (patch)
tree3dab827ca01bb5c749a07c67cfac69e7b1b7149b /src/modules/objects/class_groupbox.h
parentKviTalGroupBox QT4 port (almost completed) (diff)
downloadKVIrc-d6901ad9864d9875aa2ac2739d92adfcbbc62512.tar.gz
KVIrc-d6901ad9864d9875aa2ac2739d92adfcbbc62512.tar.bz2
KVIrc-d6901ad9864d9875aa2ac2739d92adfcbbc62512.zip
kvs groupbox QT4 port
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1631 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_groupbox.h')
-rw-r--r--src/modules/objects/class_groupbox.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/objects/class_groupbox.h b/src/modules/objects/class_groupbox.h
index 08329dd64..6dda5b3de 100644
--- a/src/modules/objects/class_groupbox.h
+++ b/src/modules/objects/class_groupbox.h
@@ -49,15 +49,12 @@ protected:
bool functionInsideMargin(KviKvsObjectFunctionCall *c);
bool functionSetInsideSpacing(KviKvsObjectFunctionCall *c);
bool functionInsideSpacing(KviKvsObjectFunctionCall *c);
- bool functionSetColumns(KviKvsObjectFunctionCall *c);
- bool functionColumns(KviKvsObjectFunctionCall *c);
bool functionAddSpace(KviKvsObjectFunctionCall *c);
bool functionAlignment(KviKvsObjectFunctionCall *c);
bool functionSetAlignment(KviKvsObjectFunctionCall *c);
bool functionSetOrientation(KviKvsObjectFunctionCall *c);
bool functionIsChecked(KviKvsObjectFunctionCall *c);
bool functionSetChecked(KviKvsObjectFunctionCall *c);
- bool functionSetColumnLayout(KviKvsObjectFunctionCall *c);
};
#endif //!_CLASS_GROUPBOX_H_