From 6cb57ded60dbefea5c81de4e50ec64fe63dee379 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Sat, 21 Sep 2002 19:44:05 +0000 Subject: make Max happy ;) --- (limited to 'noncore') diff --git a/noncore/apps/oxygen/datawidgetui.cpp b/noncore/apps/oxygen/datawidgetui.cpp index 422b6f8..60cefd5 100644 --- a/noncore/apps/oxygen/datawidgetui.cpp +++ b/noncore/apps/oxygen/datawidgetui.cpp @@ -33,7 +33,7 @@ dataWidgetUI::dataWidgetUI() : QWidget() dataCombo = new QComboBox( this ); //read in all names of the 118 elements - Config configobj( "oxygendata" ); + Config configobj( QPEApplication::qpeDir() +"share/oxygen/oxygendata", Config::File ); for ( int i = 1 ; i < 119 ; i++ ) { configobj.setGroup( QString::number( i ) ); -- cgit v0.9.0.2