diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/t13-cannon-h.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/t13-cannon-h.html')
-rw-r--r-- | doc/html/t13-cannon-h.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/t13-cannon-h.html b/doc/html/t13-cannon-h.html index 7b11616dd..124509ae7 100644 --- a/doc/html/t13-cannon-h.html +++ b/doc/html/t13-cannon-h.html @@ -84,9 +84,9 @@ private: void paintShot( <a href="tqpainter.html">TQPainter</a> * ); void paintTarget( <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="tqrect.html">TQRect</a> cannonRect() const; + <a href="tqrect.html">TQRect</a> shotRect() const; + <a href="tqrect.html">TQRect</a> targetRect() const; int ang; int f; @@ -96,7 +96,7 @@ private: float shoot_ang; float shoot_f; - <a href="ntqpoint.html">TQPoint</a> target; + <a href="tqpoint.html">TQPoint</a> target; bool gameEnded; }; |