diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/datastreamformat.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/datastreamformat.html')
-rw-r--r-- | doc/html/datastreamformat.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/datastreamformat.html b/doc/html/datastreamformat.html index 7862c79db..9bd55ebba 100644 --- a/doc/html/datastreamformat.html +++ b/doc/html/datastreamformat.html @@ -86,7 +86,7 @@ The null string is represented as <tt>(TQ_UINT32) 0</tt>. <td valign="top"><ul> <li> The brush style (TQ_UINT8) <li> The brush color (<a href="tqcolor.html">TQColor</a>) -<li> If style is CustomPattern, the brush pixmap (<a href="ntqpixmap.html">TQPixmap</a>) +<li> If style is CustomPattern, the brush pixmap (<a href="tqpixmap.html">TQPixmap</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQByteArray <td valign="top"><ul> @@ -121,7 +121,7 @@ The null string is represented as <tt>(TQ_UINT32) 0</tt>. <tr bgcolor="#d0d0d0"> <td valign="top">TQCursor <td valign="top"><ul> <li> Shape id (TQ_INT16) -<li> If shape is BitmapCursor: The bitmap (<a href="ntqpixmap.html">TQPixmap</a>), mask (TQPixmap) and hot spot (<a href="ntqpoint.html">TQPoint</a>) +<li> If shape is BitmapCursor: The bitmap (<a href="tqpixmap.html">TQPixmap</a>), mask (TQPixmap) and hot spot (<a href="tqpoint.html">TQPoint</a>) </ul> <tr bgcolor="#f0f0f0"> <td valign="top">TQDate <td valign="top"><ul> @@ -183,7 +183,7 @@ that. <tr bgcolor="#f0f0f0"> <td valign="top">TQPointArray <td valign="top"><ul> <li> The array size (TQ_UINT32) -<li> The array points (<a href="ntqpoint.html">TQPoint</a>) +<li> The array points (<a href="tqpoint.html">TQPoint</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQRect <td valign="top"><ul> @@ -197,7 +197,7 @@ that. <li> The size of the data, i.e. 8 + 16 * (number of rectangles) (TQ_UINT32) <li> TQRGN_RECTS (TQ_INT32) <li> The number of rectangles (TQ_UINT32) -<li> The rectangles in sequential order (<a href="ntqrect.html">TQRect</a>) +<li> The rectangles in sequential order (<a href="tqrect.html">TQRect</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQSize <td valign="top"><ul> |