summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqmovie.html
diff options
context:
space:
mode:
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.