-rw-r--r-- | noncore/settings/appearance2/appearance.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/language/languagesettingsbase.ui | 2 | ||||
-rw-r--r-- | noncore/settings/mediummount/mainwindow.cc | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/noncore/settings/appearance2/appearance.cpp b/noncore/settings/appearance2/appearance.cpp index e9e0ad9..2b35119 100644 --- a/noncore/settings/appearance2/appearance.cpp +++ b/noncore/settings/appearance2/appearance.cpp | |||
@@ -408,5 +408,5 @@ Appearance::Appearance( QWidget* parent, const char* name, WFlags ) | |||
408 | : QDialog ( parent, name, true, WStyle_ContextHelp ) | 408 | : QDialog ( parent, name, true, WStyle_ContextHelp ) |
409 | { | 409 | { |
410 | setCaption( tr( "Appearance" ) ); | 410 | setCaption( tr( "Appearance Settings" ) ); |
411 | 411 | ||
412 | Config config( "qpe" ); | 412 | Config config( "qpe" ); |
diff --git a/noncore/settings/language/languagesettingsbase.ui b/noncore/settings/language/languagesettingsbase.ui index 62bdafa..ae317e4 100644 --- a/noncore/settings/language/languagesettingsbase.ui +++ b/noncore/settings/language/languagesettingsbase.ui | |||
@@ -18,5 +18,5 @@ | |||
18 | <property stdset="1"> | 18 | <property stdset="1"> |
19 | <name>caption</name> | 19 | <name>caption</name> |
20 | <string>Language</string> | 20 | <string>Language Settings</string> |
21 | </property> | 21 | </property> |
22 | <vbox> | 22 | <vbox> |
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 | |||
@@ -18,4 +18,6 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags ) | |||
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 ); |