summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidgetui.cpp
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/datawidgetui.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/datawidgetui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.cpp b/noncore/apps/oxygen/datawidgetui.cpp
index 8188515..2e99c0b 100644
--- a/noncore/apps/oxygen/datawidgetui.cpp
+++ b/noncore/apps/oxygen/datawidgetui.cpp
@@ -15,13 +15,13 @@
15#include <qlayout.h> 15#include <qlayout.h>
16#include <qhbox.h> 16#include <qhbox.h>
17#include <qlabel.h> 17#include <qlabel.h>
18 18
19dataWidgetUI::dataWidgetUI() : QWidget() 19dataWidgetUI::dataWidgetUI() : QWidget()
20{ 20{
21 this->setCaption("Chemical Data"); 21 this->setCaption( tr( "Chemical Data" ));
22 22
23 QGridLayout *qgrid = new QGridLayout( this, 2,1 ); 23 QGridLayout *qgrid = new QGridLayout( this, 2,1 );
24 24
25 dataCombo = new QComboBox( this ); 25 dataCombo = new QComboBox( this );
26 OxydataWidget *oxyDW = new OxydataWidget(this); 26 OxydataWidget *oxyDW = new OxydataWidget(this);
27 oxyDW->setElement( 1 ); 27 oxyDW->setElement( 1 );