summaryrefslogtreecommitdiffstats
path: root/examples/helpsystem/whatsthis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helpsystem/whatsthis.cpp')
-rw-r--r--examples/helpsystem/whatsthis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helpsystem/whatsthis.cpp b/examples/helpsystem/whatsthis.cpp
index 020c59199..7c96e7e3c 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 )