summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mainwindow.cc
Unidiff
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, 2 insertions, 0 deletions
diff --git a/noncore/settings/mediummount/mainwindow.cc b/noncore/settings/mediummount/mainwindow.cc
index cf8ad6c..6d9bb80 100644
--- a/noncore/settings/mediummount/mainwindow.cc
+++ b/noncore/settings/mediummount/mainwindow.cc
@@ -14,12 +14,14 @@ using namespace MediumMountSetting;
14 14
15 15
16MainWindow::MainWindow( QWidget *parent, const char *name, WFlags ) 16MainWindow::MainWindow( QWidget *parent, const char *name, WFlags )
17 : QMainWindow( parent, name, WStyle_ContextHelp ) 17 : QMainWindow( parent, name, WStyle_ContextHelp )
18 18
19{ 19{
20 setCaption ( tr( "Medium Mount Settings" ));
21
20 // m_lay = new QVBoxLayout( this ); 22 // m_lay = new QVBoxLayout( this );
21 m_tab = new QTabWidget( this ); 23 m_tab = new QTabWidget( this );
22 setCentralWidget( m_tab ); 24 setCentralWidget( m_tab );
23 init(); 25 init();
24} 26}
25 27