summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mainwindow.cc
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.cc
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.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/mediummount/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/mediummount/mainwindow.cc b/noncore/settings/mediummount/mainwindow.cc
index eec786c..ebe1c94 100644
--- a/noncore/settings/mediummount/mainwindow.cc
+++ b/noncore/settings/mediummount/mainwindow.cc
@@ -18,3 +18,3 @@ using namespace MediumMountSetting;
-MainWindow::MainWindow( QWidget *parent, const char *name, bool modal, WFlags )
+MainWindow::MainWindow( QWidget *parent, const char *name, WFlags, bool modal )
: QDialog( parent, name, modal, WStyle_ContextHelp )