diff --git a/src/core/Config.cpp b/src/core/Config.cpp index b2dd125b..72e4e4a3 100644 --- a/src/core/Config.cpp +++ b/src/core/Config.cpp @@ -70,7 +70,7 @@ Config::Config(QObject* parent) userPath += "/keepassx/"; #else - userPath = QDir::fromNativeSeparators(QStandardPaths::writableLocation(QDesktopServices::AppDataLocation)); + userPath = QDir::fromNativeSeparators(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)); // storageLocation() appends the application name ("/keepassx") to the end userPath += "/"; #endif