From 13fb1f618aef9c51918a72b6fe998aa4f09f2500 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 19 Sep 2004 19:11:07 +0000 Subject: Change the order of arguments on MainWindow c'tor --- (limited to 'noncore/settings/mediummount/mainwindow.h') diff --git a/noncore/settings/mediummount/mainwindow.h b/noncore/settings/mediummount/mainwindow.h index 9649863..7bcb7f5 100644 --- a/noncore/settings/mediummount/mainwindow.h +++ b/noncore/settings/mediummount/mainwindow.h @@ -15,7 +15,7 @@ namespace MediumMountSetting { class MainWindow : public QDialog { Q_OBJECT public: - MainWindow(QWidget *parent = 0, const char *name = 0 , bool modal = FALSE, WFlags = 0); + MainWindow(QWidget *parent = 0, const char *name = 0 , WFlags = 0, bool modal=true); ~MainWindow(); static QString appName() { return QString::fromLatin1("mediummount"); } -- cgit v0.9.0.2