summaryrefslogtreecommitdiffstats
path: root/tools/assistant/topicchooserimpl.cpp
diff options
context:
space:
mode:
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 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 <b>%1</b>" ).arg( title ) );
listbox->insertStringList( linkNames );