summaryrefslogtreecommitdiff
path: root/src/ui/msgdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/msgdialog.h')
-rw-r--r--src/ui/msgdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/msgdialog.h b/src/ui/msgdialog.h
index e3c5185..b33976e 100644
--- a/src/ui/msgdialog.h
+++ b/src/ui/msgdialog.h
@@ -26,7 +26,7 @@
class msgDialog: public QDialog {
Q_OBJECT;
public:
- msgDialog(QWidget *parent = 0, Qt::WFlags fl = 0);
+ msgDialog(QWidget *parent = 0, Qt::WindowFlags fl = 0);
~msgDialog();
void setMessageText(const QString& message);
Ui::msgDialog ui_;