diff options
| author | Aleix Pol <aleixpol@kde.org> | 2015-07-27 12:40:24 +0200 | 
|---|---|---|
| committer | Aleix Pol <aleixpol@kde.org> | 2015-07-27 12:40:24 +0200 | 
| commit | a225f28f62ca39a4ef2d449c01223a536fd7b42b (patch) | |
| tree | 28b640ad3c669ba75583af2f59c33990675ef52e /src | |
| parent | be95bc91fb8b0e115a31d9b3cbd63c9d234da6a9 (diff) | |
| download | kconfig-a225f28f62ca39a4ef2d449c01223a536fd7b42b.tar.gz kconfig-a225f28f62ca39a4ef2d449c01223a536fd7b42b.tar.bz2 | |
Don't recommend to use deprecated API
REVIEW: 124467
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/kcoreconfigskeleton.h | 4 | 
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(); | 
