aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2007-03-28 12:49:59 +0000
committerGravatar Szymon Tomasz Stefanek2007-03-28 12:49:59 +0000
commit2ab00122b9e9af5aa0b14e7602da19809223598b (patch)
treeff94e081f999a391f9620bca07011e8007d90b7f /src/modules/theme
parent*AUTOMATICALLY* updated KVI_SOURCES_DATE variable (diff)
downloadKVIrc-2ab00122b9e9af5aa0b14e7602da19809223598b.tar.gz
KVIrc-2ab00122b9e9af5aa0b14e7602da19809223598b.tar.bz2
KVIrc-2ab00122b9e9af5aa0b14e7602da19809223598b.zip
More Qt4 tweaks
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@439 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme')
-rw-r--r--src/modules/theme/managementdialog.h2
-rw-r--r--src/modules/theme/packthemedialog.cpp2
-rw-r--r--src/modules/theme/savethemedialog.cpp2
-rw-r--r--src/modules/theme/themefunctions.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/theme/managementdialog.h b/src/modules/theme/managementdialog.h
index c01096af0..54588b609 100644
--- a/src/modules/theme/managementdialog.h
+++ b/src/modules/theme/managementdialog.h
@@ -30,7 +30,7 @@
#include <qdialog.h>
#ifdef COMPILE_USE_QT4
-#include <Q3SimpleRichText>
+#include <q3simplerichtext.h>
#define KviTalSimpleRichText Q3SimpleRichText
#else
#include <qsimplerichtext.h>
diff --git a/src/modules/theme/packthemedialog.cpp b/src/modules/theme/packthemedialog.cpp
index a9401f5c2..5b9a23428 100644
--- a/src/modules/theme/packthemedialog.cpp
+++ b/src/modules/theme/packthemedialog.cpp
@@ -37,7 +37,7 @@
#include <qimage.h>
#include <kvi_tal_textedit.h>
#ifdef COMPILE_USE_QT4
-#include <Q3MultiLineEdit>
+#include <q3multilineedit.h>
#include <QDateTime>
#else
#include <qmultilineedit.h>
diff --git a/src/modules/theme/savethemedialog.cpp b/src/modules/theme/savethemedialog.cpp
index 62ca0116e..a85be1fda 100644
--- a/src/modules/theme/savethemedialog.cpp
+++ b/src/modules/theme/savethemedialog.cpp
@@ -37,7 +37,7 @@
#include <qimage.h>
#include <kvi_tal_textedit.h>
#ifdef COMPILE_USE_QT4
-#include <Q3MultiLineEdit>
+#include <q3multilineedit.h>
#include <QDateTime>
#else
#include <qmultilineedit.h>
diff --git a/src/modules/theme/themefunctions.cpp b/src/modules/theme/themefunctions.cpp
index fb508c7a4..6b5993943 100644
--- a/src/modules/theme/themefunctions.cpp
+++ b/src/modules/theme/themefunctions.cpp
@@ -36,7 +36,7 @@
#include "kvi_frame.h"
#ifdef COMPILE_USE_QT4
#define KviTalMimeSourceFactory Q3MimeSourceFactory
-#include <Q3MimeSourceFactory>
+#include <q3mimefactory.h>
#else
#define KviTalMimeSourceFactory QMimeSourceFactory
#endif