From 82b07f1a3cc29b9785c292174343b464a774a722 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 28 Dec 2021 20:45:45 +0900 Subject: Code improvements based on c++11 standard (ranged for loops and nullptr). Signed-off-by: Michele Calgaro --- gui/polkit-tqt-gui-action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/polkit-tqt-gui-action.h') diff --git a/gui/polkit-tqt-gui-action.h b/gui/polkit-tqt-gui-action.h index 4f5bb2e2d..21c10100b 100644 --- a/gui/polkit-tqt-gui-action.h +++ b/gui/polkit-tqt-gui-action.h @@ -77,7 +77,7 @@ class POLKIT_TQT_EXPORT Action : public TQAction * \param actionId the PolicyKit action Id (e.g.: org.freedesktop.policykit.read) * \param parent the object parent */ - explicit Action(const TQString& actionId = TQString::null, TQObject *parent = 0); + explicit Action(const TQString& actionId = TQString::null, TQObject *parent = nullptr); ~Action(); -- cgit v1.2.1