From 26c4a68e5e7e68e6fba70b4abe1290d23c2d7410 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Mon, 23 Sep 2002 11:16:29 +0000 Subject: i18n-stuff + removed some headers --- (limited to 'noncore/apps/oxygen/oxygen.cpp') diff --git a/noncore/apps/oxygen/oxygen.cpp b/noncore/apps/oxygen/oxygen.cpp index bc99d89..a16bc77 100644 --- a/noncore/apps/oxygen/oxygen.cpp +++ b/noncore/apps/oxygen/oxygen.cpp @@ -16,10 +16,7 @@ **************************************************************************/ #include "oxygen.h" -#include #include -#include -#include #include #include "calcdlg.h" #include "calcdlgui.h" @@ -38,5 +35,5 @@ Oxygen::Oxygen() : QMainWindow() tabw->addTab( pse, tr( "PSE" )); tabw->addTab( DataWidgetUI , tr( "Data" ) ); tabw->addTab( CalcDlgUI, tr( "Calculations" ) ); - setCentralWidget( tabw ); + setCentralWidget( tabw ); } -- cgit v0.9.0.2