diff options
| author | 2007-03-28 12:49:59 +0000 | |
|---|---|---|
| committer | 2007-03-28 12:49:59 +0000 | |
| commit | 2ab00122b9e9af5aa0b14e7602da19809223598b (patch) | |
| tree | ff94e081f999a391f9620bca07011e8007d90b7f /src/modules/theme/themefunctions.cpp | |
| parent | *AUTOMATICALLY* updated KVI_SOURCES_DATE variable (diff) | |
| download | KVIrc-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/themefunctions.cpp')
| -rw-r--r-- | src/modules/theme/themefunctions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
