summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mainwindow.cc
Side-by-side diff
Diffstat (limited to 'noncore/settings/mediummount/mainwindow.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/mediummount/mainwindow.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/mediummount/mainwindow.cc b/noncore/settings/mediummount/mainwindow.cc
index 88f7c61..cf8ad6c 100644
--- a/noncore/settings/mediummount/mainwindow.cc
+++ b/noncore/settings/mediummount/mainwindow.cc
@@ -12,10 +12,10 @@
using namespace MediumMountSetting;
-MainWindow::MainWindow( QWidget *parent, const char *name )
- : QMainWindow( parent, name )
+MainWindow::MainWindow( QWidget *parent, const char *name, WFlags )
+ : QMainWindow( parent, name, WStyle_ContextHelp )
{
// m_lay = new QVBoxLayout( this );
m_tab = new QTabWidget( this );