aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpWidget.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2012-10-31 18:44:24 +0000
committerGravatar Fabio Bas2012-10-31 18:44:24 +0000
commit0e33f73fbff89fa8b5d0b3336e4642559ac153d3 (patch)
tree5a038197a46b0f379193d3e62edee3bdb40f12ed /src/modules/help/HelpWidget.cpp
parent- update KviOsInfo with values from the winsdk8 (diff)
downloadKVIrc-0e33f73fbff89fa8b5d0b3336e4642559ac153d3.tar.gz
KVIrc-0e33f73fbff89fa8b5d0b3336e4642559ac153d3.tar.bz2
KVIrc-0e33f73fbff89fa8b5d0b3336e4642559ac153d3.zip
Fixed compilation with recent qt5 snapshots:
* QWebKit has been renamed to QWebKitWidgets * QCleanlooksStyle is not included by default, use QFusionStyle instead This breaks compatibility with qt5-beta1, but beta2 should be right around the corner git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6280 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/HelpWidget.cpp')
-rw-r--r--src/modules/help/HelpWidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/help/HelpWidget.cpp b/src/modules/help/HelpWidget.cpp
index cf809ed21..44be162fe 100644
--- a/src/modules/help/HelpWidget.cpp
+++ b/src/modules/help/HelpWidget.cpp
@@ -45,7 +45,6 @@ extern KviPointerList<HelpWindow> * g_pHelpWindowList;
extern KviPointerList<HelpWidget> * g_pHelpWidgetList;
#ifdef COMPILE_WEBKIT_SUPPORT
-#include <QtWebKit/QWebView>
#include <QShortcut>
#define HIGHLIGHT_FLAGS QWebPage::HighlightAllOccurrences