From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqmovie.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqmovie.3qt') 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. -- cgit v1.2.3