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 --- designer/tqscintillaplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'designer/tqscintillaplugin.cpp') diff --git a/designer/tqscintillaplugin.cpp b/designer/tqscintillaplugin.cpp index d383729..db0fb7e 100644 --- a/designer/tqscintillaplugin.cpp +++ b/designer/tqscintillaplugin.cpp @@ -147,7 +147,7 @@ TQString TQScintillaPlugin::whatsThis(const TQString &feature) const bool TQScintillaPlugin::isContainer(const TQString &) const { - return FALSE; + return false; } -- cgit v1.2.3