aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/kconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp
index fa2075c4..5b51cce8 100644
--- a/src/core/kconfig.cpp
+++ b/src/core/kconfig.cpp
@@ -570,7 +570,7 @@ void KConfigPrivate::changeFileName(const QString &name)
if (wantDefaults()) { // accessing default app-specific config "appnamerc"
fileName = KConfig::mainConfigName();
file = QStandardPaths::writableLocation(resourceType) + QLatin1Char('/') + fileName;
- } else if (wantGlobals()) { // accessing "kdeglobals" - XXX used anywhere?
+ } else if (wantGlobals()) { // accessing "kdeglobals" by specifying no filename and NoCascade - XXX used anywhere?
resourceType = QStandardPaths::GenericConfigLocation;
fileName = QLatin1String("kdeglobals");
file = sGlobalFileName;