summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount
authorsandman <sandman>2002-12-22 16:37:07 (UTC)
committer sandman <sandman>2002-12-22 16:37:07 (UTC)
commit150e066a847e8e10848cfd10a635b9cec57347b3 (patch) (unidiff)
tree8e16dec1950321db67455b0011b79fcae0469c68 /noncore/settings/mediummount
parent9ee5295d934e0876dfe0b7e0a4ee05012c491f91 (diff)
downloadopie-150e066a847e8e10848cfd10a635b9cec57347b3.zip
opie-150e066a847e8e10848cfd10a635b9cec57347b3.tar.gz
opie-150e066a847e8e10848cfd10a635b9cec57347b3.tar.bz2
Fixed some window captions to match the corresponding launcher icons
Diffstat (limited to 'noncore/settings/mediummount') (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
@@ -8,24 +8,26 @@
8#include "mediumwidget.h" 8#include "mediumwidget.h"
9#include "mediumglobal.h" 9#include "mediumglobal.h"
10 10
11#include "mainwindow.h" 11#include "mainwindow.h"
12 12
13using namespace MediumMountSetting; 13using 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
26MainWindow::~MainWindow() 28MainWindow::~MainWindow()
27{ 29{
28 30
29} 31}
30void MainWindow::init() 32void MainWindow::init()
31{ 33{