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/help | |
| 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/help')
| -rw-r--r-- | src/modules/help/HelpWidget.cpp | 6 |
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) |
