summaryrefslogtreecommitdiffstats
path: root/doc/html/helpsystem-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/helpsystem-example.html')
-rw-r--r--doc/html/helpsystem-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/helpsystem-example.html b/doc/html/helpsystem-example.html
index 3b7df0469..ce7f21e26 100644
--- a/doc/html/helpsystem-example.html
+++ b/doc/html/helpsystem-example.html
@@ -186,7 +186,7 @@ later on.
if ( !link.<a href="tqstring.html#isEmpty">isEmpty</a>() )
emit linkClicked( link );
- return TRUE;
+ return true;
}
</pre>