summaryrefslogtreecommitdiffstats
path: root/doc/html/t11-cannon-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/t11-cannon-cpp.html')
-rw-r--r--doc/html/t11-cannon-cpp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/t11-cannon-cpp.html b/doc/html/t11-cannon-cpp.html
index 2bb78a146..6c1dde325 100644
--- a/doc/html/t11-cannon-cpp.html
+++ b/doc/html/t11-cannon-cpp.html
@@ -69,7 +69,7 @@ void <a name="f58"></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 );
}