diff options
| author | 2008-04-06 17:42:14 +0000 | |
|---|---|---|
| committer | 2008-04-06 17:42:14 +0000 | |
| commit | ea22c275adc3a25519fade09f334fba7e5667093 (patch) | |
| tree | 48bb760c9369e57b7702972195368f9868a433b5 /src/modules/theme/themefunctions.cpp | |
| parent | Qt4 porting (diff) | |
| download | KVIrc-ea22c275adc3a25519fade09f334fba7e5667093.tar.gz KVIrc-ea22c275adc3a25519fade09f334fba7e5667093.tar.bz2 KVIrc-ea22c275adc3a25519fade09f334fba7e5667093.zip | |
more code clean; small porting
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1412 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/themefunctions.cpp')
| -rw-r--r-- | src/modules/theme/themefunctions.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/modules/theme/themefunctions.cpp b/src/modules/theme/themefunctions.cpp index 2afa21f3a..f19fd8360 100644 --- a/src/modules/theme/themefunctions.cpp +++ b/src/modules/theme/themefunctions.cpp @@ -34,13 +34,10 @@ #include "kvi_sourcesdate.h" #include "kvi_theme.h" #include "kvi_frame.h" -#ifdef COMPILE_USE_QT4 -#define KviTalMimeSourceFactory Q3MimeSourceFactory -#include <q3mimefactory.h> -#else -#define KviTalMimeSourceFactory QMimeSourceFactory -#endif + #include <qmime.h> +#include <q3mimefactory.h> +#define KviTalMimeSourceFactory Q3MimeSourceFactory namespace KviThemeFunctions { |
