diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tutorial1-09.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e0.tar.gz tqt-1e9fa8e0.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tutorial1-09.html')
-rw-r--r-- | doc/html/tutorial1-09.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial1-09.html b/doc/html/tutorial1-09.html index 159a71d65..5606c82b2 100644 --- a/doc/html/tutorial1-09.html +++ b/doc/html/tutorial1-09.html @@ -99,7 +99,7 @@ we draw the barrel of the cannon. coordinate system has been transformed (translated, rotated, scaled, or sheared) as above. <p> In this case the coordinate system is first translated and then rotated. -If the rectangle <a href="ntqrect.html">TQRect</a>(33, -4, 15, 8) had been drawn in the translated +If the rectangle <a href="tqrect.html">TQRect</a>(33, -4, 15, 8) had been drawn in the translated coordinate system, it would have looked like this: <p> <center><img src="t9_1.png" alt="The cannon translated but not rotated"></center> <p> Note that the rectangle is clipped by the border of the CannonField |