diff options
Diffstat (limited to 'src/gui/kconfigloader.h')
-rw-r--r-- | src/gui/kconfigloader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kconfigloader.h b/src/gui/kconfigloader.h index 36eb182f..0fb51421 100644 --- a/src/gui/kconfigloader.h +++ b/src/gui/kconfigloader.h @@ -107,7 +107,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 = 0); + KConfigLoader(const QString &configFile, QIODevice *xml, QObject *parent = Q_NULLPTR); /** * Creates a KConfigSkeleton populated using the definition found in @@ -117,7 +117,7 @@ public: * @param xml the xml data; must be valid KConfigXT data * @param parent optional QObject parent **/ - KConfigLoader(KSharedConfigPtr config, QIODevice *xml, QObject *parent = 0); + KConfigLoader(KSharedConfigPtr config, QIODevice *xml, QObject *parent = Q_NULLPTR); /** * Creates a KConfigSkeleton populated using the definition found in @@ -127,7 +127,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 = 0); + KConfigLoader(const KConfigGroup &config, QIODevice *xml, QObject *parent = Q_NULLPTR); ~KConfigLoader(); |