diff --git a/src/app/valentina/mainwindow.cpp b/src/app/valentina/mainwindow.cpp index 7fe3b06f6..5e2307423 100644 --- a/src/app/valentina/mainwindow.cpp +++ b/src/app/valentina/mainwindow.cpp @@ -3449,7 +3449,7 @@ QStringList MainWindow::GetUnlokedRestoreFileList() const } return restoreFiles; #else - return qApp->getSettings()->GetRestoreFileList(); + return qApp->ValentinaSettings()->GetRestoreFileList(); #endif //QT_VERSION >= QT_VERSION_CHECK(5, 1, 0) }