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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kconfigloader.h b/src/gui/kconfigloader.h
index 341bdc4f..ffbd8e9b 100644
--- a/src/gui/kconfigloader.h
+++ b/src/gui/kconfigloader.h
@@ -109,7 +109,7 @@ public:
* @param xml the xml data; must be valid KConfigXT data
* @param parent optional QObject parent
**/
- KConfigLoader(const QString &configFile, QIODevice *xml, QObject *parent = Q_NULLPTR);
+ KConfigLoader(const QString &configFile, QIODevice *xml, QObject *parent = nullptr);
/**
* Creates a KConfigSkeleton populated using the definition found in
@@ -119,7 +119,7 @@ public:
* @param xml the xml data; must be valid KConfigXT data
* @param parent optional QObject parent
**/
- KConfigLoader(KSharedConfigPtr config, QIODevice *xml, QObject *parent = Q_NULLPTR);
+ KConfigLoader(KSharedConfigPtr config, QIODevice *xml, QObject *parent = nullptr);
/**
* Creates a KConfigSkeleton populated using the definition found in
@@ -129,7 +129,7 @@ public:
* @param xml the xml data; must be valid KConfigXT data
* @param parent optional QObject parent
**/
- KConfigLoader(const KConfigGroup &config, QIODevice *xml, QObject *parent = Q_NULLPTR);
+ KConfigLoader(const KConfigGroup &config, QIODevice *xml, QObject *parent = nullptr);
~KConfigLoader();