diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/html/tutorial1-13.html | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt-2cbcca0d.tar.gz tqt-2cbcca0d.zip |
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tutorial1-13.html')
-rw-r--r-- | doc/html/tutorial1-13.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tutorial1-13.html b/doc/html/tutorial1-13.html index a56d49fab..9ac3fcc5e 100644 --- a/doc/html/tutorial1-13.html +++ b/doc/html/tutorial1-13.html @@ -136,7 +136,7 @@ over (luckily for the player :-). timerCount = 0; shoot_ang = ang; shoot_f = f; - <a name="x2407"></a> autoShootTimer-><a href="ntqtimer.html#start">start</a>( 50 ); + <a name="x2407"></a> autoShootTimer-><a href="tqtimer.html#start">start</a>( 50 ); emit canShoot( FALSE ); } </pre> @@ -148,7 +148,7 @@ cannot shoot now. if ( gameEnded ) return; if ( isShooting() ) - autoShootTimer-><a href="ntqtimer.html#stop">stop</a>(); + autoShootTimer-><a href="tqtimer.html#stop">stop</a>(); gameEnded = TRUE; <a href="tqwidget.html#repaint">repaint</a>(); } @@ -165,7 +165,7 @@ widget. <p> <pre> void CannonField::restartGame() { if ( isShooting() ) - <a name="x2408"></a> autoShootTimer-><a href="ntqtimer.html#stop">stop</a>(); + <a name="x2408"></a> autoShootTimer-><a href="tqtimer.html#stop">stop</a>(); gameEnded = FALSE; <a href="tqwidget.html#repaint">repaint</a>(); emit canShoot( TRUE ); |