From d6fb3096228e13a3de41b1c888a154c4f9ec3f16 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Sat, 28 Dec 2002 16:10:28 +0000 Subject: small fix --- 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() PSEWidget *pse = new PSEWidget(names); dataWidgetUI *DataWidgetUI = new dataWidgetUI(names); - this->setCaption( tr( "Oxygen" ) ); + setCaption( tr( "Oxygen" ) ); QTabWidget *tabw = new QTabWidget( this , "qtab" ); tabw->addTab( pse, tr( "PSE" )); -- cgit v0.9.0.2