summaryrefslogtreecommitdiffstats
path: root/doc/html/hello-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/hello-example.html')
-rw-r--r--doc/html/hello-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html
index d3479116b..1899e304e 100644
--- a/doc/html/hello-example.html
+++ b/doc/html/hello-example.html
@@ -113,7 +113,7 @@ private:
void <a name="f474"></a>Hello::animate()
{
b = (b + 1) &amp; 15;
- <a href="tqwidget.html#repaint">repaint</a>( FALSE );
+ <a href="tqwidget.html#repaint">repaint</a>( false );
}