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 059aeb957..87336af97 100644 --- a/doc/man/man3/tqmovie.3qt +++ b/doc/man/man3/tqmovie.3qt @@ -20,7 +20,7 @@ QMovie \- Incremental loading of animations or images, signalling as it progress .BI "\fBQMovie\fR ( int bufsize )" .br .ti -1c -.BI "\fBQMovie\fR ( QDataSource * src, int bufsize = 1024 )" +.BI "\fBQMovie\fR ( TQDataSource * src, int bufsize = 1024 )" .br .ti -1c .BI "\fBQMovie\fR ( const TQString & fileName, int bufsize = 1024 )" @@ -174,7 +174,7 @@ Constructs a QMovie with an external data source. You should later call pushData 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. .PP See also pushData(). -.SH "QMovie::QMovie ( QDataSource * src, int bufsize = 1024 )" +.SH "QMovie::QMovie ( TQDataSource * src, int bufsize = 1024 )" Constructs a QMovie that reads an image sequence from the given data source, \fIsrc\fR. The source must be allocated dynamically, because QMovie will take ownership of it and will destroy it when the movie is destroyed. The movie starts playing as soon as event processing continues. .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. |