summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mainwindow.h
authorzecke <zecke>2004-09-19 19:11:07 (UTC)
committer zecke <zecke>2004-09-19 19:11:07 (UTC)
commit13fb1f618aef9c51918a72b6fe998aa4f09f2500 (patch) (side-by-side diff)
tree30834690c490b11406d560181d595fec4e86b279 /noncore/settings/mediummount/mainwindow.h
parent4564befecf3df38911d48f216ab216faf93b9c1d (diff)
downloadopie-13fb1f618aef9c51918a72b6fe998aa4f09f2500.zip
opie-13fb1f618aef9c51918a72b6fe998aa4f09f2500.tar.gz
opie-13fb1f618aef9c51918a72b6fe998aa4f09f2500.tar.bz2
Change the order of arguments on MainWindow c'tor
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 {
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"); }