From ac6703215ba5e152379173ba503f5ba3bd7e8a85 Mon Sep 17 00:00:00 2001 From: Thomas Braxton Date: Wed, 11 Jun 2014 08:40:44 -0500 Subject: Simple Cleanups - use Q_NULLPTR instead of 0 or NULL - simplify some foreach loops - use QStringLiteral in a few places - added a few consts REVIEW: 118666 --- 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 f87eef6e..4cd8d140 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 = 0); + explicit KConfigSkeleton(const QString &configname = QString(), QObject *parent = Q_NULLPTR); /** * Constructor. * * @param config configuration object to use. */ - explicit KConfigSkeleton(KSharedConfig::Ptr config, QObject *parent = 0); + explicit KConfigSkeleton(KSharedConfig::Ptr config, QObject *parent = Q_NULLPTR); /** * Register an item of type QColor. -- cgit v1.2.1