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 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 )