From 2034e3ce7593f04d251b634bfe2d71b30f15ea3a Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Mon, 16 Jan 2017 18:17:34 +0100 Subject: Prefer nullptr over Q_NULLPTR --- src/gui/kconfigskeleton.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/kconfigskeleton.h') 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. -- cgit v1.2.1