summaryrefslogtreecommitdiffstats
path: root/qt-ui/printdialog.h
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-05-30 13:27:14 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-04 10:07:59 -0700
commitb4e1563d10ff1d610fdcd622871620e50b0c5bd5 (patch)
tree53fe13e31bede0465fef4b1cac510ea7a3a06cd1 /qt-ui/printdialog.h
parent1cff998f8412218fd2447f390eadf05b2ea9ae34 (diff)
downloadsubsurface-b4e1563d10ff1d610fdcd622871620e50b0c5bd5.tar.gz
Printing: remove the print_options struct from display.h
Move print_options struct to printoptions.h, its more relevant to be placed here. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/printdialog.h')
-rw-r--r--qt-ui/printdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/printdialog.h b/qt-ui/printdialog.h
index aaba7645b..bdcfbf733 100644
--- a/qt-ui/printdialog.h
+++ b/qt-ui/printdialog.h
@@ -3,7 +3,7 @@
#include <QDialog>
#include <QPrinter>
-#include "../display.h"
+#include "printoptions.h"
class QProgressBar;
class PrintOptions;