summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/oxygen/oxygen.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxygen.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/oxygen/oxygen.cpp b/noncore/apps/oxygen/oxygen.cpp
index 5999cb0..5bdc2aa 100644
--- a/noncore/apps/oxygen/oxygen.cpp
+++ b/noncore/apps/oxygen/oxygen.cpp
@@ -27,3 +27,3 @@
-Oxygen::Oxygen() : QMainWindow()
+Oxygen::Oxygen( QWidget *parent, const char *name, WFlags f) : QMainWindow( parent, name, f )
{
@@ -33,5 +33,5 @@ Oxygen::Oxygen() : QMainWindow()
dataWidgetUI *DataWidgetUI = new dataWidgetUI(names);
-
+
setCaption( tr( "Oxygen" ) );
-
+
QTabWidget *tabw = new QTabWidget( this , "qtab" );