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 6a210e97e..74464f9ab 100644
--- a/doc/html/helpsystem-example.html
+++ b/doc/html/helpsystem-example.html
@@ -187,7 +187,7 @@ later on.
if ( !link.<a href="ntqstring.html#isEmpty">isEmpty</a>() )
emit linkClicked( link );
- return TRUE;
+ return true;
}
</pre>