diff options
Diffstat (limited to 'examples/helpsystem')
| -rw-r--r-- | examples/helpsystem/whatsthis.cpp | 2 |
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 ) |
