diff options
| author | 2011-03-24 11:43:28 +0000 | |
|---|---|---|
| committer | 2011-03-24 11:43:28 +0000 | |
| commit | bd08f187fe11b437c91142141b7180696e7ccb48 (patch) | |
| tree | f53e1a6b75880fca8f15ee83e5050389d26ed533 /src/modules/theme/ThemeManagementDialog.cpp | |
| parent | upd8 spanish translation (diff) | |
| download | KVIrc-bd08f187fe11b437c91142141b7180696e7ccb48.tar.gz KVIrc-bd08f187fe11b437c91142141b7180696e7ccb48.tar.bz2 KVIrc-bd08f187fe11b437c91142141b7180696e7ccb48.zip | |
delete Qt <4.6 hacks
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5685 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/ThemeManagementDialog.cpp')
| -rw-r--r-- | src/modules/theme/ThemeManagementDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/ThemeManagementDialog.cpp b/src/modules/theme/ThemeManagementDialog.cpp index 441a8a212..c2e667080 100644 --- a/src/modules/theme/ThemeManagementDialog.cpp +++ b/src/modules/theme/ThemeManagementDialog.cpp @@ -23,7 +23,7 @@ //============================================================================= #include "kvi_settings.h" -#if defined(COMPILE_WEBKIT_SUPPORT) && (QT_VERSION >= 0x040600) +#if defined(COMPILE_WEBKIT_SUPPORT) #include "WebThemeInterfaceDialog.h" #endif |
