SVN commit 1024148 by dfaure: KDE5 todo (I don't really dare changing the behavior before that, but apps (i.e. share/applnk) is really deprecated these days) M +1 -1 kdesktopfile.cpp --- trunk/KDE/kdelibs/kdecore/config/kdesktopfile.cpp #1024147:1024148 @@ -61,7 +61,7 @@ } KDesktopFile::KDesktopFile(const QString &fileName) - : KConfig(*new KDesktopFilePrivate("apps", fileName)) + : KConfig(*new KDesktopFilePrivate("apps", fileName)) // TODO KDE5: default to xdgdata-apps instead of apps { Q_D(KDesktopFile); reparseConfiguration();