summaryrefslogtreecommitdiffstats
path: root/core/qt-init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/qt-init.cpp')
-rw-r--r--core/qt-init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qt-init.cpp b/core/qt-init.cpp
index 5596b3f95..3543fb9bd 100644
--- a/core/qt-init.cpp
+++ b/core/qt-init.cpp
@@ -49,7 +49,7 @@ void init_qt_late()
QCoreApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
#endif
// find plugins installed in the application directory (without this SVGs don't work on Windows)
- SettingsObjectWrapper::instance()->load();
+ qPref::load();
QCoreApplication::addLibraryPath(QCoreApplication::applicationDirPath());
QLocale loc;