diff options
Diffstat (limited to 'desktop-widgets/printer.h')
-rw-r--r-- | desktop-widgets/printer.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/desktop-widgets/printer.h b/desktop-widgets/printer.h index 661ec8324..9197c6891 100644 --- a/desktop-widgets/printer.h +++ b/desktop-widgets/printer.h @@ -3,11 +3,7 @@ #define PRINTER_H #include <QPrinter> -#ifdef USE_WEBENGINE -#include <QWebEngineView> -#else #include <QWebView> -#endif #include <QRect> #include <QPainter> @@ -25,11 +21,7 @@ public: private: QPaintDevice *paintDevice; -#ifdef USE_WEBENGINE - QWebEngineView *webView; -#else QWebView *webView; -#endif print_options *printOptions; template_options *templateOptions; QSize pageSize; |