diff options
Diffstat (limited to 'desktop-widgets/printdialog.h')
-rw-r--r-- | desktop-widgets/printdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/printdialog.h b/desktop-widgets/printdialog.h index 6f0095a50..51cee8214 100644 --- a/desktop-widgets/printdialog.h +++ b/desktop-widgets/printdialog.h @@ -19,7 +19,7 @@ class PrintDialog : public QDialog { public: explicit PrintDialog(QWidget *parent = 0, Qt::WindowFlags f = 0); - virtual ~PrintDialog(); + ~PrintDialog(); private: PrintOptions *optionsWidget; |