summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmovie.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqmovie.3qt
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-87d29563.tar.gz
tqt-87d29563.zip
Rename utility 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 15af6c124..059aeb957 100644
--- a/doc/man/man3/tqmovie.3qt
+++ b/doc/man/man3/tqmovie.3qt
@@ -26,7 +26,7 @@ QMovie \- Incremental loading of animations or images, signalling as it progress
.BI "\fBQMovie\fR ( const TQString & fileName, int bufsize = 1024 )"
.br
.ti -1c
-.BI "\fBQMovie\fR ( QByteArray data, int bufsize = 1024 )"
+.BI "\fBQMovie\fR ( TQByteArray data, int bufsize = 1024 )"
.br
.ti -1c
.BI "\fBQMovie\fR ( const QMovie & movie )"
@@ -182,7 +182,7 @@ The \fIbufsize\fR argument sets the maximum amount of data the movie will transf
Constructs a QMovie that reads an image sequence from the file, \fIfileName\fR.
.PP
The \fIbufsize\fR argument sets the maximum amount of data the movie will transfer from the data source per event loop. The lower this value, the better interleaved the movie playback will be with other event processing, but the slower the overall processing will be.
-.SH "QMovie::QMovie ( QByteArray data, int bufsize = 1024 )"
+.SH "QMovie::QMovie ( TQByteArray data, int bufsize = 1024 )"
Constructs a QMovie that reads an image sequence from the byte array, \fIdata\fR.
.PP
The \fIbufsize\fR argument sets the maximum amount of data the movie will transfer from the data source per event loop. The lower this value, the better interleaved the movie playback will be with other event processing, but the slower the overall processing will be.