diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqmovie.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqmovie.html')
-rw-r--r-- | doc/html/ntqmovie.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqmovie.html b/doc/html/ntqmovie.html index 96545a8c8..5af3b1d01 100644 --- a/doc/html/ntqmovie.html +++ b/doc/html/ntqmovie.html @@ -157,7 +157,7 @@ value, the better interleaved the movie playback will be with other event processing, but the slower the overall processing will be. -<h3 class=fn><a name="TQMovie-4"></a>TQMovie::TQMovie ( const <a href="ntqstring.html">TQString</a> & fileName, int bufsize = 1024 ) +<h3 class=fn><a name="TQMovie-4"></a>TQMovie::TQMovie ( const <a href="tqstring.html">TQString</a> & fileName, int bufsize = 1024 ) </h3> Constructs a TQMovie that reads an image sequence from the file, <em>fileName</em>. <p> The <em>bufsize</em> argument sets the maximum amount of data the movie |