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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/kcoreconfigskeleton.cpp b/src/core/kcoreconfigskeleton.cpp
index 2ae3a9bd..69a4bf04 100644
--- a/src/core/kcoreconfigskeleton.cpp
+++ b/src/core/kcoreconfigskeleton.cpp
@@ -1061,7 +1061,7 @@ void KCoreConfigSkeleton::setDefaults()
usrSetDefaults();
}
-void KCoreConfigSkeleton::readConfig()
+void KCoreConfigSkeleton::load()
{
d->mConfig->reparseConfiguration();
read();
@@ -1091,7 +1091,7 @@ bool KCoreConfigSkeleton::writeConfig()
if (!d->mConfig->sync()) {
return false;
}
- readConfig();
+ load();
emit configChanged();
}
return true;