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/tqextscintillabase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tqt/tqextscintillabase.h') diff --git a/tqt/tqextscintillabase.h b/tqt/tqextscintillabase.h index 053e999..79cb5c8 100644 --- a/tqt/tqextscintillabase.h +++ b/tqt/tqextscintillabase.h @@ -2251,7 +2251,7 @@ public: signals: //! This signal is emitted when text is selected or de-selected. - //! \a yes is TRUE if text has been selected and FALSE if text has been + //! \a yes is true if text has been selected and false if text has been //! deselected. void TQSCN_SELCHANGED(bool yes); -- cgit v1.2.3