aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2011-03-16 22:03:19 +0000
committerGravatar Szymon Tomasz Stefanek2011-03-16 22:03:19 +0000
commite9fffb19e02a741d91b4a969aa74b97333371e16 (patch)
tree4a3a40897bbfb8ad2b1373a484e2bf8a755d705f /src/modules/objects
parentCode improvements in the theme manager(wip) (diff)
downloadKVIrc-e9fffb19e02a741d91b4a969aa74b97333371e16.tar.gz
KVIrc-e9fffb19e02a741d91b4a969aa74b97333371e16.tar.bz2
KVIrc-e9fffb19e02a741d91b4a969aa74b97333371e16.zip
Small compilation fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5611 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects')
-rw-r--r--src/modules/objects/KvsObject_webView.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_webView.cpp b/src/modules/objects/KvsObject_webView.cpp
index c8c850c6b..8bdfa0e42 100644
--- a/src/modules/objects/KvsObject_webView.cpp
+++ b/src/modules/objects/KvsObject_webView.cpp
@@ -116,7 +116,6 @@ const QWebSettings::WebAttribute webattributes_cod[] = {
QWebSettings::ZoomTextOnly
#if (QT_VERSION >= 0x040700)
,
-#if (QT_VERSION >= 0x040700)
QWebSettings::LocalContentCanAccessFileUrls
#endif
};