summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.cpp
authorcniehaus <cniehaus>2002-09-23 11:16:29 (UTC)
committer cniehaus <cniehaus>2002-09-23 11:16:29 (UTC)
commit26c4a68e5e7e68e6fba70b4abe1290d23c2d7410 (patch) (unidiff)
treef533820993ba68a6b9c6efd545d6c3a717b45cf9 /noncore/apps/oxygen/oxygen.cpp
parent4af73fb07b69dce910abb2ac098b1045403cda67 (diff)
downloadopie-26c4a68e5e7e68e6fba70b4abe1290d23c2d7410.zip
opie-26c4a68e5e7e68e6fba70b4abe1290d23c2d7410.tar.gz
opie-26c4a68e5e7e68e6fba70b4abe1290d23c2d7410.tar.bz2
i18n-stuff + removed some headers
Diffstat (limited to 'noncore/apps/oxygen/oxygen.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxygen.cpp5
1 files changed, 1 insertions, 4 deletions
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
@@ -18,6 +18,3 @@
18 18
19#include <qlabel.h>
20#include <qapplication.h> 19#include <qapplication.h>
21#include <qpushbutton.h>
22#include <qvbox.h>
23#include <qtabwidget.h> 20#include <qtabwidget.h>
@@ -40,3 +37,3 @@ Oxygen::Oxygen() : QMainWindow()
40 tabw->addTab( CalcDlgUI, tr( "Calculations" ) ); 37 tabw->addTab( CalcDlgUI, tr( "Calculations" ) );
41 setCentralWidget( tabw ); 38 setCentralWidget( tabw );
42} 39}