aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/kcoreconfigskeleton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/kcoreconfigskeleton.h b/src/core/kcoreconfigskeleton.h
index 4727849b..ed11709b 100644
--- a/src/core/kcoreconfigskeleton.h
+++ b/src/core/kcoreconfigskeleton.h
@@ -1417,8 +1417,8 @@ public Q_SLOTS:
/**
* Write preferences to config file. The values of all registered items are
* written to disk.
- * This method calls usrWriteConfig() after writing the settings from the
- * registered items to the KConfig. You can override usrWriteConfig()
+ * This method calls usrSave() after writing the settings from the
+ * registered items to the KConfig. You can override usrSave()
* in derived classes if you have special requirements.
*/
bool save();