diff --git a/src/Train/WebPageWindow.h b/src/Train/WebPageWindow.h index a266cb4f5..55c5847ed 100644 --- a/src/Train/WebPageWindow.h +++ b/src/Train/WebPageWindow.h @@ -36,9 +36,6 @@ #include #include #include -#if QT_VERSION >= 0x060000 -#include -#endif class QMouseEvent; class RideItem; @@ -59,10 +56,6 @@ class QWebEngineDownloadRequest; #endif class simpleWebPage : public QWebEnginePage { -#if QT_VERSION >= 0x060000 - public: - simpleWebPage() : QWebEnginePage(new QWebEngineProfile("Default")) {} -#endif }; class WebPageWindow : public GcChartWindow