summaryrefslogtreecommitdiffstats
path: root/doc/html/t14-cannon-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/t14-cannon-h.html')
-rw-r--r--doc/html/t14-cannon-h.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/t14-cannon-h.html b/doc/html/t14-cannon-h.html
index 29494bccc..5de19c5c9 100644
--- a/doc/html/t14-cannon-h.html
+++ b/doc/html/t14-cannon-h.html
@@ -89,11 +89,11 @@ private:
void paintTarget( <a href="tqpainter.html">TQPainter</a> * );
void paintBarrier( <a href="tqpainter.html">TQPainter</a> * );
void paintCannon( <a href="tqpainter.html">TQPainter</a> * );
- <a href="ntqrect.html">TQRect</a> cannonRect() const;
- <a href="ntqrect.html">TQRect</a> shotRect() const;
- <a href="ntqrect.html">TQRect</a> targetRect() const;
- <a href="ntqrect.html">TQRect</a> barrierRect() const;
- bool barrelHit( const <a href="ntqpoint.html">TQPoint</a> &amp; ) const;
+ <a href="tqrect.html">TQRect</a> cannonRect() const;
+ <a href="tqrect.html">TQRect</a> shotRect() const;
+ <a href="tqrect.html">TQRect</a> targetRect() const;
+ <a href="tqrect.html">TQRect</a> barrierRect() const;
+ bool barrelHit( const <a href="tqpoint.html">TQPoint</a> &amp; ) const;
int ang;
int f;
@@ -103,7 +103,7 @@ private:
float shoot_ang;
float shoot_f;
- <a href="ntqpoint.html">TQPoint</a> target;
+ <a href="tqpoint.html">TQPoint</a> target;
bool gameEnded;
bool barrelPressed;