From a7f1e6e2552d9cdbb3d76bff089db522248b9a24 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 30 May 2025 14:27:29 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 1 Signed-off-by: Michele Calgaro --- tools/assistant/topicchooserimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/assistant/topicchooserimpl.cpp') diff --git a/tools/assistant/topicchooserimpl.cpp b/tools/assistant/topicchooserimpl.cpp index d48005dc5..ed958cbc5 100644 --- a/tools/assistant/topicchooserimpl.cpp +++ b/tools/assistant/topicchooserimpl.cpp @@ -39,7 +39,7 @@ TopicChooser::TopicChooser( TQWidget *parent, const TQStringList &lnkNames, const TQStringList &lnks, const TQString &title ) - : TopicChooserBase( parent, 0, TRUE ), links( lnks ), linkNames( lnkNames ) + : TopicChooserBase( parent, 0, true ), links( lnks ), linkNames( lnkNames ) { label->setText( tr( "Choose a topic for %1" ).arg( title ) ); listbox->insertStringList( linkNames ); -- cgit v1.2.3