diff options
Diffstat (limited to 'doc/html/datastreamformat.html')
-rw-r--r-- | doc/html/datastreamformat.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/datastreamformat.html b/doc/html/datastreamformat.html index 8a8943dc0..b4c678eb7 100644 --- a/doc/html/datastreamformat.html +++ b/doc/html/datastreamformat.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } -<p> The <a href="ntqdatastream.html">TQDataStream</a> allows you to serialize some of the TQt data types. -The table below lists the data types that <a href="ntqdatastream.html">TQDataStream</a> can serialize +<p> The <a href="tqdatastream.html">TQDataStream</a> allows you to serialize some of the TQt data types. +The table below lists the data types that <a href="tqdatastream.html">TQDataStream</a> can serialize and how they are represented. <p> It is best to always cast integers to a TQt integer type when writing, and to read back into the same TQt integer type when reading. @@ -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="tqimageio.html">TQImageIO</a>) and stream +stream the image into a <a href="tqbuffer.html">TQBuffer</a> (using <a href="tqimageio.html">TQImageIO</a>) and stream that. </ul> <tr bgcolor="#f0f0f0"> <td valign="top">TQMap |