aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/printdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/printdialog.h')
-rw-r--r--desktop-widgets/printdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-widgets/printdialog.h b/desktop-widgets/printdialog.h
index 6e34ca7cb..7e98f22f6 100644
--- a/desktop-widgets/printdialog.h
+++ b/desktop-widgets/printdialog.h
@@ -18,10 +18,11 @@ class PrintDialog : public QDialog {
Q_OBJECT
public:
- explicit PrintDialog(QWidget *parent = 0);
+ explicit PrintDialog(bool inPlanner, QWidget *parent = 0);
~PrintDialog();
private:
+ bool inPlanner;
PrintOptions *optionsWidget;
QProgressBar *progressBar;
Printer *printer;