From 65ba4e3610c94ba1de71a41dd6bf69662555e206 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Thu, 19 Sep 2002 20:47:36 +0000 Subject: * codecleanup * adding some const * if you click on a "element" you will now really get the information * removed obsolete class --- (limited to 'noncore/apps/oxygen/datawidgetui.cpp') 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 @@ -18,7 +18,7 @@ dataWidgetUI::dataWidgetUI() : QWidget() { - this->setCaption("Chemical Data"); + this->setCaption( tr( "Chemical Data" )); QGridLayout *qgrid = new QGridLayout( this, 2,1 ); -- cgit v0.9.0.2