diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
commit | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch) | |
tree | 3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/datastreamformat.html | |
parent | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff) | |
download | tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.tar.gz tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.zip |
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/datastreamformat.html')
-rw-r--r-- | doc/html/datastreamformat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/datastreamformat.html b/doc/html/datastreamformat.html index a0ed8cf20..4d8bf78fe 100644 --- a/doc/html/datastreamformat.html +++ b/doc/html/datastreamformat.html @@ -146,7 +146,7 @@ The null string is represented as <tt>(TQ_UINT32) 0</tt>. <li> If the image is null a "null image" marker is saved; otherwise the image is saved in PNG or BMP format (depending on the stream version). If you want control of the format, -stream the image into a <a href="ntqbuffer.html">TQBuffer</a> (using <a href="qimageio.html">TQImageIO</a>) and stream +stream the image into a <a href="ntqbuffer.html">TQBuffer</a> (using <a href="tqimageio.html">TQImageIO</a>) and stream that. </ul> <tr bgcolor="#f0f0f0"> <td valign="top">TQMap |