diff options
Diffstat (limited to 'doc/html/forever-example.html')
-rw-r--r-- | doc/html/forever-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/forever-example.html b/doc/html/forever-example.html index 3e8a3420c..77b69829a 100644 --- a/doc/html/forever-example.html +++ b/doc/html/forever-example.html @@ -161,7 +161,7 @@ void <a name="f366"></a>Forever::updateCaption() <a name="x1048"></a>void Forever::<a href="tqobject.html#timerEvent">timerEvent</a>( <a href="tqtimerevent.html">TQTimerEvent</a> * ) { for ( int i=0; i<100; i++ ) { - <a href="tqwidget.html#repaint">repaint</a>( FALSE ); // repaint, don't erase + <a href="tqwidget.html#repaint">repaint</a>( false ); // repaint, don't erase rectangles++; } } |