aboutsummaryrefslogtreecommitdiff
path: root/src/core/kcoreconfigskeleton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/kcoreconfigskeleton.cpp')
-rw-r--r--src/core/kcoreconfigskeleton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kcoreconfigskeleton.cpp b/src/core/kcoreconfigskeleton.cpp
index bfa3a60f..d5af41e4 100644
--- a/src/core/kcoreconfigskeleton.cpp
+++ b/src/core/kcoreconfigskeleton.cpp
@@ -1284,7 +1284,7 @@ bool KCoreConfigSkeleton::save()
if (!d->mConfig->sync()) {
return false;
}
- emit configChanged();
+ Q_EMIT configChanged();
}
return true;
}