--- a/src/toolsets/filetoolset.cpp Thu Jan 04 22:42:01 2018 +0200 +++ b/src/toolsets/filetoolset.cpp Thu Jan 04 22:52:04 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()