From fa6eb6144bc756380c4148d05a67a99b0ac25ef3 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 13 Dec 2020 13:32:40 +0100 Subject: printing: move #includes from headers to source files To decrease include-file interdependencies. Signed-off-by: Berthold Stoeger --- desktop-widgets/printdialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop-widgets/printdialog.h') diff --git a/desktop-widgets/printdialog.h b/desktop-widgets/printdialog.h index 19473544d..6e34ca7cb 100644 --- a/desktop-widgets/printdialog.h +++ b/desktop-widgets/printdialog.h @@ -4,11 +4,11 @@ #ifndef NO_PRINTING #include -#include -#include "printoptions.h" -#include "printer.h" #include "templateedit.h" +#include "printoptions.h" +class Printer; +class QPrinter; class QProgressBar; class PrintOptions; class PrintLayout; -- cgit v1.2.3-70-g09d2