aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/packthemedialog.cpp
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/packthemedialog.cpp
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/packthemedialog.cpp')
-rw-r--r--src/modules/theme/packthemedialog.cpp2
1 files changed, 1 insertions, 1 deletions
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>