summaryrefslogtreecommitdiffstats
path: root/doc/html/t10-cannon-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/t10-cannon-cpp.html')
-rw-r--r--doc/html/t10-cannon-cpp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/t10-cannon-cpp.html b/doc/html/t10-cannon-cpp.html
index c66dd989b..1782d162b 100644
--- a/doc/html/t10-cannon-cpp.html
+++ b/doc/html/t10-cannon-cpp.html
@@ -60,7 +60,7 @@ void <a name="f49"></a>CannonField::setAngle( int degrees )
if ( ang == degrees )
return;
ang = degrees;
- <a href="tqwidget.html#repaint">repaint</a>( cannonRect(), FALSE );
+ <a href="tqwidget.html#repaint">repaint</a>( cannonRect(), false );
emit angleChanged( ang );
}