diff options
Diffstat (limited to 'src/core/kcoreconfigskeleton.cpp')
-rw-r--r-- | src/core/kcoreconfigskeleton.cpp | 2 |
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; } |