diff options
Diffstat (limited to 'doc/man/man3/tqmovie.3qt')
-rw-r--r-- | doc/man/man3/tqmovie.3qt | 4 |
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. |