diff options
Diffstat (limited to 'doc/html/hello-example.html')
-rw-r--r-- | doc/html/hello-example.html | 2 |
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) & 15; - <a href="tqwidget.html#repaint">repaint</a>( FALSE ); + <a href="tqwidget.html#repaint">repaint</a>( false ); } |