aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/kconfig.cpp')
-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 c45643d2..67c0b469 100644
--- a/src/core/kconfig.cpp
+++ b/src/core/kconfig.cpp
@@ -468,7 +468,7 @@ bool KConfig::sync()
}
if (!notifyGroupsLocal.isEmpty()) {
- d->notifyClients(notifyGroupsLocal, QStringLiteral("/") + name());
+ d->notifyClients(notifyGroupsLocal, QLatin1Char('/') + name());
}
if (!notifyGroupsGlobal.isEmpty()) {
d->notifyClients(notifyGroupsGlobal, QStringLiteral("/kdeglobals"));