aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_widget.h
diff options
context:
space:
mode:
authorGravatar Thomas Kalla2007-04-20 10:11:16 +0000
committerGravatar Thomas Kalla2007-04-20 10:11:16 +0000
commit4528e2e50bbdd61573858cac42264766c5722580 (patch)
tree00d75f42166817a6ca80671dc835b1af881be948 /src/modules/objects/class_widget.h
parentCompilation fix for Qt3 (diff)
downloadKVIrc-4528e2e50bbdd61573858cac42264766c5722580.tar.gz
KVIrc-4528e2e50bbdd61573858cac42264766c5722580.tar.bz2
KVIrc-4528e2e50bbdd61573858cac42264766c5722580.zip
Compilation fixes
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@520 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_widget.h')
-rw-r--r--src/modules/objects/class_widget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h
index 0316552a8..c5c2b39a5 100644
--- a/src/modules/objects/class_widget.h
+++ b/src/modules/objects/class_widget.h
@@ -48,7 +48,9 @@ protected:
// so the name of the C++ function matches exactly the name of the KVS function at this point
// let's also try to keep alphabetic order for the functions here.. so one can find them quickly
-
+#ifndef COMPILE_USE_QT4
+ KviKvsTip *m_pTip;
+#endif
bool function_addWidgetToWrappedLayout(KviKvsObjectFunctionCall *c);
bool function_backgroundColor(KviKvsObjectFunctionCall *c);
bool function_caption(KviKvsObjectFunctionCall *c);