aboutsummaryrefslogtreecommitdiff
path: root/src/gui/kconfigloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kconfigloader.h')
-rw-r--r--src/gui/kconfigloader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kconfigloader.h b/src/gui/kconfigloader.h
index aa6b7538..33f7423a 100644
--- a/src/gui/kconfigloader.h
+++ b/src/gui/kconfigloader.h
@@ -131,7 +131,7 @@ public:
**/
KConfigLoader(const KConfigGroup &config, QIODevice *xml, QObject *parent = nullptr);
- ~KConfigLoader() Q_DECL_OVERRIDE;
+ ~KConfigLoader() override;
/**
* Finds the item for the given group and key.
@@ -169,7 +169,7 @@ protected:
/**
* Hack used to force writing when no default exists in config file.
*/
- bool usrWriteConfig() Q_DECL_OVERRIDE;
+ bool usrWriteConfig() override;
private:
ConfigLoaderPrivate *const d;