--- a/src/toolsets/filetoolset.cpp Thu Jan 04 19:24:40 2018 +0200 +++ b/src/toolsets/filetoolset.cpp Thu Jan 04 19:40:16 2018 +0200 @@ -98,10 +98,10 @@ void FileToolset::setLDrawPath() { - LDrawPathDialog* dialog = new LDrawPathDialog (Config->lDrawPath(), true); + LDrawPathDialog* dialog = new LDrawPathDialog (config.lDrawPath(), true); if (dialog->exec()) - Config->setLDrawPath (dialog->path()); + config.setLDrawPath (dialog->path()); } void FileToolset::exit()