aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
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
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')
-rw-r--r--src/modules/notifier/notifierwindow.cpp2
-rw-r--r--src/modules/objects/class_widget.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/src/modules/notifier/notifierwindow.cpp b/src/modules/notifier/notifierwindow.cpp
index ab3dab182..73b7bd2e9 100644
--- a/src/modules/notifier/notifierwindow.cpp
+++ b/src/modules/notifier/notifierwindow.cpp
@@ -61,7 +61,7 @@
#include "notifierwindowbody.h"
#include "notifierwindowborder.h"
-//#include "notifierwindowprogressbar.h"
+#include "notifierwindowprogressbar.h"
#include "notifierwindowtabs.h"
extern KviNotifierWindow * g_pNotifierWindow;
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);