summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen
authorcniehaus <cniehaus>2002-12-28 16:10:28 (UTC)
committer cniehaus <cniehaus>2002-12-28 16:10:28 (UTC)
commitd6fb3096228e13a3de41b1c888a154c4f9ec3f16 (patch) (unidiff)
tree0b910b125b59f2cfc076d8f5cc4068fb85f76d7c /noncore/apps/oxygen
parentcc3544acf067f3cb4fe78d95298ba42c9faa14d5 (diff)
downloadopie-d6fb3096228e13a3de41b1c888a154c4f9ec3f16.zip
opie-d6fb3096228e13a3de41b1c888a154c4f9ec3f16.tar.gz
opie-d6fb3096228e13a3de41b1c888a154c4f9ec3f16.tar.bz2
small fix
Diffstat (limited to 'noncore/apps/oxygen') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/oxygen.cpp b/noncore/apps/oxygen/oxygen.cpp
index 215cc19..5999cb0 100644
--- a/noncore/apps/oxygen/oxygen.cpp
+++ b/noncore/apps/oxygen/oxygen.cpp
@@ -32,7 +32,7 @@ Oxygen::Oxygen() : QMainWindow()
32 PSEWidget *pse = new PSEWidget(names); 32 PSEWidget *pse = new PSEWidget(names);
33 dataWidgetUI *DataWidgetUI = new dataWidgetUI(names); 33 dataWidgetUI *DataWidgetUI = new dataWidgetUI(names);
34 34
35 this->setCaption( tr( "Oxygen" ) ); 35 setCaption( tr( "Oxygen" ) );
36 36
37 QTabWidget *tabw = new QTabWidget( this , "qtab" ); 37 QTabWidget *tabw = new QTabWidget( this , "qtab" );
38 tabw->addTab( pse, tr( "PSE" )); 38 tabw->addTab( pse, tr( "PSE" ));