From c03a4800879ab62692e017e01c825ba12a421ad0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 1 Jul 2025 22:09:14 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 2 Signed-off-by: Michele Calgaro --- examples/helpsystem/whatsthis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/helpsystem/whatsthis.cpp') diff --git a/examples/helpsystem/whatsthis.cpp b/examples/helpsystem/whatsthis.cpp index d57da1449..8e9d5afb4 100644 --- a/examples/helpsystem/whatsthis.cpp +++ b/examples/helpsystem/whatsthis.cpp @@ -29,7 +29,7 @@ bool WhatsThis::clicked( const TQString &link ) if ( !link.isEmpty() ) emit linkClicked( link ); - return TRUE; + return true; } HeaderWhatsThis::HeaderWhatsThis( TQHeader *h ) -- cgit v1.2.3