summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqmovie.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-06 13:00:12 +0900
committerMichele Calgaro <[email protected]>2024-06-06 13:00:12 +0900
commit8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch)
tree3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/ntqmovie.html
parent0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff)
downloadtqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.tar.gz
tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.zip
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/ntqmovie.html')
-rw-r--r--doc/html/ntqmovie.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqmovie.html b/doc/html/ntqmovie.html
index 7564b9ef2..96545a8c8 100644
--- a/doc/html/ntqmovie.html
+++ b/doc/html/ntqmovie.html
@@ -260,9 +260,9 @@ Returns TRUE if the image is no longer playing: this happens when
all loops of all frames are complete; otherwise returns FALSE.
<p>Example: <a href="movies-example.html#x501">movies/main.cpp</a>.
-<h3 class=fn>const&nbsp;<a href="ntqimage.html">TQImage</a>&nbsp;&amp; <a name="frameImage"></a>TQMovie::frameImage () const
+<h3 class=fn>const&nbsp;<a href="tqimage.html">TQImage</a>&nbsp;&amp; <a name="frameImage"></a>TQMovie::frameImage () const
</h3>
-Returns the current frame of the movie, as a <a href="ntqimage.html">TQImage</a>. It is not
+Returns the current frame of the movie, as a <a href="tqimage.html">TQImage</a>. It is not
generally useful to keep a copy of this image. Also note that you
must not call this function if the movie is <a href="#finished">finished</a>(), since by
then the image will not be available.