From 22ca84d4d22ed7e39c626981e5ae85e9287c3edb Mon Sep 17 00:00:00 2001 From: wodim Date: Thu, 7 Apr 2016 13:00:54 +0200 Subject: Remove all ifdefs related to older versions of Qt. Now that we only support Qt 5 we will no longer need these. --- src/modules/help/HelpWindow.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/modules/help/HelpWindow.h') diff --git a/src/modules/help/HelpWindow.h b/src/modules/help/HelpWindow.h index 6c6996be7..0c4d5f831 100644 --- a/src/modules/help/HelpWindow.h +++ b/src/modules/help/HelpWindow.h @@ -32,11 +32,7 @@ #include #ifdef COMPILE_WEBKIT_SUPPORT - #if (QT_VERSION < 0x050000) - #include - #else - #include - #endif + #include #else class QTextBrowser; #endif -- cgit v1.3.1-10-gc9f91