summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mainwindow.h
Unidiff
Diffstat (limited to 'noncore/settings/mediummount/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/mediummount/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
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 {
15 class MainWindow : public QDialog { 15 class MainWindow : public QDialog {
16 Q_OBJECT 16 Q_OBJECT
17 public: 17 public:
18 MainWindow(QWidget *parent = 0, const char *name = 0 , bool modal = FALSE, WFlags = 0); 18 MainWindow(QWidget *parent = 0, const char *name = 0 , WFlags = 0, bool modal=true);
19 ~MainWindow(); 19 ~MainWindow();
20 static QString appName() { return QString::fromLatin1("mediummount"); } 20 static QString appName() { return QString::fromLatin1("mediummount"); }
21 21