diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/kdesktopfile.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/core/kdesktopfile.cpp b/src/core/kdesktopfile.cpp index facd1ea0..6278309e 100644 --- a/src/core/kdesktopfile.cpp +++ b/src/core/kdesktopfile.cpp @@ -133,7 +133,7 @@ bool KDesktopFile::isAuthorizedDesktopFile(const QString &path)              return true;          }      } -    const QString servicesDir = QLatin1String("kde5/services/"); // KGlobal::dirs()->xdgDataRelativePath("services") +    const QString servicesDir = QLatin1String("kservices5/"); // KGlobal::dirs()->xdgDataRelativePath("services")      Q_FOREACH (const QString &xdgDataPrefix, QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation)) {          if (QDir(xdgDataPrefix).exists()) {              const QString prefix = QFileInfo(xdgDataPrefix).canonicalFilePath(); | 
