diff options
Diffstat (limited to 'src/gui')
| -rw-r--r-- | src/gui/kconfigskeleton.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/kconfigskeleton.h b/src/gui/kconfigskeleton.h index 8262f5ce..f87eef6e 100644 --- a/src/gui/kconfigskeleton.h +++ b/src/gui/kconfigskeleton.h @@ -108,8 +108,8 @@ public:       * Register an item of type QColor.       *       * @param name Name used to identify this setting. Names must be unique. -     * @param reference Pointer to the variable, which is set by readConfig() -     * calls and read by writeConfig() calls. +     * @param reference Pointer to the variable, which is set by read() +     * calls and read by save() calls.       * @param defaultValue Default value, which is used when the config file       * does not yet contain the key of this item.       * @param key Key used in config file. If key is null, name is used as key. @@ -123,8 +123,8 @@ public:       * Register an item of type QFont.       *       * @param name Name used to identify this setting. Names must be unique. -     * @param reference Pointer to the variable, which is set by readConfig() -     * calls and read by writeConfig() calls. +     * @param reference Pointer to the variable, which is set by read() +     * calls and read by save() calls.       * @param defaultValue Default value, which is used when the config file       * does not yet contain the key of this item.       * @param key Key used in config file. If key is null, name is used as key.  | 
