From 3f2dc73d5a565121db00f4a0f050a48910b51623 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 4 Apr 2025 13:24:41 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- tqt/tqextscintillacommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tqt/tqextscintillacommand.h') diff --git a/tqt/tqextscintillacommand.h b/tqt/tqextscintillacommand.h index 3d8db30..5b4d7b2 100644 --- a/tqt/tqextscintillacommand.h +++ b/tqt/tqextscintillacommand.h @@ -70,7 +70,7 @@ public: //! \sa setAlternateKey(), key() int alternateKey() const {return qaltkey;} - //! If the key \a key is valid then TRUE is returned. + //! If the key \a key is valid then true is returned. static bool validKey(int key); //! The user friendly description of the command is returned. -- cgit v1.2.3