From a225f28f62ca39a4ef2d449c01223a536fd7b42b Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Mon, 27 Jul 2015 12:40:24 +0200 Subject: Don't recommend to use deprecated API REVIEW: 124467 --- src/core/kcoreconfigskeleton.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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(); -- cgit v1.2.1