summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmovie.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
commit0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch)
treebe5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/man/man3/tqmovie.3qt
parent1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff)
downloadtqt-0e787fb7.tar.gz
tqt-0e787fb7.zip
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqmovie.3qt')
-rw-r--r--doc/man/man3/tqmovie.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqmovie.3qt b/doc/man/man3/tqmovie.3qt
index 97f337f4a..aa5047956 100644
--- a/doc/man/man3/tqmovie.3qt
+++ b/doc/man/man3/tqmovie.3qt
@@ -122,7 +122,7 @@ TQMovie \- Incremental loading of animations or images, signalling as it progres
.SH DESCRIPTION
The TQMovie class provides incremental loading of animations or images, signalling as it progresses.
.PP
-The simplest way to display a TQMovie is to use a QLabel and QLabel::setMovie().
+The simplest way to display a TQMovie is to use a TQLabel and TQLabel::setMovie().
.PP
A TQMovie provides a TQPixmap as the framePixmap(); connections can be made via connectResize() and connectUpdate() to receive notification of size and pixmap changes. All decoding is driven by the normal event-processing mechanisms.
.PP
@@ -146,7 +146,7 @@ GIF support may be removed completely in a future version of Qt. We recommend us
.PP
</center>
.PP
-See also QLabel::setMovie(), Graphics Classes, Image Processing Classes, and Multimedia Classes.
+See also TQLabel::setMovie(), Graphics Classes, Image Processing Classes, and Multimedia Classes.
.SS "Member Type Documentation"
.SH "TQMovie::Status"
.TP