summaryrefslogtreecommitdiffstats
path: root/tools/assistant/topicchooserimpl.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-30 14:27:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-06-25 16:43:08 +0900
commit35ced32e331ee29fda1642616c803637952f5b22 (patch)
treeda44726777f814e19c7ef1e43854f6a1693dd6fb /tools/assistant/topicchooserimpl.cpp
parent7dd4848d61e4c52091d6c644356c84c67536bde2 (diff)
downloadtqt-35ced32e331ee29fda1642616c803637952f5b22.tar.gz
tqt-35ced32e331ee29fda1642616c803637952f5b22.zip
Replace TRUE/FALSE with boolean values true/false - part 1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a7f1e6e2552d9cdbb3d76bff089db522248b9a24)
Diffstat (limited to 'tools/assistant/topicchooserimpl.cpp')
-rw-r--r--tools/assistant/topicchooserimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/topicchooserimpl.cpp b/tools/assistant/topicchooserimpl.cpp
index 736aa4845..c7b815944 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 <b>%1</b>" ).arg( title ) );
listbox->insertStringList( linkNames );