diff options
Diffstat (limited to 'doc/html/datastreamformat.html')
-rw-r--r-- | doc/html/datastreamformat.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/datastreamformat.html b/doc/html/datastreamformat.html index b4c678eb7..7862c79db 100644 --- a/doc/html/datastreamformat.html +++ b/doc/html/datastreamformat.html @@ -85,7 +85,7 @@ The null string is represented as <tt>(TQ_UINT32) 0</tt>. <tr bgcolor="#f0f0f0"> <td valign="top">TQBrush <td valign="top"><ul> <li> The brush style (TQ_UINT8) -<li> The brush color (<a href="ntqcolor.html">TQColor</a>) +<li> The brush color (<a href="tqcolor.html">TQColor</a>) <li> If style is CustomPattern, the brush pixmap (<a href="ntqpixmap.html">TQPixmap</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQByteArray @@ -99,11 +99,11 @@ The null string is represented as <tt>(TQ_UINT32) 0</tt>. <li> The string bytes including the terminating 0 </ul> The null string is represented as <tt>(TQ_UINT32) 0</tt>. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqcolor.html">TQColor</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqcolor.html">TQColor</a> <td valign="top"><ul><li> RGB value serialized as a TQ_UINT32 </ul> <tr bgcolor="#f0f0f0"> <td valign="top">TQColorGroup <td valign="top"><ul> -<li> foreground (<a href="ntqbrush.html">TQBrush</a>) +<li> foreground (<a href="tqbrush.html">TQBrush</a>) <li> button (TQBrush) <li> light (TQBrush) <li> midLight (TQBrush) @@ -156,7 +156,7 @@ that. </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQPalette <td valign="top"><ul> -<li> active (<a href="qcolorgroup.html">TQColorGroup</a>) +<li> active (<a href="tqcolorgroup.html">TQColorGroup</a>) <li> disabled (TQColorGroup) <li> inactive (TQColorGroup) </ul> @@ -164,7 +164,7 @@ that. <td valign="top"><ul> <li> The pen styles (TQ_UINT8) <li> The pen width (TQ_UINT8) -<li> The pen color (<a href="ntqcolor.html">TQColor</a>) +<li> The pen color (<a href="tqcolor.html">TQColor</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQPicture <td valign="top"><ul> |