diff options
Diffstat (limited to 'src/core/kconfigwatcher.cpp')
-rw-r--r-- | src/core/kconfigwatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfigwatcher.cpp b/src/core/kconfigwatcher.cpp index 495195c0..f63c39c1 100644 --- a/src/core/kconfigwatcher.cpp +++ b/src/core/kconfigwatcher.cpp @@ -96,7 +96,7 @@ void KConfigWatcher::onConfigChangeNotification(const QHash<QString, QByteArrayL for(const QString &groupName: parts) { group = group.group(groupName); } - emit configChanged(group, it.value()); + Q_EMIT configChanged(group, it.value()); } } |