diff options
| -rw-r--r-- | src/core/kcoreconfigskeleton.h | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/src/core/kcoreconfigskeleton.h b/src/core/kcoreconfigskeleton.h index 90562f45..ebfad52c 100644 --- a/src/core/kcoreconfigskeleton.h +++ b/src/core/kcoreconfigskeleton.h @@ -1035,10 +1035,8 @@ public:       * This method calls usrReadConfig() after reading the settings of the       * registered items from the KConfig. You can overridde usrReadConfig()       * in derived classes if you have special requirements. -     * If you need more fine-grained control of storing the settings from -     * the registered items you can override readConfig() in a derived class.       */ -    virtual void readConfig(); +    void readConfig(); // KDE5 TODO rename to load()      /**       * Read preferences from the KConfig object. | 
