diff options
Diffstat (limited to 'desktop-widgets/printdialog.h')
-rw-r--r-- | desktop-widgets/printdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <QDialog> -#include <QPrinter> -#include "printoptions.h" -#include "printer.h" #include "templateedit.h" +#include "printoptions.h" +class Printer; +class QPrinter; class QProgressBar; class PrintOptions; class PrintLayout; |