|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
***************************************************************************/
|
|
|
|
|
#include "project.h"
|
|
|
|
|
|
|
|
|
|
#include <ksimpleconfig.h>
|
|
|
|
|
#include <tdesimpleconfig.h>
|
|
|
|
|
|
|
|
|
|
#include "devices/list/device_list.h"
|
|
|
|
|
#include "progs/base/prog_group.h"
|
|
|
|
@ -27,7 +27,7 @@ bool Project::load(TQString &error)
|
|
|
|
|
PURL::Url tmp = _url;
|
|
|
|
|
_url = _url.toFileType(PURL::Project);
|
|
|
|
|
if ( _url.exists() && XmlDataFile::load(error) ) return true;
|
|
|
|
|
TDEConfig *config = new KSimpleConfig(tmp.filepath(), false);
|
|
|
|
|
TDEConfig *config = new TDESimpleConfig(tmp.filepath(), false);
|
|
|
|
|
|
|
|
|
|
config->setGroup("Files");
|
|
|
|
|
TQStringList list = config->readListEntry("inputFiles");
|
|
|
|
|