diff options
Diffstat (limited to 'src/gui/kconfigskeleton.h')
-rw-r--r-- | src/gui/kconfigskeleton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kconfigskeleton.h b/src/gui/kconfigskeleton.h index 6990a870..054f51f9 100644 --- a/src/gui/kconfigskeleton.h +++ b/src/gui/kconfigskeleton.h @@ -95,14 +95,14 @@ public: * @param configname name of config file. If no name is given, the default * config file as returned by KSharedConfig::openConfig() is used. */ - explicit KConfigSkeleton(const QString &configname = QString(), QObject *parent = Q_NULLPTR); + explicit KConfigSkeleton(const QString &configname = QString(), QObject *parent = nullptr); /** * Constructor. * * @param config configuration object to use. */ - explicit KConfigSkeleton(KSharedConfig::Ptr config, QObject *parent = Q_NULLPTR); + explicit KConfigSkeleton(KSharedConfig::Ptr config, QObject *parent = nullptr); /** * Register an item of type QColor. |