aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/HelpWindow.h')
-rw-r--r--src/modules/help/HelpWindow.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/modules/help/HelpWindow.h b/src/modules/help/HelpWindow.h
index 25de74611..4aee40f69 100644
--- a/src/modules/help/HelpWindow.h
+++ b/src/modules/help/HelpWindow.h
@@ -31,17 +31,11 @@
#include "kvi_settings.h"
#include <QTabWidget>
-#ifdef COMPILE_WEBENGINE_SUPPORT
-#include <QWebEngineView>
-#else
-class QTextBrowser;
-#endif
-
#include <QLineEdit>
+class QTextBrowser;
class QProgressBar;
class QPushButton;
-
class HelpWidget;
class HelpWindow : public KviWindow
@@ -79,11 +73,7 @@ protected:
void loadProperties(KviConfigurationFile * cfg) override;
public:
-#ifdef COMPILE_WEBENGINE_SUPPORT
- QWebEngineView * textBrowser();
-#else
QTextBrowser * textBrowser();
-#endif
public slots:
void indexSelected(QListWidgetItem *);
void searchInIndex(const QString & s);