aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/ThemeManagementDialog.cpp
diff options
context:
space:
mode:
authorGravatar wodim2011-03-24 11:43:28 +0000
committerGravatar wodim2011-03-24 11:43:28 +0000
commitbd08f187fe11b437c91142141b7180696e7ccb48 (patch)
treef53e1a6b75880fca8f15ee83e5050389d26ed533 /src/modules/theme/ThemeManagementDialog.cpp
parentupd8 spanish translation (diff)
downloadKVIrc-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.cpp2
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