aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/HelpWidget.cpp')
-rw-r--r--src/modules/help/HelpWidget.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/modules/help/HelpWidget.cpp b/src/modules/help/HelpWidget.cpp
index 1af2b4da9..edede5eb1 100644
--- a/src/modules/help/HelpWidget.cpp
+++ b/src/modules/help/HelpWidget.cpp
@@ -47,11 +47,7 @@ extern KviPointerList<HelpWidget> * g_pHelpWidgetList;
#ifdef COMPILE_WEBKIT_SUPPORT
#include <QtWebKit/QWebView>
-#if QT_VERSION >= 0x040600
- #define HIGHLIGHT_FLAGS QWebPage::HighlightAllOccurrences
-#else
- #define HIGHLIGHT_FLAGS 0
-#endif
+#define HIGHLIGHT_FLAGS QWebPage::HighlightAllOccurrences
HelpWidget::HelpWidget(QWidget * par,KviMainWindow *,bool bIsStandalone)
: QWidget(par)