summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 17:28:28 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 17:28:28 -0500
commit6dec101d43dcbd4195c47d54bd388db1a8d7230e (patch)
tree7c336cbed3a93807a34cd4df39b2f92a7d48a141 /doc/html
parentf27c2533f735d53c6b555f387c6390c0690cc246 (diff)
downloadtqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.tar.gz
tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.zip
Automated update from Qt3
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/clientserver-example.html2
-rw-r--r--doc/html/datastreamformat.html84
-rw-r--r--doc/html/ntqbuffer.html8
-rw-r--r--doc/html/ntqdatastream.html104
-rw-r--r--doc/html/ntqdns.html8
-rw-r--r--doc/html/ntqfile.html8
-rw-r--r--doc/html/ntqftp.html12
-rw-r--r--doc/html/ntqhostaddress.html24
-rw-r--r--doc/html/ntqhttp.html16
-rw-r--r--doc/html/ntqiodevice.html18
-rw-r--r--doc/html/ntqlocale.html32
-rw-r--r--doc/html/ntqmemarray.html4
-rw-r--r--doc/html/ntqserversocket.html12
-rw-r--r--doc/html/ntqsocket.html44
-rw-r--r--doc/html/ntqsocketdevice.html36
-rw-r--r--doc/html/ntqstring.html32
-rw-r--r--doc/html/ntqvariant.html24
-rw-r--r--doc/html/qassistantclient-h.html2
-rw-r--r--doc/html/qaxbase.html6
-rw-r--r--doc/html/qaxserver.html4
-rw-r--r--doc/html/qbuffer-h.html8
-rw-r--r--doc/html/qcstring-h.html2
-rw-r--r--doc/html/qdatastream-h.html80
-rw-r--r--doc/html/qdns-h.html12
-rw-r--r--doc/html/qfile-h.html10
-rw-r--r--doc/html/qfontmanager_qws-h.html16
-rw-r--r--doc/html/qftp-h.html6
-rw-r--r--doc/html/qgl-h.html2
-rw-r--r--doc/html/qglobal-h.html36
-rw-r--r--doc/html/qhostaddress-h.html14
-rw-r--r--doc/html/qhttp-h.html8
-rw-r--r--doc/html/qiodevice-h.html12
-rw-r--r--doc/html/qlocale-h.html28
-rw-r--r--doc/html/qmap-h.html6
-rw-r--r--doc/html/qpen-h.html2
-rw-r--r--doc/html/qprocess-h.html2
-rw-r--r--doc/html/qserversocket-h.html8
-rw-r--r--doc/html/qsizepolicy-h.html16
-rw-r--r--doc/html/qsocket-h.html26
-rw-r--r--doc/html/qsocketdevice-h.html24
-rw-r--r--doc/html/qstring-h.html32
-rw-r--r--doc/html/qvaluelist-h.html6
-rw-r--r--doc/html/qvaluevector-h.html6
-rw-r--r--doc/html/qvariant-h.html16
-rw-r--r--doc/html/qwidget-h.html4
-rw-r--r--doc/html/qwidgetfactory-h.html4
-rw-r--r--doc/html/qwindowdefs-h.html2
47 files changed, 434 insertions, 434 deletions
diff --git a/doc/html/clientserver-example.html b/doc/html/clientserver-example.html
index 93a9f300..85c38108 100644
--- a/doc/html/clientserver-example.html
+++ b/doc/html/clientserver-example.html
@@ -237,7 +237,7 @@ class Client : public <a href="ntqvbox.html">TQVBox</a>
{
TQ_OBJECT
public:
- Client( const <a href="ntqstring.html">TQString</a> &amp;host, Q_UINT16 port )
+ Client( const <a href="ntqstring.html">TQString</a> &amp;host, TQ_UINT16 port )
{
// GUI layout
infoText = new <a href="ntqtextview.html">TQTextView</a>( this );
diff --git a/doc/html/datastreamformat.html b/doc/html/datastreamformat.html
index 577fcc54..a0ed8cf2 100644
--- a/doc/html/datastreamformat.html
+++ b/doc/html/datastreamformat.html
@@ -39,27 +39,27 @@ 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.
<p> <center><table cellpadding="4" cellspacing="2" border="0">
-<tr bgcolor="#f0f0f0"> <td valign="top">Q_INT8
+<tr bgcolor="#f0f0f0"> <td valign="top">TQ_INT8
<td valign="top"><ul>
<li> signed byte
</ul>
-<tr bgcolor="#d0d0d0"> <td valign="top">Q_INT16
+<tr bgcolor="#d0d0d0"> <td valign="top">TQ_INT16
<td valign="top"><ul>
<li> signed 16 bit integer
</ul>
-<tr bgcolor="#f0f0f0"> <td valign="top">Q_INT32
+<tr bgcolor="#f0f0f0"> <td valign="top">TQ_INT32
<td valign="top"><ul>
<li> signed 32 bit integer
</ul>
-<tr bgcolor="#d0d0d0"> <td valign="top">Q_UINT8
+<tr bgcolor="#d0d0d0"> <td valign="top">TQ_UINT8
<td valign="top"><ul>
<li> unsigned byte
</ul>
-<tr bgcolor="#f0f0f0"> <td valign="top">Q_UINT16
+<tr bgcolor="#f0f0f0"> <td valign="top">TQ_UINT16
<td valign="top"><ul>
<li> unsigned 16 bit integer
</ul>
-<tr bgcolor="#d0d0d0"> <td valign="top">Q_UINT32
+<tr bgcolor="#d0d0d0"> <td valign="top">TQ_UINT32
<td valign="top"><ul>
<li> unsigned 32 bit integer
</ul>
@@ -73,34 +73,34 @@ and to read back into the same TQt integer type when reading.
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">char *
<td valign="top"><ul>
-<li> The size of the string including the terminating 0 (Q_UINT32)
+<li> The size of the string including the terminating 0 (TQ_UINT32)
<li> The string bytes including the terminating 0
</ul>
-The null string is represented as <tt>(Q_UINT32) 0</tt>.
+The null string is represented as <tt>(TQ_UINT32) 0</tt>.
<tr bgcolor="#d0d0d0"> <td valign="top">TQBitArray
<td valign="top"><ul>
-<li> The array size (Q_UINT32)
+<li> The array size (TQ_UINT32)
<li> The array bits, i.e. (size + 7)/8 bytes
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQBrush
<td valign="top"><ul>
-<li> The brush style (Q_UINT8)
+<li> The brush style (TQ_UINT8)
<li> The brush color (<a href="ntqcolor.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
<td valign="top"><ul>
-<li> The array size (Q_UINT32)
+<li> The array size (TQ_UINT32)
<li> The array bytes, i.e. size bytes
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQCString
<td valign="top"><ul>
-<li> The size of the string including the terminating 0 (Q_UINT32)
+<li> The size of the string including the terminating 0 (TQ_UINT32)
<li> The string bytes including the terminating 0
</ul>
-The null string is represented as <tt>(Q_UINT32) 0</tt>.
+The null string is represented as <tt>(TQ_UINT32) 0</tt>.
<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqcolor.html">TQColor</a>
-<td valign="top"><ul><li> RGB value serialized as a Q_UINT32 </ul>
+<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>)
@@ -120,12 +120,12 @@ The null string is represented as <tt>(Q_UINT32) 0</tt>.
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQCursor
<td valign="top"><ul>
-<li> Shape id (Q_INT16)
+<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>)
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQDate
<td valign="top"><ul>
-<li> Julian day (Q_UINT32)
+<li> Julian day (TQ_UINT32)
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQDateTime
<td valign="top"><ul>
@@ -135,11 +135,11 @@ The null string is represented as <tt>(Q_UINT32) 0</tt>.
<tr bgcolor="#f0f0f0"> <td valign="top">TQFont
<td valign="top"><ul>
<li> The family (<a href="ntqcstring.html">TQCString</a>)
-<li> The point size (Q_INT16)
-<li> The style hint (Q_UINT8)
-<li> The char set (Q_UINT8)
-<li> The weight (Q_UINT8)
-<li> The font bits (Q_UINT8)
+<li> The point size (TQ_INT16)
+<li> The style hint (TQ_UINT8)
+<li> The char set (TQ_UINT8)
+<li> The weight (TQ_UINT8)
+<li> The font bits (TQ_UINT8)
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQImage
<td valign="top"><ul>
@@ -151,7 +151,7 @@ that.
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQMap
<td valign="top"><ul>
-<li> The number of items (Q_UINT32)
+<li> The number of items (TQ_UINT32)
<li> For all items, the key and value
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQPalette
@@ -162,13 +162,13 @@ that.
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQPen
<td valign="top"><ul>
-<li> The pen styles (Q_UINT8)
-<li> The pen width (Q_UINT8)
+<li> The pen styles (TQ_UINT8)
+<li> The pen width (TQ_UINT8)
<li> The pen color (<a href="ntqcolor.html">TQColor</a>)
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQPicture
<td valign="top"><ul>
-<li> The size of the picture data (Q_UINT32)
+<li> The size of the picture data (TQ_UINT32)
<li> The raw bytes of picture data (char)
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQPixmap
@@ -177,51 +177,51 @@ that.
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQPoint
<td valign="top"><ul>
-<li> The x coordinate (Q_INT32)
-<li> The y coordinate (Q_INT32)
+<li> The x coordinate (TQ_INT32)
+<li> The y coordinate (TQ_INT32)
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQPointArray
<td valign="top"><ul>
-<li> The array size (Q_UINT32)
+<li> The array size (TQ_UINT32)
<li> The array points (<a href="ntqpoint.html">TQPoint</a>)
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQRect
<td valign="top"><ul>
-<li> left (Q_INT32)
-<li> top (Q_INT32)
-<li> right (Q_INT32)
-<li> bottom (Q_INT32)
+<li> left (TQ_INT32)
+<li> top (TQ_INT32)
+<li> right (TQ_INT32)
+<li> bottom (TQ_INT32)
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQRegion
<td valign="top"><ul>
-<li> The size of the data, i.e. 8 + 16 * (number of rectangles) (Q_UINT32)
-<li> TQRGN_RECTS (Q_INT32)
-<li> The number of rectangles (Q_UINT32)
+<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>)
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQSize
<td valign="top"><ul>
-<li> width (Q_INT32)
-<li> height (Q_INT32)
+<li> width (TQ_INT32)
+<li> height (TQ_INT32)
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQString
<td valign="top"><ul>
-<li> If the string is null: 0xffffffff (Q_UINT32)<br>
-otherwise: The string length (Q_UINT32) followed by the
+<li> If the string is null: 0xffffffff (TQ_UINT32)<br>
+otherwise: The string length (TQ_UINT32) followed by the
data in UTF-16
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQTime
<td valign="top"><ul>
-<li> Milliseconds since midnight (Q_UINT32)
+<li> Milliseconds since midnight (TQ_UINT32)
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQValueList
<td valign="top"><ul>
-<li> The number of list elements (Q_UINT32)
+<li> The number of list elements (TQ_UINT32)
<li> All the elements in sequential order
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQVariant
<td valign="top"><ul>
-<li> The type of the data (Q_UINT32)
+<li> The type of the data (TQ_UINT32)
<li> The data of the specified type
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQWMatrix
diff --git a/doc/html/ntqbuffer.html b/doc/html/ntqbuffer.html
index 7f0714de..2b208c29 100644
--- a/doc/html/ntqbuffer.html
+++ b/doc/html/ntqbuffer.html
@@ -44,8 +44,8 @@ body { background: #ffffff; color: black; }
<li class=fn><a href="#~TQBuffer"><b>~TQBuffer</b></a> ()</li>
<li class=fn>TQByteArray <a href="#buffer"><b>buffer</b></a> () const</li>
<li class=fn>bool <a href="#setBuffer"><b>setBuffer</b></a> ( TQByteArray&nbsp;buf )</li>
-<li class=fn>virtual Q_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;p, Q_ULONG&nbsp;len )</li>
-<li class=fn>Q_LONG <a href="#writeBlock-2"><b>writeBlock</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data )</li>
+<li class=fn>virtual TQ_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;p, TQ_ULONG&nbsp;len )</li>
+<li class=fn>TQ_LONG <a href="#writeBlock-2"><b>writeBlock</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data )</li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
@@ -120,7 +120,7 @@ Replaces the buffer's contents with <em>buf</em> and returns TRUE.
modified because <a href="qbytearray.html">TQByteArray</a> is an <a href="shclass.html#explicitly-shared">explicitly shared</a> class.
<p> <p>See also <a href="#buffer">buffer</a>(), <a href="ntqiodevice.html#open">open</a>(), and <a href="ntqiodevice.html#close">close</a>().
-<h3 class=fn>Q_LONG <a name="writeBlock"></a>TQBuffer::writeBlock ( const&nbsp;char&nbsp;*&nbsp;p, Q_ULONG&nbsp;len )<tt> [virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="writeBlock"></a>TQBuffer::writeBlock ( const&nbsp;char&nbsp;*&nbsp;p, TQ_ULONG&nbsp;len )<tt> [virtual]</tt>
</h3>
Writes <em>len</em> bytes from <em>p</em> into the buffer at the current
index position, overwriting any characters there and extending the
@@ -129,7 +129,7 @@ buffer if necessary. Returns the number of bytes actually written.
<p> <p>See also <a href="ntqiodevice.html#readBlock">readBlock</a>().
<p>Reimplemented from <a href="ntqiodevice.html#writeBlock">TQIODevice</a>.
-<h3 class=fn>Q_LONG <a name="writeBlock-2"></a>TQBuffer::writeBlock ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
+<h3 class=fn>TQ_LONG <a name="writeBlock-2"></a>TQBuffer::writeBlock ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This convenience function is the same as calling
diff --git a/doc/html/ntqdatastream.html b/doc/html/ntqdatastream.html
index a20fd8ea..0cea7575 100644
--- a/doc/html/ntqdatastream.html
+++ b/doc/html/ntqdatastream.html
@@ -55,29 +55,29 @@ to a TQIODevice.
<li class=fn>void <a href="#setPrintableData"><b>setPrintableData</b></a> ( bool&nbsp;enable )</li>
<li class=fn>int <a href="#version"><b>version</b></a> () const</li>
<li class=fn>void <a href="#setVersion"><b>setVersion</b></a> ( int&nbsp;v )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt"><b>operator&gt;&gt;</b></a> ( Q_INT8&nbsp;&amp;&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-2"><b>operator&gt;&gt;</b></a> ( Q_UINT8&nbsp;&amp;&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-3"><b>operator&gt;&gt;</b></a> ( Q_INT16&nbsp;&amp;&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-4"><b>operator&gt;&gt;</b></a> ( Q_UINT16&nbsp;&amp;&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-5"><b>operator&gt;&gt;</b></a> ( Q_INT32&nbsp;&amp;&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-6"><b>operator&gt;&gt;</b></a> ( Q_UINT32&nbsp;&amp;&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-7"><b>operator&gt;&gt;</b></a> ( Q_INT64&nbsp;&amp;&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-8"><b>operator&gt;&gt;</b></a> ( Q_UINT64&nbsp;&amp;&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-9"><b>operator&gt;&gt;</b></a> ( Q_LONG&nbsp;&amp;&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-a"><b>operator&gt;&gt;</b></a> ( Q_ULONG&nbsp;&amp;&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt"><b>operator&gt;&gt;</b></a> ( TQ_INT8&nbsp;&amp;&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-2"><b>operator&gt;&gt;</b></a> ( TQ_UINT8&nbsp;&amp;&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-3"><b>operator&gt;&gt;</b></a> ( TQ_INT16&nbsp;&amp;&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-4"><b>operator&gt;&gt;</b></a> ( TQ_UINT16&nbsp;&amp;&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-5"><b>operator&gt;&gt;</b></a> ( TQ_INT32&nbsp;&amp;&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-6"><b>operator&gt;&gt;</b></a> ( TQ_UINT32&nbsp;&amp;&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-7"><b>operator&gt;&gt;</b></a> ( TQ_INT64&nbsp;&amp;&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-8"><b>operator&gt;&gt;</b></a> ( TQ_UINT64&nbsp;&amp;&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-9"><b>operator&gt;&gt;</b></a> ( TQ_LONG&nbsp;&amp;&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-a"><b>operator&gt;&gt;</b></a> ( TQ_ULONG&nbsp;&amp;&nbsp;i )</li>
<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-b"><b>operator&gt;&gt;</b></a> ( float&nbsp;&amp;&nbsp;f )</li>
<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-c"><b>operator&gt;&gt;</b></a> ( double&nbsp;&amp;&nbsp;f )</li>
<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt-d"><b>operator&gt;&gt;</b></a> ( char&nbsp;*&amp;&nbsp;s )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt"><b>operator&lt;&lt;</b></a> ( Q_INT8&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-2"><b>operator&lt;&lt;</b></a> ( Q_UINT8&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-3"><b>operator&lt;&lt;</b></a> ( Q_INT16&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-4"><b>operator&lt;&lt;</b></a> ( Q_UINT16&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-5"><b>operator&lt;&lt;</b></a> ( Q_INT32&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-6"><b>operator&lt;&lt;</b></a> ( Q_UINT32&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-7"><b>operator&lt;&lt;</b></a> ( Q_INT64&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-8"><b>operator&lt;&lt;</b></a> ( Q_UINT64&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-9"><b>operator&lt;&lt;</b></a> ( Q_LONG&nbsp;i )</li>
-<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-a"><b>operator&lt;&lt;</b></a> ( Q_ULONG&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt"><b>operator&lt;&lt;</b></a> ( TQ_INT8&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-2"><b>operator&lt;&lt;</b></a> ( TQ_UINT8&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-3"><b>operator&lt;&lt;</b></a> ( TQ_INT16&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-4"><b>operator&lt;&lt;</b></a> ( TQ_UINT16&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-5"><b>operator&lt;&lt;</b></a> ( TQ_INT32&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-6"><b>operator&lt;&lt;</b></a> ( TQ_UINT32&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-7"><b>operator&lt;&lt;</b></a> ( TQ_INT64&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-8"><b>operator&lt;&lt;</b></a> ( TQ_UINT64&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-9"><b>operator&lt;&lt;</b></a> ( TQ_LONG&nbsp;i )</li>
+<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-a"><b>operator&lt;&lt;</b></a> ( TQ_ULONG&nbsp;i )</li>
<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-b"><b>operator&lt;&lt;</b></a> ( float&nbsp;f )</li>
<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-c"><b>operator&lt;&lt;</b></a> ( double&nbsp;f )</li>
<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt-d"><b>operator&lt;&lt;</b></a> ( const&nbsp;char&nbsp;*&nbsp;s )</li>
@@ -113,7 +113,7 @@ data to. The <a href="ntqfile.html">TQFile</a> class is an example of an IO devi
file.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_WriteOnly</a> );
TQDataStream stream( &amp;file ); // we will serialize the data into the file
stream &lt;&lt; "the answer is"; // serialize a string
- stream &lt;&lt; (Q_INT32)42; // serialize an integer
+ stream &lt;&lt; (TQ_INT32)42; // serialize an integer
</pre>
<p> Example (read binary data from a stream):
@@ -122,7 +122,7 @@ data to. The <a href="ntqfile.html">TQFile</a> class is an example of an IO devi
file.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> );
TQDataStream stream( &amp;file ); // read the data serialized from the file
<a href="ntqstring.html">TQString</a> str;
- Q_INT32 a;
+ TQ_INT32 a;
stream &gt;&gt; str &gt;&gt; a; // extract "the answer is" and 42
</pre>
@@ -161,8 +161,8 @@ number to give yourself room for future expansion. For example:
TQDataStream stream( &amp;file );
// Write a header with a "magic number" and a version
- stream &lt;&lt; (Q_UINT32)0xA0B0C0D0;
- stream &lt;&lt; (Q_INT32)123;
+ stream &lt;&lt; (TQ_UINT32)0xA0B0C0D0;
+ stream &lt;&lt; (TQ_INT32)123;
// Write the data
stream &lt;&lt; [lots of interesting data]
@@ -175,13 +175,13 @@ number to give yourself room for future expansion. For example:
TQDataStream stream( &amp;file );
// Read and check the header
- Q_UINT32 magic;
+ TQ_UINT32 magic;
stream &gt;&gt; magic;
if ( magic != 0xA0B0C0D0 )
return XXX_BAD_FILE_FORMAT;
// Read the version
- Q_INT32 version;
+ TQ_INT32 version;
stream &gt;&gt; version;
if ( version &lt; 100 )
return XXX_BAD_FILE_TOO_OLD;
@@ -212,11 +212,11 @@ written to the stream using <a href="#writeRawBytes">writeRawBytes</a>(). Notice
encoding/decoding of the data must be done by you.
<p> A similar pair of functions is <a href="#readBytes">readBytes</a>() and <a href="#writeBytes">writeBytes</a>(). These
differ from their <em>raw</em> counterparts as follows: readBytes()
-reads a Q_UINT32 which is taken to be the length of the data to be
+reads a TQ_UINT32 which is taken to be the length of the data to be
read, then that number of bytes is read into the preallocated
-char*; writeBytes() writes a Q_UINT32 containing the length of the
+char*; writeBytes() writes a TQ_UINT32 containing the length of the
data, followed by the data. Notice that any encoding/decoding of
-the data (apart from the length Q_UINT32) must be done by you.
+the data (apart from the length TQ_UINT32) must be done by you.
<p> <p>See also <a href="ntqtextstream.html">TQTextStream</a>, <a href="ntqvariant.html">TQVariant</a>, and <a href="io.html">Input/Output and Networking</a>.
<hr><h2>Member Type Documentation</h2>
@@ -304,60 +304,60 @@ device is somewhere before the end position.
returns FALSE.
<p> <p>See also <a href="#setPrintableData">setPrintableData</a>().
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>TQDataStream::operator&lt;&lt; ( Q_INT8&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>TQDataStream::operator&lt;&lt; ( TQ_INT8&nbsp;i )
</h3>
Writes a signed byte, <em>i</em>, to the stream and returns a reference
to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-2"></a>TQDataStream::operator&lt;&lt; ( Q_UINT8&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-2"></a>TQDataStream::operator&lt;&lt; ( TQ_UINT8&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Writes an unsigned byte, <em>i</em>, to the stream and returns a
reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-3"></a>TQDataStream::operator&lt;&lt; ( Q_INT16&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-3"></a>TQDataStream::operator&lt;&lt; ( TQ_INT16&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Writes a signed 16-bit integer, <em>i</em>, to the stream and returns a
reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-4"></a>TQDataStream::operator&lt;&lt; ( Q_UINT16&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-4"></a>TQDataStream::operator&lt;&lt; ( TQ_UINT16&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Writes an unsigned 16-bit integer, <em>i</em>, to the stream and returns
a reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-5"></a>TQDataStream::operator&lt;&lt; ( Q_INT32&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-5"></a>TQDataStream::operator&lt;&lt; ( TQ_INT32&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Writes a signed 32-bit integer, <em>i</em>, to the stream and returns a
reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-6"></a>TQDataStream::operator&lt;&lt; ( Q_UINT32&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-6"></a>TQDataStream::operator&lt;&lt; ( TQ_UINT32&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Writes an unsigned integer, <em>i</em>, to the stream as a 32-bit
-unsigned integer (Q_UINT32). Returns a reference to the stream.
+unsigned integer (TQ_UINT32). Returns a reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-7"></a>TQDataStream::operator&lt;&lt; ( Q_INT64&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-7"></a>TQDataStream::operator&lt;&lt; ( TQ_INT64&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Writes a signed 64-bit integer, <em>i</em>, to the stream and returns a
reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-8"></a>TQDataStream::operator&lt;&lt; ( Q_UINT64&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-8"></a>TQDataStream::operator&lt;&lt; ( TQ_UINT64&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Writes an unsigned 64-bit integer, <em>i</em>, to the stream and returns a
reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-9"></a>TQDataStream::operator&lt;&lt; ( Q_LONG&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-9"></a>TQDataStream::operator&lt;&lt; ( TQ_LONG&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Writes a signed integer <em>i</em>, of the system's word length, to the
stream and returns a reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-a"></a>TQDataStream::operator&lt;&lt; ( Q_ULONG&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt-a"></a>TQDataStream::operator&lt;&lt; ( TQ_ULONG&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Writes an unsigned integer <em>i</em>, of the system's word length, to
@@ -382,60 +382,60 @@ This is an overloaded member function, provided for convenience. It behaves esse
reference to the stream.
<p> The string is serialized using <a href="#writeBytes">writeBytes</a>().
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>TQDataStream::operator&gt;&gt; ( Q_INT8&nbsp;&amp;&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>TQDataStream::operator&gt;&gt; ( TQ_INT8&nbsp;&amp;&nbsp;i )
</h3>
Reads a signed byte from the stream into <em>i</em>, and returns a
reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-2"></a>TQDataStream::operator&gt;&gt; ( Q_UINT8&nbsp;&amp;&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-2"></a>TQDataStream::operator&gt;&gt; ( TQ_UINT8&nbsp;&amp;&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads an unsigned byte from the stream into <em>i</em>, and returns a
reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-3"></a>TQDataStream::operator&gt;&gt; ( Q_INT16&nbsp;&amp;&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-3"></a>TQDataStream::operator&gt;&gt; ( TQ_INT16&nbsp;&amp;&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads a signed 16-bit integer from the stream into <em>i</em>, and
returns a reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-4"></a>TQDataStream::operator&gt;&gt; ( Q_UINT16&nbsp;&amp;&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-4"></a>TQDataStream::operator&gt;&gt; ( TQ_UINT16&nbsp;&amp;&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads an unsigned 16-bit integer from the stream into <em>i</em>, and
returns a reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-5"></a>TQDataStream::operator&gt;&gt; ( Q_INT32&nbsp;&amp;&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-5"></a>TQDataStream::operator&gt;&gt; ( TQ_INT32&nbsp;&amp;&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads a signed 32-bit integer from the stream into <em>i</em>, and
returns a reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-6"></a>TQDataStream::operator&gt;&gt; ( Q_UINT32&nbsp;&amp;&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-6"></a>TQDataStream::operator&gt;&gt; ( TQ_UINT32&nbsp;&amp;&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads an unsigned 32-bit integer from the stream into <em>i</em>, and
returns a reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-7"></a>TQDataStream::operator&gt;&gt; ( Q_INT64&nbsp;&amp;&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-7"></a>TQDataStream::operator&gt;&gt; ( TQ_INT64&nbsp;&amp;&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads a signed 64-bit integer from the stream into <em>i</em>, and
returns a reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-8"></a>TQDataStream::operator&gt;&gt; ( Q_UINT64&nbsp;&amp;&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-8"></a>TQDataStream::operator&gt;&gt; ( TQ_UINT64&nbsp;&amp;&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads an unsigned 64-bit integer from the stream, into <em>i</em>, and
returns a reference to the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-9"></a>TQDataStream::operator&gt;&gt; ( Q_LONG&nbsp;&amp;&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-9"></a>TQDataStream::operator&gt;&gt; ( TQ_LONG&nbsp;&amp;&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads a signed integer of the system's word length from the stream
into <em>i</em>, and returns a reference to the stream.
<p>
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-a"></a>TQDataStream::operator&gt;&gt; ( Q_ULONG&nbsp;&amp;&nbsp;i )
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt-a"></a>TQDataStream::operator&gt;&gt; ( TQ_ULONG&nbsp;&amp;&nbsp;i )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads an unsigned integer of the system's word length from the
@@ -470,7 +470,7 @@ the stream.
<p> The buffer <em>s</em> is allocated using <tt>new</tt>. Destroy it with the <tt>delete[]</tt> operator. If the length is zero or <em>s</em> cannot be
allocated, <em>s</em> is set to 0.
<p> The <em>l</em> parameter will be set to the length of the buffer.
-<p> The serialization format is a Q_UINT32 length specifier first,
+<p> The serialization format is a TQ_UINT32 length specifier first,
then <em>l</em> bytes of data. Note that the data is <em>not</em> encoded.
<p> <p>See also <a href="#readRawBytes">readRawBytes</a>() and <a href="#writeBytes">writeBytes</a>().
@@ -547,7 +547,7 @@ Unsets the IO device. This is the same as calling <a href="#setDevice">setDevice
</h3>
Writes the length specifier <em>len</em> and the buffer <em>s</em> to the
stream and returns a reference to the stream.
-<p> The <em>len</em> is serialized as a Q_UINT32, followed by <em>len</em> bytes
+<p> The <em>len</em> is serialized as a TQ_UINT32, followed by <em>len</em> bytes
from <em>s</em>. Note that the data is <em>not</em> encoded.
<p> <p>See also <a href="#writeRawBytes">writeRawBytes</a>() and <a href="#readBytes">readBytes</a>().
diff --git a/doc/html/ntqdns.html b/doc/html/ntqdns.html
index 049dc526..f3efeff6 100644
--- a/doc/html/ntqdns.html
+++ b/doc/html/ntqdns.html
@@ -215,7 +215,7 @@ Returns a list of mail servers if the record type is <a href="#RecordType-enum">
class <tt>TQDns::MailServer</tt> contains the following public variables:
<ul>
<li> <a href="ntqstring.html">TQString</a> TQDns::MailServer::name
-<li> Q_UINT16 TQDns::MailServer::priority
+<li> TQ_UINT16 TQDns::MailServer::priority
</ul>
<p> Note that if you want to iterate over the list, you should iterate
over a copy, e.g.
@@ -265,9 +265,9 @@ Returns a list of servers if the record type is <a href="#RecordType-enum">Srv</
<tt>TQDns::Server</tt> contains the following public variables:
<ul>
<li> <a href="ntqstring.html">TQString</a> TQDns::Server::name
-<li> Q_UINT16 TQDns::Server::priority
-<li> Q_UINT16 TQDns::Server::weight
-<li> Q_UINT16 TQDns::Server::port
+<li> TQ_UINT16 TQDns::Server::priority
+<li> TQ_UINT16 TQDns::Server::weight
+<li> TQ_UINT16 TQDns::Server::port
</ul>
<p> Note that if you want to iterate over the list, you should iterate
over a copy, e.g.
diff --git a/doc/html/ntqfile.html b/doc/html/ntqfile.html
index 61ebcb6a..682aee20 100644
--- a/doc/html/ntqfile.html
+++ b/doc/html/ntqfile.html
@@ -55,8 +55,8 @@ body { background: #ffffff; color: black; }
<li class=fn>virtual void <a href="#flush"><b>flush</b></a> ()</li>
<li class=fn>virtual Offset <a href="#size"><b>size</b></a> () const</li>
<li class=fn>virtual bool <a href="#atEnd"><b>atEnd</b></a> () const</li>
-<li class=fn>virtual Q_LONG <a href="#readLine"><b>readLine</b></a> ( char&nbsp;*&nbsp;p, Q_ULONG&nbsp;maxlen )</li>
-<li class=fn>Q_LONG <a href="#readLine-2"><b>readLine</b></a> ( TQString&nbsp;&amp;&nbsp;s, Q_ULONG&nbsp;maxlen )</li>
+<li class=fn>virtual TQ_LONG <a href="#readLine"><b>readLine</b></a> ( char&nbsp;*&nbsp;p, TQ_ULONG&nbsp;maxlen )</li>
+<li class=fn>TQ_LONG <a href="#readLine-2"><b>readLine</b></a> ( TQString&nbsp;&amp;&nbsp;s, TQ_ULONG&nbsp;maxlen )</li>
<li class=fn>virtual int <a href="#getch"><b>getch</b></a> ()</li>
<li class=fn>virtual int <a href="#putch"><b>putch</b></a> ( int&nbsp;ch )</li>
<li class=fn>virtual int <a href="#ungetch"><b>ungetch</b></a> ( int&nbsp;ch )</li>
@@ -391,7 +391,7 @@ Writes the character <em>ch</em> to the file.
This convenience function returns all of the remaining data in the
device.
-<h3 class=fn>Q_LONG <a name="readLine"></a>TQFile::readLine ( char&nbsp;*&nbsp;p, Q_ULONG&nbsp;maxlen )<tt> [virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="readLine"></a>TQFile::readLine ( char&nbsp;*&nbsp;p, TQ_ULONG&nbsp;maxlen )<tt> [virtual]</tt>
</h3>
Reads a line of text.
<p> Reads bytes from the file into the char* <em>p</em>, until end-of-line
@@ -404,7 +404,7 @@ flag.
<p> <p>See also <a href="ntqiodevice.html#readBlock">readBlock</a>() and <a href="ntqtextstream.html#readLine">TQTextStream::readLine</a>().
<p>Reimplemented from <a href="ntqiodevice.html#readLine">TQIODevice</a>.
-<h3 class=fn>Q_LONG <a name="readLine-2"></a>TQFile::readLine ( <a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, Q_ULONG&nbsp;maxlen )
+<h3 class=fn>TQ_LONG <a name="readLine-2"></a>TQFile::readLine ( <a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, TQ_ULONG&nbsp;maxlen )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads a line of text.
diff --git a/doc/html/ntqftp.html b/doc/html/ntqftp.html
index 9a3b6a92..40527178 100644
--- a/doc/html/ntqftp.html
+++ b/doc/html/ntqftp.html
@@ -44,7 +44,7 @@ body { background: #ffffff; color: black; }
<li class=fn>enum <a href="#State-enum"><b>State</b></a> { Unconnected, HostLookup, Connecting, Connected, LoggedIn, Closing }</li>
<li class=fn>enum <a href="#Error-enum"><b>Error</b></a> { NoError, UnknownError, HostNotFound, ConnectionRefused, NotConnected }</li>
<li class=fn>enum <a href="#Command-enum"><b>Command</b></a> { None, ConnectToHost, Login, Close, List, Cd, Get, Put, Remove, Mkdir, Rmdir, Rename, RawCommand }</li>
-<li class=fn>int <a href="#connectToHost"><b>connectToHost</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;host, Q_UINT16&nbsp;port = 21 )</li>
+<li class=fn>int <a href="#connectToHost"><b>connectToHost</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;host, TQ_UINT16&nbsp;port = 21 )</li>
<li class=fn>int <a href="#login"><b>login</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;user = TQString::null, const&nbsp;TQString&nbsp;&amp;&nbsp;password = TQString::null )</li>
<li class=fn>int <a href="#close"><b>close</b></a> ()</li>
<li class=fn>int <a href="#list"><b>list</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;dir = TQString::null )</li>
@@ -57,8 +57,8 @@ body { background: #ffffff; color: black; }
<li class=fn>int <a href="#rmdir"><b>rmdir</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;dir )</li>
<li class=fn>int <a href="#rename"><b>rename</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;oldname, const&nbsp;TQString&nbsp;&amp;&nbsp;newname )</li>
<li class=fn>int <a href="#rawCommand"><b>rawCommand</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;command )</li>
-<li class=fn>Q_ULONG <a href="#bytesAvailable"><b>bytesAvailable</b></a> () const</li>
-<li class=fn>Q_LONG <a href="#readBlock"><b>readBlock</b></a> ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen )</li>
+<li class=fn>TQ_ULONG <a href="#bytesAvailable"><b>bytesAvailable</b></a> () const</li>
+<li class=fn>TQ_LONG <a href="#readBlock"><b>readBlock</b></a> ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen )</li>
<li class=fn>TQByteArray <a href="#readAll"><b>readAll</b></a> ()</li>
<li class=fn>int <a href="#currentId"><b>currentId</b></a> () const</li>
<li class=fn>TQIODevice * <a href="#currentDevice"><b>currentDevice</b></a> () const</li>
@@ -315,7 +315,7 @@ complete successfully.
<p> <p>See also <a href="#clearPendingCommands">clearPendingCommands</a>().
<p>Example: <a href="ftpclient-example.html#x744">network/ftpclient/ftpmainwindow.ui.h</a>.
-<h3 class=fn>Q_ULONG <a name="bytesAvailable"></a>TQFtp::bytesAvailable () const
+<h3 class=fn>TQ_ULONG <a name="bytesAvailable"></a>TQFtp::bytesAvailable () const
</h3>
Returns the number of bytes that can be read from the data socket
at the moment.
@@ -373,7 +373,7 @@ the processing; otherwise <em>error</em> is FALSE.
<p> <p>See also <a href="#commandFinished">commandFinished</a>() and <a href="#done">done</a>().
<p>Example: <a href="ftpclient-example.html#x748">network/ftpclient/ftpmainwindow.ui.h</a>.
-<h3 class=fn>int <a name="connectToHost"></a>TQFtp::connectToHost ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;host, Q_UINT16&nbsp;port = 21 )
+<h3 class=fn>int <a name="connectToHost"></a>TQFtp::connectToHost ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;host, TQ_UINT16&nbsp;port = 21 )
</h3>
Connects to the FTP server <em>host</em> using port <em>port</em>.
<p> The <a href="#stateChanged">stateChanged</a>() signal is emitted when the state of the
@@ -603,7 +603,7 @@ Reads all the bytes available from the data socket and returns
them.
<p> <p>See also <a href="#get">get</a>(), <a href="#readyRead">readyRead</a>(), <a href="#bytesAvailable">bytesAvailable</a>(), and <a href="#readBlock">readBlock</a>().
-<h3 class=fn>Q_LONG <a name="readBlock"></a>TQFtp::readBlock ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen )
+<h3 class=fn>TQ_LONG <a name="readBlock"></a>TQFtp::readBlock ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen )
</h3>
Reads <em>maxlen</em> bytes from the data socket into <em>data</em> and
returns the number of bytes read. Returns -1 if an error occurred.
diff --git a/doc/html/ntqhostaddress.html b/doc/html/ntqhostaddress.html
index 2efa94de..322e933d 100644
--- a/doc/html/ntqhostaddress.html
+++ b/doc/html/ntqhostaddress.html
@@ -38,19 +38,19 @@ body { background: #ffffff; color: black; }
<h2>Public Members</h2>
<ul>
<li class=fn><a href="#TQHostAddress"><b>TQHostAddress</b></a> ()</li>
-<li class=fn><a href="#TQHostAddress-2"><b>TQHostAddress</b></a> ( Q_UINT32&nbsp;ip4Addr )</li>
-<li class=fn><a href="#TQHostAddress-3"><b>TQHostAddress</b></a> ( Q_UINT8&nbsp;*&nbsp;ip6Addr )</li>
+<li class=fn><a href="#TQHostAddress-2"><b>TQHostAddress</b></a> ( TQ_UINT32&nbsp;ip4Addr )</li>
+<li class=fn><a href="#TQHostAddress-3"><b>TQHostAddress</b></a> ( TQ_UINT8&nbsp;*&nbsp;ip6Addr )</li>
<li class=fn><a href="#TQHostAddress-4"><b>TQHostAddress</b></a> ( const&nbsp;Q_IPV6ADDR&nbsp;&amp;&nbsp;ip6Addr )</li>
<li class=fn><a href="#TQHostAddress-6"><b>TQHostAddress</b></a> ( const&nbsp;TQHostAddress&nbsp;&amp;&nbsp;address )</li>
<li class=fn>virtual <a href="#~TQHostAddress"><b>~TQHostAddress</b></a> ()</li>
<li class=fn>TQHostAddress &amp; <a href="#operator-eq"><b>operator=</b></a> ( const&nbsp;TQHostAddress&nbsp;&amp;&nbsp;address )</li>
-<li class=fn>void <a href="#setAddress"><b>setAddress</b></a> ( Q_UINT32&nbsp;ip4Addr )</li>
-<li class=fn>void <a href="#setAddress-2"><b>setAddress</b></a> ( Q_UINT8&nbsp;*&nbsp;ip6Addr )</li>
+<li class=fn>void <a href="#setAddress"><b>setAddress</b></a> ( TQ_UINT32&nbsp;ip4Addr )</li>
+<li class=fn>void <a href="#setAddress-2"><b>setAddress</b></a> ( TQ_UINT8&nbsp;*&nbsp;ip6Addr )</li>
<li class=fn>bool <a href="#setAddress-3"><b>setAddress</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;address )</li>
<li class=fn>bool isIp4Addr () const &nbsp;<em>(obsolete)</em></li>
-<li class=fn>Q_UINT32 ip4Addr () const &nbsp;<em>(obsolete)</em></li>
+<li class=fn>TQ_UINT32 ip4Addr () const &nbsp;<em>(obsolete)</em></li>
<li class=fn>bool <a href="#isIPv4Address"><b>isIPv4Address</b></a> () const</li>
-<li class=fn>Q_UINT32 <a href="#toIPv4Address"><b>toIPv4Address</b></a> () const</li>
+<li class=fn>TQ_UINT32 <a href="#toIPv4Address"><b>toIPv4Address</b></a> () const</li>
<li class=fn>bool <a href="#isIPv6Address"><b>isIPv6Address</b></a> () const</li>
<li class=fn>Q_IPV6ADDR <a href="#toIPv6Address"><b>toIPv6Address</b></a> () const</li>
<li class=fn>TQString <a href="#toString"><b>toString</b></a> () const</li>
@@ -79,11 +79,11 @@ to a host.
</h3>
Creates a host address object with the IP address 0.0.0.0.
-<h3 class=fn><a name="TQHostAddress-2"></a>TQHostAddress::TQHostAddress ( Q_UINT32&nbsp;ip4Addr )
+<h3 class=fn><a name="TQHostAddress-2"></a>TQHostAddress::TQHostAddress ( TQ_UINT32&nbsp;ip4Addr )
</h3>
Creates a host address object for the IPv4 address <em>ip4Addr</em>.
-<h3 class=fn><a name="TQHostAddress-3"></a>TQHostAddress::TQHostAddress ( Q_UINT8&nbsp;*&nbsp;ip6Addr )
+<h3 class=fn><a name="TQHostAddress-3"></a>TQHostAddress::TQHostAddress ( TQ_UINT8&nbsp;*&nbsp;ip6Addr )
</h3>
Creates a host address object with the specified IPv6 address.
<p> <em>ip6Addr</em> must be a 16 byte array in network byte order
@@ -101,7 +101,7 @@ Creates a copy of <em>address</em>.
</h3>
Destroys the host address object.
-<h3 class=fn>Q_UINT32 <a name="ip4Addr"></a>TQHostAddress::ip4Addr () const
+<h3 class=fn>TQ_UINT32 <a name="ip4Addr"></a>TQHostAddress::ip4Addr () const
</h3>
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Use <a href="#toIPv4Address">toIPv4Address</a>() instead.
@@ -137,11 +137,11 @@ returns a reference to this object.
Returns TRUE if this host address is the same as <em>other</em>;
otherwise returns FALSE.
-<h3 class=fn>void <a name="setAddress"></a>TQHostAddress::setAddress ( Q_UINT32&nbsp;ip4Addr )
+<h3 class=fn>void <a name="setAddress"></a>TQHostAddress::setAddress ( TQ_UINT32&nbsp;ip4Addr )
</h3>
Set the IPv4 address specified by <em>ip4Addr</em>.
-<h3 class=fn>void <a name="setAddress-2"></a>TQHostAddress::setAddress ( Q_UINT8&nbsp;*&nbsp;ip6Addr )
+<h3 class=fn>void <a name="setAddress-2"></a>TQHostAddress::setAddress ( TQ_UINT8&nbsp;*&nbsp;ip6Addr )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Set the IPv6 address specified by <em>ip6Addr</em>.
@@ -156,7 +156,7 @@ representation <em>address</em> (e.g. "127.0.0.1"). Returns TRUE and
sets the address if the address was successfully parsed; otherwise
returns FALSE and leaves the address unchanged.
-<h3 class=fn>Q_UINT32 <a name="toIPv4Address"></a>TQHostAddress::toIPv4Address () const
+<h3 class=fn>TQ_UINT32 <a name="toIPv4Address"></a>TQHostAddress::toIPv4Address () const
</h3>
Returns the IPv4 address as a number.
<p> For example, if the address is 127.0.0.1, the returned value is
diff --git a/doc/html/ntqhttp.html b/doc/html/ntqhttp.html
index 5bc3db1f..0b13c8fd 100644
--- a/doc/html/ntqhttp.html
+++ b/doc/html/ntqhttp.html
@@ -40,11 +40,11 @@ body { background: #ffffff; color: black; }
<ul>
<li class=fn><a href="#TQHttp"><b>TQHttp</b></a> ()</li>
<li class=fn><a href="#TQHttp-2"><b>TQHttp</b></a> ( TQObject&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )</li>
-<li class=fn><a href="#TQHttp-3"><b>TQHttp</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;hostname, Q_UINT16&nbsp;port = 80, TQObject&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )</li>
+<li class=fn><a href="#TQHttp-3"><b>TQHttp</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;hostname, TQ_UINT16&nbsp;port = 80, TQObject&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )</li>
<li class=fn>virtual <a href="#~TQHttp"><b>~TQHttp</b></a> ()</li>
<li class=fn>enum <a href="#State-enum"><b>State</b></a> { Unconnected, HostLookup, Connecting, Sending, Reading, Connected, Closing }</li>
<li class=fn>enum <a href="#Error-enum"><b>Error</b></a> { NoError, UnknownError, HostNotFound, ConnectionRefused, UnexpectedClose, InvalidResponseHeader, WrongContentLength, Aborted }</li>
-<li class=fn>int <a href="#setHost"><b>setHost</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;hostname, Q_UINT16&nbsp;port = 80 )</li>
+<li class=fn>int <a href="#setHost"><b>setHost</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;hostname, TQ_UINT16&nbsp;port = 80 )</li>
<li class=fn>int <a href="#get"><b>get</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;path, TQIODevice&nbsp;*&nbsp;to = 0 )</li>
<li class=fn>int <a href="#post"><b>post</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;path, TQIODevice&nbsp;*&nbsp;data, TQIODevice&nbsp;*&nbsp;to = 0 )</li>
<li class=fn>int <a href="#post-2"><b>post</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;path, const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data, TQIODevice&nbsp;*&nbsp;to = 0 )</li>
@@ -52,8 +52,8 @@ body { background: #ffffff; color: black; }
<li class=fn>int <a href="#request"><b>request</b></a> ( const&nbsp;TQHttpRequestHeader&nbsp;&amp;&nbsp;header, TQIODevice&nbsp;*&nbsp;data = 0, TQIODevice&nbsp;*&nbsp;to = 0 )</li>
<li class=fn>int <a href="#request-2"><b>request</b></a> ( const&nbsp;TQHttpRequestHeader&nbsp;&amp;&nbsp;header, const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data, TQIODevice&nbsp;*&nbsp;to = 0 )</li>
<li class=fn>int <a href="#closeConnection"><b>closeConnection</b></a> ()</li>
-<li class=fn>Q_ULONG <a href="#bytesAvailable"><b>bytesAvailable</b></a> () const</li>
-<li class=fn>Q_LONG <a href="#readBlock"><b>readBlock</b></a> ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen )</li>
+<li class=fn>TQ_ULONG <a href="#bytesAvailable"><b>bytesAvailable</b></a> () const</li>
+<li class=fn>TQ_LONG <a href="#readBlock"><b>readBlock</b></a> ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen )</li>
<li class=fn>TQByteArray <a href="#readAll"><b>readAll</b></a> ()</li>
<li class=fn>int <a href="#currentId"><b>currentId</b></a> () const</li>
<li class=fn>TQIODevice * <a href="#currentSourceDevice"><b>currentSourceDevice</b></a> () const</li>
@@ -266,7 +266,7 @@ Constructs a TQHttp object.
Constructs a TQHttp object. The parameters <em>parent</em> and <em>name</em>
are passed on to the <a href="ntqobject.html">TQObject</a> constructor.
-<h3 class=fn><a name="TQHttp-3"></a>TQHttp::TQHttp ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;hostname, Q_UINT16&nbsp;port = 80, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQHttp-3"></a>TQHttp::TQHttp ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;hostname, TQ_UINT16&nbsp;port = 80, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a TQHttp object. Subsequent requests are done by
connecting to the server <em>hostname</em> on port <em>port</em>. The
@@ -289,7 +289,7 @@ requests left and the <a href="#done">done</a>() signal is emitted (with the <tt
argument <tt>TRUE</tt>).
<p> <p>See also <a href="#clearPendingRequests">clearPendingRequests</a>().
-<h3 class=fn>Q_ULONG <a name="bytesAvailable"></a>TQHttp::bytesAvailable () const
+<h3 class=fn>TQ_ULONG <a name="bytesAvailable"></a>TQHttp::bytesAvailable () const
</h3>
Returns the number of bytes that can be read from the response
content at the moment.
@@ -480,7 +480,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
Reads all the bytes from the response content and returns them.
<p> <p>See also <a href="#get">get</a>(), <a href="#post">post</a>(), <a href="#request">request</a>(), <a href="#readyRead">readyRead</a>(), <a href="#bytesAvailable">bytesAvailable</a>(), and <a href="#readBlock">readBlock</a>().
-<h3 class=fn>Q_LONG <a name="readBlock"></a>TQHttp::readBlock ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen )
+<h3 class=fn>TQ_LONG <a name="readBlock"></a>TQHttp::readBlock ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen )
</h3>
Reads <em>maxlen</em> bytes from the response content into <em>data</em> and
returns the number of bytes read. Returns -1 if an error occurred.
@@ -550,7 +550,7 @@ the processing; otherwise <em>error</em> is FALSE.
is available. The header is passed in <em>resp</em>.
<p> <p>See also <a href="#get">get</a>(), <a href="#post">post</a>(), <a href="#head">head</a>(), <a href="#request">request</a>(), and <a href="#readyRead">readyRead</a>().
-<h3 class=fn>int <a name="setHost"></a>TQHttp::setHost ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;hostname, Q_UINT16&nbsp;port = 80 )
+<h3 class=fn>int <a name="setHost"></a>TQHttp::setHost ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;hostname, TQ_UINT16&nbsp;port = 80 )
</h3>
Sets the HTTP server that is used for requests to <em>hostname</em> on
port <em>port</em>.
diff --git a/doc/html/ntqiodevice.html b/doc/html/ntqiodevice.html
index 16b77679..8452d22c 100644
--- a/doc/html/ntqiodevice.html
+++ b/doc/html/ntqiodevice.html
@@ -39,7 +39,7 @@ body { background: #ffffff; color: black; }
<p><a href="qiodevice-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
-<li class=fn>typedef Q_ULONG&nbsp;<a href="#Offset"><b>Offset</b></a></li>
+<li class=fn>typedef TQ_ULONG&nbsp;<a href="#Offset"><b>Offset</b></a></li>
<li class=fn><a href="#TQIODevice"><b>TQIODevice</b></a> ()</li>
<li class=fn>virtual <a href="#~TQIODevice"><b>~TQIODevice</b></a> ()</li>
<li class=fn>int <a href="#flags"><b>flags</b></a> () const</li>
@@ -68,10 +68,10 @@ body { background: #ffffff; color: black; }
<li class=fn>virtual bool <a href="#at-2"><b>at</b></a> ( Offset&nbsp;pos )</li>
<li class=fn>virtual bool <a href="#atEnd"><b>atEnd</b></a> () const</li>
<li class=fn>bool <a href="#reset"><b>reset</b></a> ()</li>
-<li class=fn>virtual Q_LONG <a href="#readBlock"><b>readBlock</b></a> ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen ) = 0</li>
-<li class=fn>virtual Q_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, Q_ULONG&nbsp;len ) = 0</li>
-<li class=fn>virtual Q_LONG <a href="#readLine"><b>readLine</b></a> ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen )</li>
-<li class=fn>Q_LONG <a href="#writeBlock-2"><b>writeBlock</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data )</li>
+<li class=fn>virtual TQ_LONG <a href="#readBlock"><b>readBlock</b></a> ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen ) = 0</li>
+<li class=fn>virtual TQ_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;len ) = 0</li>
+<li class=fn>virtual TQ_LONG <a href="#readLine"><b>readLine</b></a> ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen )</li>
+<li class=fn>TQ_LONG <a href="#writeBlock-2"><b>writeBlock</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data )</li>
<li class=fn>virtual TQByteArray <a href="#readAll"><b>readAll</b></a> ()</li>
<li class=fn>virtual int <a href="#getch"><b>getch</b></a> () = 0</li>
<li class=fn>virtual int <a href="#putch"><b>putch</b></a> ( int&nbsp;ch ) = 0</li>
@@ -414,7 +414,7 @@ binary data. Cannot be combined with <a href="ntqfile.html#open">IO_Raw</a>.
This convenience function returns all of the remaining data in the
device.
-<h3 class=fn>Q_LONG <a name="readBlock"></a>TQIODevice::readBlock ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen )<tt> [pure virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="readBlock"></a>TQIODevice::readBlock ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen )<tt> [pure virtual]</tt>
</h3>
<p> Reads at most <em>maxlen</em> bytes from the I/O device into <em>data</em> and
@@ -427,7 +427,7 @@ return 0 if there are no bytes to read.
<p>Example: <a href="distributor-example.html#x2667">distributor/distributor.ui.h</a>.
<p>Reimplemented in <a href="ntqsocket.html#readBlock">TQSocket</a> and <a href="ntqsocketdevice.html#readBlock">TQSocketDevice</a>.
-<h3 class=fn>Q_LONG <a name="readLine"></a>TQIODevice::readLine ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen )<tt> [virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="readLine"></a>TQIODevice::readLine ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen )<tt> [virtual]</tt>
</h3>
Reads a line of text, (or up to <em>maxlen</em> bytes if a newline isn't
encountered) plus a terminating '&#92;0' into <em>data</em>. If there is a
@@ -523,7 +523,7 @@ the index position if it is not zero.
<p> <p>See also <a href="#getch">getch</a>() and <a href="#putch">putch</a>().
<p>Reimplemented in <a href="ntqfile.html#ungetch">TQFile</a> and <a href="ntqsocket.html#ungetch">TQSocket</a>.
-<h3 class=fn>Q_LONG <a name="writeBlock"></a>TQIODevice::writeBlock ( const&nbsp;char&nbsp;*&nbsp;data, Q_ULONG&nbsp;len )<tt> [pure virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="writeBlock"></a>TQIODevice::writeBlock ( const&nbsp;char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;len )<tt> [pure virtual]</tt>
</h3>
<p> Writes <em>len</em> bytes from <em>data</em> to the I/O device and returns the
@@ -534,7 +534,7 @@ number of bytes actually written.
<p>Example: <a href="distributor-example.html#x2668">distributor/distributor.ui.h</a>.
<p>Reimplemented in <a href="ntqbuffer.html#writeBlock">TQBuffer</a>, <a href="ntqsocket.html#writeBlock">TQSocket</a>, and <a href="ntqsocketdevice.html#writeBlock">TQSocketDevice</a>.
-<h3 class=fn>Q_LONG <a name="writeBlock-2"></a>TQIODevice::writeBlock ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
+<h3 class=fn>TQ_LONG <a name="writeBlock-2"></a>TQIODevice::writeBlock ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This convenience function is the same as calling <a href="#writeBlock">writeBlock</a>(
diff --git a/doc/html/ntqlocale.html b/doc/html/ntqlocale.html
index 9f675f2e..9dafb639 100644
--- a/doc/html/ntqlocale.html
+++ b/doc/html/ntqlocale.html
@@ -53,20 +53,20 @@ string representations in various languages.
<li class=fn>ushort <a href="#toUShort"><b>toUShort</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
<li class=fn>int <a href="#toInt"><b>toInt</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
<li class=fn>uint <a href="#toUInt"><b>toUInt</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
-<li class=fn>Q_LONG <a href="#toLong"><b>toLong</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
-<li class=fn>Q_ULONG <a href="#toULong"><b>toULong</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
-<li class=fn>Q_LLONG <a href="#toLongLong"><b>toLongLong</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
-<li class=fn>Q_ULLONG <a href="#toULongLong"><b>toULongLong</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
+<li class=fn>TQ_LONG <a href="#toLong"><b>toLong</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
+<li class=fn>TQ_ULONG <a href="#toULong"><b>toULong</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
+<li class=fn>TQ_LLONG <a href="#toLongLong"><b>toLongLong</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
+<li class=fn>TQ_ULLONG <a href="#toULongLong"><b>toULongLong</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
<li class=fn>float <a href="#toFloat"><b>toFloat</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
<li class=fn>double <a href="#toDouble"><b>toDouble</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const</li>
<li class=fn>TQString <a href="#toString-2"><b>toString</b></a> ( short&nbsp;i ) const</li>
<li class=fn>TQString <a href="#toString-3"><b>toString</b></a> ( ushort&nbsp;i ) const</li>
<li class=fn>TQString <a href="#toString-4"><b>toString</b></a> ( int&nbsp;i ) const</li>
<li class=fn>TQString <a href="#toString-5"><b>toString</b></a> ( uint&nbsp;i ) const</li>
-<li class=fn>TQString <a href="#toString-6"><b>toString</b></a> ( Q_LONG&nbsp;i ) const</li>
-<li class=fn>TQString <a href="#toString-7"><b>toString</b></a> ( Q_ULONG&nbsp;i ) const</li>
-<li class=fn>TQString <a href="#toString"><b>toString</b></a> ( Q_LLONG&nbsp;i ) const</li>
-<li class=fn>TQString <a href="#toString-8"><b>toString</b></a> ( Q_ULLONG&nbsp;i ) const</li>
+<li class=fn>TQString <a href="#toString-6"><b>toString</b></a> ( TQ_LONG&nbsp;i ) const</li>
+<li class=fn>TQString <a href="#toString-7"><b>toString</b></a> ( TQ_ULONG&nbsp;i ) const</li>
+<li class=fn>TQString <a href="#toString"><b>toString</b></a> ( TQ_LLONG&nbsp;i ) const</li>
+<li class=fn>TQString <a href="#toString-8"><b>toString</b></a> ( TQ_ULLONG&nbsp;i ) const</li>
<li class=fn>TQString <a href="#toString-9"><b>toString</b></a> ( float&nbsp;i, char&nbsp;f = 'g', int&nbsp;prec = 6 ) const</li>
<li class=fn>TQString <a href="#toString-a"><b>toString</b></a> ( double&nbsp;i, char&nbsp;f = 'g', int&nbsp;prec = 6 ) const</li>
</ul>
@@ -718,7 +718,7 @@ success by setting *ok to true.
<p> This function ignores leading and trailing whitespace.
<p> <p>See also <a href="#toString">toString</a>().
-<h3 class=fn>Q_LONG <a name="toLong"></a>TQLocale::toLong ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const
+<h3 class=fn>TQ_LONG <a name="toLong"></a>TQLocale::toLong ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const
</h3>
Returns the long int represented by the localized string <em>s</em>, or
0 if the conversion failed.
@@ -727,7 +727,7 @@ Returns the long int represented by the localized string <em>s</em>, or
<p> This function ignores leading and trailing whitespace.
<p> <p>See also <a href="#toString">toString</a>().
-<h3 class=fn>Q_LLONG <a name="toLongLong"></a>TQLocale::toLongLong ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const
+<h3 class=fn>TQ_LLONG <a name="toLongLong"></a>TQLocale::toLongLong ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const
</h3>
Returns the long long int represented by the localized string <em>s</em>, or 0 if the conversion failed.
<p> If <em>ok</em> is not 0, reports failure by setting
@@ -744,7 +744,7 @@ Returns the short int represented by the localized string <em>s</em>, or
<p> This function ignores leading and trailing whitespace.
<p> <p>See also <a href="#toString">toString</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString"></a>TQLocale::toString ( Q_LLONG&nbsp;i ) const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString"></a>TQLocale::toString ( TQ_LLONG&nbsp;i ) const
</h3>
Returns a localized string representation of <em>i</em>.
<p> <p>See also <a href="#toLongLong">toLongLong</a>().
@@ -773,19 +773,19 @@ Returns a localized string representation of <em>i</em>.
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <p>See also <a href="#toUInt">toUInt</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-6"></a>TQLocale::toString ( Q_LONG&nbsp;i ) const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-6"></a>TQLocale::toString ( TQ_LONG&nbsp;i ) const
</h3>
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <p>See also <a href="#toLong">toLong</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-7"></a>TQLocale::toString ( Q_ULONG&nbsp;i ) const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-7"></a>TQLocale::toString ( TQ_ULONG&nbsp;i ) const
</h3>
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <p>See also <a href="#toULong">toULong</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-8"></a>TQLocale::toString ( Q_ULLONG&nbsp;i ) const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-8"></a>TQLocale::toString ( TQ_ULLONG&nbsp;i ) const
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <p>See also <a href="#toULongLong">toULongLong</a>().
@@ -812,7 +812,7 @@ or 0 if the conversion failed.
<p> This function ignores leading and trailing whitespace.
<p> <p>See also <a href="#toString">toString</a>().
-<h3 class=fn>Q_ULONG <a name="toULong"></a>TQLocale::toULong ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const
+<h3 class=fn>TQ_ULONG <a name="toULong"></a>TQLocale::toULong ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const
</h3>
Returns the unsigned long int represented by the localized string
<em>s</em>, or 0 if the conversion failed.
@@ -821,7 +821,7 @@ Returns the unsigned long int represented by the localized string
<p> This function ignores leading and trailing whitespace.
<p> <p>See also <a href="#toString">toString</a>().
-<h3 class=fn>Q_ULLONG <a name="toULongLong"></a>TQLocale::toULongLong ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const
+<h3 class=fn>TQ_ULLONG <a name="toULongLong"></a>TQLocale::toULongLong ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, bool&nbsp;*&nbsp;ok = 0 ) const
</h3>
Returns the unsigned long long int represented by the localized
string <em>s</em>, or 0 if the conversion failed.
diff --git a/doc/html/ntqmemarray.html b/doc/html/ntqmemarray.html
index 32f1e251..c20eeb6c 100644
--- a/doc/html/ntqmemarray.html
+++ b/doc/html/ntqmemarray.html
@@ -84,7 +84,7 @@ body { background: #ffffff; color: black; }
</ul>
<h2>Related Functions</h2>
<ul>
-<li class=fn>Q_UINT16 <a href="#qChecksum"><b>qChecksum</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, uint&nbsp;len )</li>
+<li class=fn>TQ_UINT16 <a href="#qChecksum"><b>qChecksum</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, uint&nbsp;len )</li>
<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt"><b>operator&lt;&lt;</b></a> ( TQDataStream&nbsp;&amp;&nbsp;s, const&nbsp;TQByteArray&nbsp;&amp;&nbsp;a )</li>
<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt"><b>operator&gt;&gt;</b></a> ( TQDataStream&nbsp;&amp;&nbsp;s, TQByteArray&nbsp;&amp;&nbsp;a )</li>
</ul>
@@ -542,7 +542,7 @@ to the stream.
reference to the stream.
<p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>.
-<h3 class=fn>Q_UINT16 <a name="qChecksum"></a>qChecksum ( const&nbsp;char&nbsp;*&nbsp;data, uint&nbsp;len )
+<h3 class=fn>TQ_UINT16 <a name="qChecksum"></a>qChecksum ( const&nbsp;char&nbsp;*&nbsp;data, uint&nbsp;len )
</h3>
<p> Returns the CRC-16 checksum of <em>len</em> bytes starting at <em>data</em>.
diff --git a/doc/html/ntqserversocket.html b/doc/html/ntqserversocket.html
index 976dc816..ac0707af 100644
--- a/doc/html/ntqserversocket.html
+++ b/doc/html/ntqserversocket.html
@@ -38,12 +38,12 @@ body { background: #ffffff; color: black; }
<p><a href="qserversocket-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
-<li class=fn><a href="#TQServerSocket"><b>TQServerSocket</b></a> ( Q_UINT16&nbsp;port, int&nbsp;backlog = 1, TQObject&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )</li>
-<li class=fn><a href="#TQServerSocket-2"><b>TQServerSocket</b></a> ( const&nbsp;TQHostAddress&nbsp;&amp;&nbsp;address, Q_UINT16&nbsp;port, int&nbsp;backlog = 1, TQObject&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )</li>
+<li class=fn><a href="#TQServerSocket"><b>TQServerSocket</b></a> ( TQ_UINT16&nbsp;port, int&nbsp;backlog = 1, TQObject&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )</li>
+<li class=fn><a href="#TQServerSocket-2"><b>TQServerSocket</b></a> ( const&nbsp;TQHostAddress&nbsp;&amp;&nbsp;address, TQ_UINT16&nbsp;port, int&nbsp;backlog = 1, TQObject&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )</li>
<li class=fn><a href="#TQServerSocket-3"><b>TQServerSocket</b></a> ( TQObject&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )</li>
<li class=fn>virtual <a href="#~TQServerSocket"><b>~TQServerSocket</b></a> ()</li>
<li class=fn>bool <a href="#ok"><b>ok</b></a> () const</li>
-<li class=fn>Q_UINT16 <a href="#port"><b>port</b></a> () const</li>
+<li class=fn>TQ_UINT16 <a href="#port"><b>port</b></a> () const</li>
<li class=fn>int <a href="#socket"><b>socket</b></a> () const</li>
<li class=fn>virtual void <a href="#setSocket"><b>setSocket</b></a> ( int&nbsp;socket )</li>
<li class=fn>TQHostAddress <a href="#address"><b>address</b></a> () const</li>
@@ -72,7 +72,7 @@ TQServerSocket cannot accept or reject connections conditionally.)
<p> <p>See also <a href="ntqsocket.html">TQSocket</a>, <a href="ntqsocketdevice.html">TQSocketDevice</a>, <a href="ntqhostaddress.html">TQHostAddress</a>, <a href="ntqsocketnotifier.html">TQSocketNotifier</a>, and <a href="io.html">Input/Output and Networking</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQServerSocket"></a>TQServerSocket::TQServerSocket ( Q_UINT16&nbsp;port, int&nbsp;backlog = 1, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQServerSocket"></a>TQServerSocket::TQServerSocket ( TQ_UINT16&nbsp;port, int&nbsp;backlog = 1, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Creates a server socket object, that will serve the given <em>port</em>
on all the addresses of this host. If <em>port</em> is 0, TQServerSocket
@@ -84,7 +84,7 @@ constructor.
that you don't accept any connections at all; you should specify a
value larger than 0.
-<h3 class=fn><a name="TQServerSocket-2"></a>TQServerSocket::TQServerSocket ( const&nbsp;<a href="ntqhostaddress.html">TQHostAddress</a>&nbsp;&amp;&nbsp;address, Q_UINT16&nbsp;port, int&nbsp;backlog = 1, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQServerSocket-2"></a>TQServerSocket::TQServerSocket ( const&nbsp;<a href="ntqhostaddress.html">TQHostAddress</a>&nbsp;&amp;&nbsp;address, TQ_UINT16&nbsp;port, int&nbsp;backlog = 1, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Creates a server socket object, that will serve the given <em>port</em>
only on the given <em>address</em>. Use <em>backlog</em> to specify how many
@@ -132,7 +132,7 @@ newly accepted connection.
</h3>
Returns TRUE if the construction succeeded; otherwise returns FALSE.
-<h3 class=fn>Q_UINT16 <a name="port"></a>TQServerSocket::port () const
+<h3 class=fn>TQ_UINT16 <a name="port"></a>TQServerSocket::port () const
</h3>
Returns the port number on which this server socket listens. This
is always non-zero; if you specify 0 in the constructor,
diff --git a/doc/html/ntqsocket.html b/doc/html/ntqsocket.html
index 7faad57d..925fc857 100644
--- a/doc/html/ntqsocket.html
+++ b/doc/html/ntqsocket.html
@@ -47,7 +47,7 @@ body { background: #ffffff; color: black; }
<li class=fn>virtual void <a href="#setSocket"><b>setSocket</b></a> ( int&nbsp;socket )</li>
<li class=fn>TQSocketDevice * <a href="#socketDevice"><b>socketDevice</b></a> ()</li>
<li class=fn>virtual void <a href="#setSocketDevice"><b>setSocketDevice</b></a> ( TQSocketDevice&nbsp;*&nbsp;device )</li>
-<li class=fn>virtual void <a href="#connectToHost"><b>connectToHost</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;host, Q_UINT16&nbsp;port )</li>
+<li class=fn>virtual void <a href="#connectToHost"><b>connectToHost</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;host, TQ_UINT16&nbsp;port )</li>
<li class=fn>TQString <a href="#peerName"><b>peerName</b></a> () const</li>
<li class=fn>virtual bool <a href="#open"><b>open</b></a> ( int&nbsp;m )</li>
<li class=fn>virtual void <a href="#close"><b>close</b></a> ()</li>
@@ -56,24 +56,24 @@ body { background: #ffffff; color: black; }
<li class=fn>virtual Offset <a href="#at"><b>at</b></a> () const</li>
<li class=fn>virtual bool <a href="#at-2"><b>at</b></a> ( Offset&nbsp;index )</li>
<li class=fn>virtual bool <a href="#atEnd"><b>atEnd</b></a> () const</li>
-<li class=fn>Q_ULONG <a href="#bytesAvailable"><b>bytesAvailable</b></a> () const</li>
-<li class=fn>Q_ULONG <a href="#waitForMore"><b>waitForMore</b></a> ( int&nbsp;msecs, bool&nbsp;*&nbsp;timeout ) const</li>
-<li class=fn>Q_ULONG <a href="#waitForMore-2"><b>waitForMore</b></a> ( int&nbsp;msecs ) const</li>
-<li class=fn>Q_ULONG <a href="#bytesToWrite"><b>bytesToWrite</b></a> () const</li>
+<li class=fn>TQ_ULONG <a href="#bytesAvailable"><b>bytesAvailable</b></a> () const</li>
+<li class=fn>TQ_ULONG <a href="#waitForMore"><b>waitForMore</b></a> ( int&nbsp;msecs, bool&nbsp;*&nbsp;timeout ) const</li>
+<li class=fn>TQ_ULONG <a href="#waitForMore-2"><b>waitForMore</b></a> ( int&nbsp;msecs ) const</li>
+<li class=fn>TQ_ULONG <a href="#bytesToWrite"><b>bytesToWrite</b></a> () const</li>
<li class=fn>void <a href="#clearPendingData"><b>clearPendingData</b></a> ()</li>
-<li class=fn>virtual Q_LONG <a href="#readBlock"><b>readBlock</b></a> ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen )</li>
-<li class=fn>virtual Q_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, Q_ULONG&nbsp;len )</li>
+<li class=fn>virtual TQ_LONG <a href="#readBlock"><b>readBlock</b></a> ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen )</li>
+<li class=fn>virtual TQ_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;len )</li>
<li class=fn>virtual int <a href="#getch"><b>getch</b></a> ()</li>
<li class=fn>virtual int <a href="#putch"><b>putch</b></a> ( int&nbsp;ch )</li>
<li class=fn>virtual int <a href="#ungetch"><b>ungetch</b></a> ( int&nbsp;ch )</li>
<li class=fn>bool <a href="#canReadLine"><b>canReadLine</b></a> () const</li>
<li class=fn>virtual TQString <a href="#readLine"><b>readLine</b></a> ()</li>
-<li class=fn>Q_UINT16 <a href="#port"><b>port</b></a> () const</li>
-<li class=fn>Q_UINT16 <a href="#peerPort"><b>peerPort</b></a> () const</li>
+<li class=fn>TQ_UINT16 <a href="#port"><b>port</b></a> () const</li>
+<li class=fn>TQ_UINT16 <a href="#peerPort"><b>peerPort</b></a> () const</li>
<li class=fn>TQHostAddress <a href="#address"><b>address</b></a> () const</li>
<li class=fn>TQHostAddress <a href="#peerAddress"><b>peerAddress</b></a> () const</li>
-<li class=fn>void <a href="#setReadBufferSize"><b>setReadBufferSize</b></a> ( Q_ULONG&nbsp;bufSize )</li>
-<li class=fn>Q_ULONG <a href="#readBufferSize"><b>readBufferSize</b></a> () const</li>
+<li class=fn>void <a href="#setReadBufferSize"><b>setReadBufferSize</b></a> ( TQ_ULONG&nbsp;bufSize )</li>
+<li class=fn>TQ_ULONG <a href="#readBufferSize"><b>readBufferSize</b></a> () const</li>
</ul>
<h2>Signals</h2>
<ul>
@@ -197,7 +197,7 @@ index forward means skipping incoming data.
Returns TRUE if there is no more data to read; otherwise returns FALSE.
<p>Reimplemented from <a href="ntqiodevice.html#atEnd">TQIODevice</a>.
-<h3 class=fn>Q_ULONG <a name="bytesAvailable"></a>TQSocket::bytesAvailable () const
+<h3 class=fn>TQ_ULONG <a name="bytesAvailable"></a>TQSocket::bytesAvailable () const
</h3>
Returns the number of incoming bytes that can be read, i.e. the
size of the input buffer. Equivalent to <a href="#size">size</a>().
@@ -206,7 +206,7 @@ arrived on the socket.
<p> <p>See also <a href="#bytesToWrite">bytesToWrite</a>().
<p>Example: <a href="networkprotocol-example.html#x677">network/networkprotocol/nntp.cpp</a>.
-<h3 class=fn>Q_ULONG <a name="bytesToWrite"></a>TQSocket::bytesToWrite () const
+<h3 class=fn>TQ_ULONG <a name="bytesToWrite"></a>TQSocket::bytesToWrite () const
</h3>
Returns the number of bytes that are waiting to be written, i.e.
the size of the output buffer.
@@ -258,7 +258,7 @@ At this point, the <a href="#delayedCloseFinished">delayedCloseFinished</a>() si
<p>Examples: <a href="clientserver-example.html#x796">network/clientserver/client/client.cpp</a>, <a href="httpd-example.html#x728">network/httpd/httpd.cpp</a>, and <a href="networkprotocol-example.html#x679">network/networkprotocol/nntp.cpp</a>.
<p>Reimplemented from <a href="ntqiodevice.html#close">TQIODevice</a>.
-<h3 class=fn>void <a name="connectToHost"></a>TQSocket::connectToHost ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;host, Q_UINT16&nbsp;port )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="connectToHost"></a>TQSocket::connectToHost ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;host, TQ_UINT16&nbsp;port )<tt> [virtual]</tt>
</h3>
Attempts to make a connection to <em>host</em> on the specified <em>port</em>
and return immediately.
@@ -350,7 +350,7 @@ Returns the host name as specified to the <a href="#connectToHost">connectToHost
function. An empty string is returned if none has been set.
<p>Example: <a href="mail-example.html#x712">network/mail/smtp.cpp</a>.
-<h3 class=fn>Q_UINT16 <a name="peerPort"></a>TQSocket::peerPort () const
+<h3 class=fn>TQ_UINT16 <a name="peerPort"></a>TQSocket::peerPort () const
</h3>
Returns the peer's host port number, normally as specified to the
<a href="#connectToHost">connectToHost</a>() function. If none has been set, this function
@@ -358,7 +358,7 @@ returns 0.
<p> Note that TQt always uses native byte order, i.e. 67 is 67 in TQt;
there is no need to call htons().
-<h3 class=fn>Q_UINT16 <a name="port"></a>TQSocket::port () const
+<h3 class=fn>TQ_UINT16 <a name="port"></a>TQSocket::port () const
</h3>
Returns the host port number of this socket, in native byte order.
@@ -369,14 +369,14 @@ Writes the character <em>ch</em> to the output buffer.
<p> <p>See also <a href="#getch">getch</a>().
<p>Reimplemented from <a href="ntqiodevice.html#putch">TQIODevice</a>.
-<h3 class=fn>Q_LONG <a name="readBlock"></a>TQSocket::readBlock ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen )<tt> [virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="readBlock"></a>TQSocket::readBlock ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen )<tt> [virtual]</tt>
</h3>
Reads <em>maxlen</em> bytes from the socket into <em>data</em> and returns the
number of bytes read. Returns -1 if an error occurred.
<p>Example: <a href="networkprotocol-example.html#x685">network/networkprotocol/nntp.cpp</a>.
<p>Reimplemented from <a href="ntqiodevice.html#readBlock">TQIODevice</a>.
-<h3 class=fn>Q_ULONG <a name="readBufferSize"></a>TQSocket::readBufferSize () const
+<h3 class=fn>TQ_ULONG <a name="readBufferSize"></a>TQSocket::readBufferSize () const
</h3>
Returns the size of the read buffer.
<p> <p>See also <a href="#setReadBufferSize">setReadBufferSize</a>().
@@ -400,7 +400,7 @@ you need to receive more data to be able to process it.
<p> <p>See also <a href="#readBlock">readBlock</a>(), <a href="#readLine">readLine</a>(), and <a href="#bytesAvailable">bytesAvailable</a>().
<p>Examples: <a href="clientserver-example.html#x803">network/clientserver/client/client.cpp</a>, <a href="httpd-example.html#x731">network/httpd/httpd.cpp</a>, <a href="mail-example.html#x714">network/mail/smtp.cpp</a>, and <a href="networkprotocol-example.html#x687">network/networkprotocol/nntp.cpp</a>.
-<h3 class=fn>void <a name="setReadBufferSize"></a>TQSocket::setReadBufferSize ( Q_ULONG&nbsp;bufSize )
+<h3 class=fn>void <a name="setReadBufferSize"></a>TQSocket::setReadBufferSize ( TQ_ULONG&nbsp;bufSize )
</h3>
Sets the size of the TQSocket's internal read buffer to <em>bufSize</em>.
<p> Usually TQSocket reads all data that is available from the operating
@@ -463,7 +463,7 @@ prepends the character <em>ch</em> to the read buffer so that the next
read returns this character as the first character of the output.
<p>Reimplemented from <a href="ntqiodevice.html#ungetch">TQIODevice</a>.
-<h3 class=fn>Q_ULONG <a name="waitForMore"></a>TQSocket::waitForMore ( int&nbsp;msecs, bool&nbsp;*&nbsp;timeout ) const
+<h3 class=fn>TQ_ULONG <a name="waitForMore"></a>TQSocket::waitForMore ( int&nbsp;msecs, bool&nbsp;*&nbsp;timeout ) const
</h3>
Wait up to <em>msecs</em> milliseconds for more data to be available.
<p> If <em>msecs</em> is -1 the call will block indefinitely.
@@ -477,10 +477,10 @@ closed the connection.
driven applications.
<p> <p>See also <a href="#bytesAvailable">bytesAvailable</a>().
-<h3 class=fn>Q_ULONG <a name="waitForMore-2"></a>TQSocket::waitForMore ( int&nbsp;msecs ) const
+<h3 class=fn>TQ_ULONG <a name="waitForMore-2"></a>TQSocket::waitForMore ( int&nbsp;msecs ) const
</h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
-<h3 class=fn>Q_LONG <a name="writeBlock"></a>TQSocket::writeBlock ( const&nbsp;char&nbsp;*&nbsp;data, Q_ULONG&nbsp;len )<tt> [virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="writeBlock"></a>TQSocket::writeBlock ( const&nbsp;char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;len )<tt> [virtual]</tt>
</h3>
Writes <em>len</em> bytes to the socket from <em>data</em> and returns the
number of bytes written. Returns -1 if an error occurred.
diff --git a/doc/html/ntqsocketdevice.html b/doc/html/ntqsocketdevice.html
index c3a4afc7..7328da11 100644
--- a/doc/html/ntqsocketdevice.html
+++ b/doc/html/ntqsocketdevice.html
@@ -57,17 +57,17 @@ body { background: #ffffff; color: black; }
<li class=fn>virtual void <a href="#setReceiveBufferSize"><b>setReceiveBufferSize</b></a> ( uint&nbsp;size )</li>
<li class=fn>int <a href="#sendBufferSize"><b>sendBufferSize</b></a> () const</li>
<li class=fn>virtual void <a href="#setSendBufferSize"><b>setSendBufferSize</b></a> ( uint&nbsp;size )</li>
-<li class=fn>virtual bool <a href="#connect"><b>connect</b></a> ( const&nbsp;TQHostAddress&nbsp;&amp;&nbsp;addr, Q_UINT16&nbsp;port )</li>
-<li class=fn>virtual bool <a href="#bind"><b>bind</b></a> ( const&nbsp;TQHostAddress&nbsp;&amp;&nbsp;address, Q_UINT16&nbsp;port )</li>
+<li class=fn>virtual bool <a href="#connect"><b>connect</b></a> ( const&nbsp;TQHostAddress&nbsp;&amp;&nbsp;addr, TQ_UINT16&nbsp;port )</li>
+<li class=fn>virtual bool <a href="#bind"><b>bind</b></a> ( const&nbsp;TQHostAddress&nbsp;&amp;&nbsp;address, TQ_UINT16&nbsp;port )</li>
<li class=fn>virtual bool <a href="#listen"><b>listen</b></a> ( int&nbsp;backlog )</li>
<li class=fn>virtual int <a href="#accept"><b>accept</b></a> ()</li>
-<li class=fn>Q_LONG <a href="#bytesAvailable"><b>bytesAvailable</b></a> () const</li>
-<li class=fn>Q_LONG <a href="#waitForMore"><b>waitForMore</b></a> ( int&nbsp;msecs, bool&nbsp;*&nbsp;timeout = 0 ) const</li>
-<li class=fn>virtual Q_LONG <a href="#readBlock"><b>readBlock</b></a> ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen )</li>
-<li class=fn>virtual Q_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, Q_ULONG&nbsp;len )</li>
-<li class=fn>virtual Q_LONG <a href="#writeBlock-2"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, Q_ULONG&nbsp;len, const&nbsp;TQHostAddress&nbsp;&amp;&nbsp;host, Q_UINT16&nbsp;port )</li>
-<li class=fn>Q_UINT16 <a href="#port"><b>port</b></a> () const</li>
-<li class=fn>Q_UINT16 <a href="#peerPort"><b>peerPort</b></a> () const</li>
+<li class=fn>TQ_LONG <a href="#bytesAvailable"><b>bytesAvailable</b></a> () const</li>
+<li class=fn>TQ_LONG <a href="#waitForMore"><b>waitForMore</b></a> ( int&nbsp;msecs, bool&nbsp;*&nbsp;timeout = 0 ) const</li>
+<li class=fn>virtual TQ_LONG <a href="#readBlock"><b>readBlock</b></a> ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen )</li>
+<li class=fn>virtual TQ_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;len )</li>
+<li class=fn>virtual TQ_LONG <a href="#writeBlock-2"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;len, const&nbsp;TQHostAddress&nbsp;&amp;&nbsp;host, TQ_UINT16&nbsp;port )</li>
+<li class=fn>TQ_UINT16 <a href="#port"><b>port</b></a> () const</li>
+<li class=fn>TQ_UINT16 <a href="#peerPort"><b>peerPort</b></a> () const</li>
<li class=fn>TQHostAddress <a href="#address"><b>address</b></a> () const</li>
<li class=fn>TQHostAddress <a href="#peerAddress"><b>peerAddress</b></a> () const</li>
<li class=fn>enum <a href="#Error-enum"><b>Error</b></a> { NoError, AlreadyBound, Inaccessible, NoResources, InternalError, Bug = InternalError, Impossible, NoFiles, ConnectionRefused, NetworkFailure, UnknownError }</li>
@@ -199,7 +199,7 @@ sockets at the same time, and FALSE if this socket claims
exclusive ownership.
<p> <p>See also <a href="#setAddressReusable">setAddressReusable</a>().
-<h3 class=fn>bool <a name="bind"></a>TQSocketDevice::bind ( const&nbsp;<a href="ntqhostaddress.html">TQHostAddress</a>&nbsp;&amp;&nbsp;address, Q_UINT16&nbsp;port )<tt> [virtual]</tt>
+<h3 class=fn>bool <a name="bind"></a>TQSocketDevice::bind ( const&nbsp;<a href="ntqhostaddress.html">TQHostAddress</a>&nbsp;&amp;&nbsp;address, TQ_UINT16&nbsp;port )<tt> [virtual]</tt>
</h3>
Assigns a name to an unnamed socket. The name is the host address
<em>address</em> and the port number <em>port</em>. If the operation succeeds,
@@ -217,7 +217,7 @@ otherwise returns FALSE.
ioctlsocket() function is broken.
<p> <p>See also <a href="#setBlocking">setBlocking</a>() and <a href="#isValid">isValid</a>().
-<h3 class=fn>Q_LONG <a name="bytesAvailable"></a>TQSocketDevice::bytesAvailable () const
+<h3 class=fn>TQ_LONG <a name="bytesAvailable"></a>TQSocketDevice::bytesAvailable () const
</h3>
Returns the number of bytes available for reading, or -1 if an
error occurred.
@@ -228,7 +228,7 @@ incorrect number. The only safe way to determine the amount of
data on the socket is to read it using <a href="#readBlock">readBlock</a>(). <a href="ntqsocket.html">TQSocket</a> has
workarounds to deal with this problem.
-<h3 class=fn>bool <a name="connect"></a>TQSocketDevice::connect ( const&nbsp;<a href="ntqhostaddress.html">TQHostAddress</a>&nbsp;&amp;&nbsp;addr, Q_UINT16&nbsp;port )<tt> [virtual]</tt>
+<h3 class=fn>bool <a name="connect"></a>TQSocketDevice::connect ( const&nbsp;<a href="ntqhostaddress.html">TQHostAddress</a>&nbsp;&amp;&nbsp;addr, TQ_UINT16&nbsp;port )<tt> [virtual]</tt>
</h3>
Connects to the IP address and port specified by <em>addr</em> and <em>port</em>. Returns TRUE if it establishes a connection; otherwise returns FALSE.
If it returns FALSE, <a href="#error">error</a>() explains why.
@@ -262,7 +262,7 @@ sensible as soon as a sensible value is available.
<p> Note that for Datagram sockets, this is the source port of the
last packet received.
-<h3 class=fn>Q_UINT16 <a name="peerPort"></a>TQSocketDevice::peerPort () const
+<h3 class=fn>TQ_UINT16 <a name="peerPort"></a>TQSocketDevice::peerPort () const
</h3>
Returns the port number of the port this socket device is
connected to. This may be 0 for a while, but is set to something
@@ -270,7 +270,7 @@ sensible as soon as a sensible value is available.
<p> Note that for Datagram sockets, this is the source port of the
last packet received, and that it is in native byte order.
-<h3 class=fn>Q_UINT16 <a name="port"></a>TQSocketDevice::port () const
+<h3 class=fn>TQ_UINT16 <a name="port"></a>TQSocketDevice::port () const
</h3>
Returns the port number of this socket device. This may be 0 for a
while, but is set to something sensible as soon as a sensible
@@ -289,7 +289,7 @@ tries to determine the protocol family of the socket; if this fails, it
returns <a href="#Protocol-enum">Unknown</a>.
<p> <p>See also <a href="#Protocol-enum">Protocol</a> and <a href="#setSocket">setSocket</a>().
-<h3 class=fn>Q_LONG <a name="readBlock"></a>TQSocketDevice::readBlock ( char&nbsp;*&nbsp;data, Q_ULONG&nbsp;maxlen )<tt> [virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="readBlock"></a>TQSocketDevice::readBlock ( char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;maxlen )<tt> [virtual]</tt>
</h3>
Reads <em>maxlen</em> bytes from the socket into <em>data</em> and returns the
number of bytes read. Returns -1 if an error occurred. Returning 0
@@ -376,7 +376,7 @@ Returns the socket number, or -1 if it is an invalid socket.
or <a href="#Type-enum">TQSocketDevice::Datagram</a>.
<p> <p>See also <a href="#socket">socket</a>().
-<h3 class=fn>Q_LONG <a name="waitForMore"></a>TQSocketDevice::waitForMore ( int&nbsp;msecs, bool&nbsp;*&nbsp;timeout = 0 ) const
+<h3 class=fn>TQ_LONG <a name="waitForMore"></a>TQSocketDevice::waitForMore ( int&nbsp;msecs, bool&nbsp;*&nbsp;timeout = 0 ) const
</h3>
Wait up to <em>msecs</em> milliseconds for more data to be available. If
<em>msecs</em> is -1 the call will block indefinitely.
@@ -391,14 +391,14 @@ closed the connection.
driven applications.
<p> <p>See also <a href="#bytesAvailable">bytesAvailable</a>().
-<h3 class=fn>Q_LONG <a name="writeBlock"></a>TQSocketDevice::writeBlock ( const&nbsp;char&nbsp;*&nbsp;data, Q_ULONG&nbsp;len )<tt> [virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="writeBlock"></a>TQSocketDevice::writeBlock ( const&nbsp;char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;len )<tt> [virtual]</tt>
</h3>
Writes <em>len</em> bytes to the socket from <em>data</em> and returns the
number of bytes written. Returns -1 if an error occurred.
<p> This is used for <a href="#Type-enum">TQSocketDevice::Stream</a> sockets.
<p>Reimplemented from <a href="ntqiodevice.html#writeBlock">TQIODevice</a>.
-<h3 class=fn>Q_LONG <a name="writeBlock-2"></a>TQSocketDevice::writeBlock ( const&nbsp;char&nbsp;*&nbsp;data, Q_ULONG&nbsp;len, const&nbsp;<a href="ntqhostaddress.html">TQHostAddress</a>&nbsp;&amp;&nbsp;host, Q_UINT16&nbsp;port )<tt> [virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="writeBlock-2"></a>TQSocketDevice::writeBlock ( const&nbsp;char&nbsp;*&nbsp;data, TQ_ULONG&nbsp;len, const&nbsp;<a href="ntqhostaddress.html">TQHostAddress</a>&nbsp;&amp;&nbsp;host, TQ_UINT16&nbsp;port )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Writes <em>len</em> bytes to the socket from <em>data</em> and returns the
diff --git a/doc/html/ntqstring.html b/doc/html/ntqstring.html
index e6c5edfe..e15ba9ba 100644
--- a/doc/html/ntqstring.html
+++ b/doc/html/ntqstring.html
@@ -61,8 +61,8 @@ and the classic C '&#92;0'-terminated char array.
<li class=fn>TQString copy () const &nbsp;<em>(obsolete)</em></li>
<li class=fn>TQString <a href="#arg-2"><b>arg</b></a> ( long&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const</li>
<li class=fn>TQString <a href="#arg-3"><b>arg</b></a> ( ulong&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const</li>
-<li class=fn>TQString <a href="#arg-4"><b>arg</b></a> ( Q_LLONG&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const</li>
-<li class=fn>TQString <a href="#arg-5"><b>arg</b></a> ( Q_ULLONG&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const</li>
+<li class=fn>TQString <a href="#arg-4"><b>arg</b></a> ( TQ_LLONG&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const</li>
+<li class=fn>TQString <a href="#arg-5"><b>arg</b></a> ( TQ_ULLONG&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const</li>
<li class=fn>TQString <a href="#arg-6"><b>arg</b></a> ( int&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const</li>
<li class=fn>TQString <a href="#arg-7"><b>arg</b></a> ( uint&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const</li>
<li class=fn>TQString <a href="#arg-8"><b>arg</b></a> ( short&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const</li>
@@ -144,8 +144,8 @@ and the classic C '&#92;0'-terminated char array.
<li class=fn>uint <a href="#toUInt"><b>toUInt</b></a> ( bool&nbsp;*&nbsp;ok = 0, int&nbsp;base = 10 ) const</li>
<li class=fn>long <a href="#toLong"><b>toLong</b></a> ( bool&nbsp;*&nbsp;ok = 0, int&nbsp;base = 10 ) const</li>
<li class=fn>ulong <a href="#toULong"><b>toULong</b></a> ( bool&nbsp;*&nbsp;ok = 0, int&nbsp;base = 10 ) const</li>
-<li class=fn>Q_LLONG <a href="#toLongLong"><b>toLongLong</b></a> ( bool&nbsp;*&nbsp;ok = 0, int&nbsp;base = 10 ) const</li>
-<li class=fn>Q_ULLONG <a href="#toULongLong"><b>toULongLong</b></a> ( bool&nbsp;*&nbsp;ok = 0, int&nbsp;base = 10 ) const</li>
+<li class=fn>TQ_LLONG <a href="#toLongLong"><b>toLongLong</b></a> ( bool&nbsp;*&nbsp;ok = 0, int&nbsp;base = 10 ) const</li>
+<li class=fn>TQ_ULLONG <a href="#toULongLong"><b>toULongLong</b></a> ( bool&nbsp;*&nbsp;ok = 0, int&nbsp;base = 10 ) const</li>
<li class=fn>float <a href="#toFloat"><b>toFloat</b></a> ( bool&nbsp;*&nbsp;ok = 0 ) const</li>
<li class=fn>double <a href="#toDouble"><b>toDouble</b></a> ( bool&nbsp;*&nbsp;ok = 0 ) const</li>
<li class=fn>TQString &amp; <a href="#setNum-2"><b>setNum</b></a> ( short&nbsp;n, int&nbsp;base = 10 )</li>
@@ -154,8 +154,8 @@ and the classic C '&#92;0'-terminated char array.
<li class=fn>TQString &amp; <a href="#setNum-5"><b>setNum</b></a> ( uint&nbsp;n, int&nbsp;base = 10 )</li>
<li class=fn>TQString &amp; <a href="#setNum-6"><b>setNum</b></a> ( long&nbsp;n, int&nbsp;base = 10 )</li>
<li class=fn>TQString &amp; <a href="#setNum-7"><b>setNum</b></a> ( ulong&nbsp;n, int&nbsp;base = 10 )</li>
-<li class=fn>TQString &amp; <a href="#setNum"><b>setNum</b></a> ( Q_LLONG&nbsp;n, int&nbsp;base = 10 )</li>
-<li class=fn>TQString &amp; <a href="#setNum-8"><b>setNum</b></a> ( Q_ULLONG&nbsp;n, int&nbsp;base = 10 )</li>
+<li class=fn>TQString &amp; <a href="#setNum"><b>setNum</b></a> ( TQ_LLONG&nbsp;n, int&nbsp;base = 10 )</li>
+<li class=fn>TQString &amp; <a href="#setNum-8"><b>setNum</b></a> ( TQ_ULLONG&nbsp;n, int&nbsp;base = 10 )</li>
<li class=fn>TQString &amp; <a href="#setNum-9"><b>setNum</b></a> ( float&nbsp;n, char&nbsp;f = 'g', int&nbsp;prec = 6 )</li>
<li class=fn>TQString &amp; <a href="#setNum-a"><b>setNum</b></a> ( double&nbsp;n, char&nbsp;f = 'g', int&nbsp;prec = 6 )</li>
<li class=fn>void setExpand ( uint&nbsp;index, TQChar&nbsp;c ) &nbsp;<em>(obsolete)</em></li>
@@ -199,8 +199,8 @@ and the classic C '&#92;0'-terminated char array.
<ul>
<li class=fn>TQString <a href="#number"><b>number</b></a> ( long&nbsp;n, int&nbsp;base = 10 )</li>
<li class=fn>TQString <a href="#number-2"><b>number</b></a> ( ulong&nbsp;n, int&nbsp;base = 10 )</li>
-<li class=fn>TQString <a href="#number-3"><b>number</b></a> ( Q_LLONG&nbsp;n, int&nbsp;base = 10 )</li>
-<li class=fn>TQString <a href="#number-4"><b>number</b></a> ( Q_ULLONG&nbsp;n, int&nbsp;base = 10 )</li>
+<li class=fn>TQString <a href="#number-3"><b>number</b></a> ( TQ_LLONG&nbsp;n, int&nbsp;base = 10 )</li>
+<li class=fn>TQString <a href="#number-4"><b>number</b></a> ( TQ_ULLONG&nbsp;n, int&nbsp;base = 10 )</li>
<li class=fn>TQString <a href="#number-5"><b>number</b></a> ( int&nbsp;n, int&nbsp;base = 10 )</li>
<li class=fn>TQString <a href="#number-6"><b>number</b></a> ( uint&nbsp;n, int&nbsp;base = 10 )</li>
<li class=fn>TQString <a href="#number-7"><b>number</b></a> ( double&nbsp;n, char&nbsp;f = 'g', int&nbsp;prec = 6 )</li>
@@ -507,14 +507,14 @@ This is an overloaded member function, provided for convenience. It behaves esse
be between 2 and 36. If <em>base</em> is 10, the '%L' syntax can be used
to produce localized strings.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="arg-4"></a>TQString::arg ( Q_LLONG&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="arg-4"></a>TQString::arg ( TQ_LLONG&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <em>a</em> is expressed in base <em>base</em>, which is 10 by default and must
be between 2 and 36. If <em>base</em> is 10, the '%L' syntax can be used
to produce localized strings.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="arg-5"></a>TQString::arg ( Q_ULLONG&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="arg-5"></a>TQString::arg ( TQ_ULLONG&nbsp;a, int&nbsp;fieldWidth = 0, int&nbsp;base = 10 ) const
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <em>a</em> is expressed in base <em>base</em>, which is 10 by default and must
@@ -1183,12 +1183,12 @@ between 2 and 36. The returned string is in "C" locale.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <p>See also <a href="#setNum">setNum</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="number-3"></a>TQString::number ( Q_LLONG&nbsp;n, int&nbsp;base = 10 )<tt> [static]</tt>
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="number-3"></a>TQString::number ( TQ_LLONG&nbsp;n, int&nbsp;base = 10 )<tt> [static]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <p>See also <a href="#setNum">setNum</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="number-4"></a>TQString::number ( Q_ULLONG&nbsp;n, int&nbsp;base = 10 )<tt> [static]</tt>
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="number-4"></a>TQString::number ( TQ_ULLONG&nbsp;n, int&nbsp;base = 10 )<tt> [static]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <p>See also <a href="#setNum">setNum</a>().
@@ -1780,7 +1780,7 @@ string, and sets the length of the string to <em>newLen</em>. Any new
space allocated contains arbitrary data.
<p> <p>See also <a href="#reserve">reserve</a>() and <a href="#truncate">truncate</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a>&nbsp;&amp; <a name="setNum"></a>TQString::setNum ( Q_LLONG&nbsp;n, int&nbsp;base = 10 )
+<h3 class=fn><a href="ntqstring.html">TQString</a>&nbsp;&amp; <a name="setNum"></a>TQString::setNum ( TQ_LLONG&nbsp;n, int&nbsp;base = 10 )
</h3>
Sets the string to the printed value of <em>n</em> in base <em>base</em> and
returns a reference to the string. The returned string is in "C" locale.
@@ -1833,7 +1833,7 @@ returns a reference to the string.
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p>
-<h3 class=fn><a href="ntqstring.html">TQString</a>&nbsp;&amp; <a name="setNum-8"></a>TQString::setNum ( Q_ULLONG&nbsp;n, int&nbsp;base = 10 )
+<h3 class=fn><a href="ntqstring.html">TQString</a>&nbsp;&amp; <a name="setNum-8"></a>TQString::setNum ( TQ_ULLONG&nbsp;n, int&nbsp;base = 10 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Sets the string to the printed value of <em>n</em> in base <em>base</em> and
@@ -2072,7 +2072,7 @@ FALSE; otherwise <em>*ok</em> is set to TRUE.
localized input, see <a href="#toDouble">toDouble</a>().
<p> <p>See also <a href="#number">number</a>().
-<h3 class=fn>Q_LLONG <a name="toLongLong"></a>TQString::toLongLong ( bool&nbsp;*&nbsp;ok = 0, int&nbsp;base = 10 ) const
+<h3 class=fn>TQ_LLONG <a name="toLongLong"></a>TQString::toLongLong ( bool&nbsp;*&nbsp;ok = 0, int&nbsp;base = 10 ) const
</h3>
Returns the string converted to a <tt>long long</tt> using base <em>base</em>, which is 10 by default and must be between 2 and 36 or 0. If
<em>base</em> is 0, the base is determined automatically using the
@@ -2148,7 +2148,7 @@ FALSE; otherwise <em>*ok</em> is set to TRUE.
localized input, see <a href="#toDouble">toDouble</a>().
<p> <p>See also <a href="#number">number</a>().
-<h3 class=fn>Q_ULLONG <a name="toULongLong"></a>TQString::toULongLong ( bool&nbsp;*&nbsp;ok = 0, int&nbsp;base = 10 ) const
+<h3 class=fn>TQ_ULLONG <a name="toULongLong"></a>TQString::toULongLong ( bool&nbsp;*&nbsp;ok = 0, int&nbsp;base = 10 ) const
</h3>
Returns the string converted to an <tt>unsigned long long</tt> using base <em>base</em>, which is 10 by default and must be between 2 and 36 or 0. If
<em>base</em> is 0, the base is determined automatically using the
diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html
index 8f517bf7..b07fde3e 100644
--- a/doc/html/ntqvariant.html
+++ b/doc/html/ntqvariant.html
@@ -72,8 +72,8 @@ body { background: #ffffff; color: black; }
<li class=fn><a href="#TQVariant-v"><b>TQVariant</b></a> ( const&nbsp;TQMap&lt;TQString,&nbsp;TQVariant&gt;&nbsp;&amp;&nbsp;val )</li>
<li class=fn><a href="#TQVariant-w"><b>TQVariant</b></a> ( int&nbsp;val )</li>
<li class=fn><a href="#TQVariant-x"><b>TQVariant</b></a> ( uint&nbsp;val )</li>
-<li class=fn><a href="#TQVariant-y"><b>TQVariant</b></a> ( Q_LLONG&nbsp;val )</li>
-<li class=fn><a href="#TQVariant-z"><b>TQVariant</b></a> ( Q_ULLONG&nbsp;val )</li>
+<li class=fn><a href="#TQVariant-y"><b>TQVariant</b></a> ( TQ_LLONG&nbsp;val )</li>
+<li class=fn><a href="#TQVariant-z"><b>TQVariant</b></a> ( TQ_ULLONG&nbsp;val )</li>
<li class=fn><a href="#TQVariant-10"><b>TQVariant</b></a> ( bool&nbsp;val, int )</li>
<li class=fn><a href="#TQVariant-11"><b>TQVariant</b></a> ( double&nbsp;val )</li>
<li class=fn><a href="#TQVariant-12"><b>TQVariant</b></a> ( TQSizePolicy&nbsp;val )</li>
@@ -114,8 +114,8 @@ body { background: #ffffff; color: black; }
<li class=fn>const TQPen <a href="#toPen"><b>toPen</b></a> () const</li>
<li class=fn>int <a href="#toInt"><b>toInt</b></a> ( bool&nbsp;*&nbsp;ok = 0 ) const</li>
<li class=fn>uint <a href="#toUInt"><b>toUInt</b></a> ( bool&nbsp;*&nbsp;ok = 0 ) const</li>
-<li class=fn>Q_LLONG <a href="#toLongLong"><b>toLongLong</b></a> ( bool&nbsp;*&nbsp;ok = 0 ) const</li>
-<li class=fn>Q_ULLONG <a href="#toULongLong"><b>toULongLong</b></a> ( bool&nbsp;*&nbsp;ok = 0 ) const</li>
+<li class=fn>TQ_LLONG <a href="#toLongLong"><b>toLongLong</b></a> ( bool&nbsp;*&nbsp;ok = 0 ) const</li>
+<li class=fn>TQ_ULLONG <a href="#toULongLong"><b>toULongLong</b></a> ( bool&nbsp;*&nbsp;ok = 0 ) const</li>
<li class=fn>bool <a href="#toBool"><b>toBool</b></a> () const</li>
<li class=fn>double <a href="#toDouble"><b>toDouble</b></a> ( bool&nbsp;*&nbsp;ok = 0 ) const</li>
<li class=fn>const TQValueList&lt;TQVariant&gt; <a href="#toList"><b>toList</b></a> () const</li>
@@ -155,8 +155,8 @@ body { background: #ffffff; color: black; }
<li class=fn>TQPen &amp; <a href="#asPen"><b>asPen</b></a> ()</li>
<li class=fn>int &amp; <a href="#asInt"><b>asInt</b></a> ()</li>
<li class=fn>uint &amp; <a href="#asUInt"><b>asUInt</b></a> ()</li>
-<li class=fn>Q_LLONG &amp; <a href="#asLongLong"><b>asLongLong</b></a> ()</li>
-<li class=fn>Q_ULLONG &amp; <a href="#asULongLong"><b>asULongLong</b></a> ()</li>
+<li class=fn>TQ_LLONG &amp; <a href="#asLongLong"><b>asLongLong</b></a> ()</li>
+<li class=fn>TQ_ULLONG &amp; <a href="#asULongLong"><b>asULongLong</b></a> ()</li>
<li class=fn>bool &amp; <a href="#asBool"><b>asBool</b></a> ()</li>
<li class=fn>double &amp; <a href="#asDouble"><b>asDouble</b></a> ()</li>
<li class=fn>TQValueList&lt;TQVariant&gt; &amp; <a href="#asList"><b>asList</b></a> ()</li>
@@ -442,11 +442,11 @@ Constructs a new variant with an integer value, <em>val</em>.
</h3>
Constructs a new variant with an unsigned integer value, <em>val</em>.
-<h3 class=fn><a name="TQVariant-y"></a>TQVariant::TQVariant ( Q_LLONG&nbsp;val )
+<h3 class=fn><a name="TQVariant-y"></a>TQVariant::TQVariant ( TQ_LLONG&nbsp;val )
</h3>
Constructs a new variant with a long long integer value, <em>val</em>.
-<h3 class=fn><a name="TQVariant-z"></a>TQVariant::TQVariant ( Q_ULLONG&nbsp;val )
+<h3 class=fn><a name="TQVariant-z"></a>TQVariant::TQVariant ( TQ_ULLONG&nbsp;val )
</h3>
Constructs a new variant with an unsigned long long integer value, <em>val</em>.
@@ -598,7 +598,7 @@ over a copy, e.g.
</pre>
-<h3 class=fn>Q_LLONG &amp; <a name="asLongLong"></a>TQVariant::asLongLong ()
+<h3 class=fn>TQ_LLONG &amp; <a name="asLongLong"></a>TQVariant::asLongLong ()
</h3>
Returns the variant's value as long long reference.
@@ -725,7 +725,7 @@ possible then the variant is set to an invalid time.
</h3>
Returns the variant's value as unsigned int reference.
-<h3 class=fn>Q_ULLONG &amp; <a name="asULongLong"></a>TQVariant::asULongLong ()
+<h3 class=fn>TQ_ULLONG &amp; <a name="asULongLong"></a>TQVariant::asULongLong ()
</h3>
Returns the variant's value as unsigned long long reference.
@@ -989,7 +989,7 @@ over a copy, e.g.
<p> <p>See also <a href="#asList">asList</a>().
-<h3 class=fn>Q_LLONG <a name="toLongLong"></a>TQVariant::toLongLong ( bool&nbsp;*&nbsp;ok = 0 ) const
+<h3 class=fn>TQ_LLONG <a name="toLongLong"></a>TQVariant::toLongLong ( bool&nbsp;*&nbsp;ok = 0 ) const
</h3>
Returns the variant as a long long int if the variant can be cast
to LongLong; otherwise returns 0.
@@ -1109,7 +1109,7 @@ to UInt; otherwise returns 0.
converted to an unsigned int; otherwise <em>*ok</em> is set to FALSE.
<p> <p>See also <a href="#asUInt">asUInt</a>() and <a href="#canCast">canCast</a>().
-<h3 class=fn>Q_ULLONG <a name="toULongLong"></a>TQVariant::toULongLong ( bool&nbsp;*&nbsp;ok = 0 ) const
+<h3 class=fn>TQ_ULLONG <a name="toULongLong"></a>TQVariant::toULongLong ( bool&nbsp;*&nbsp;ok = 0 ) const
</h3>
Returns the variant as as an unsigned long long int if the variant
can be cast to ULongLong; otherwise returns 0.
diff --git a/doc/html/qassistantclient-h.html b/doc/html/qassistantclient-h.html
index a703019c..602bdfe5 100644
--- a/doc/html/qassistantclient-h.html
+++ b/doc/html/qassistantclient-h.html
@@ -107,7 +107,7 @@ private slots:
private:
TQSocket *socket;
TQProcess *proc;
- Q_UINT16 port;
+ TQ_UINT16 port;
TQString host, assistantCommand, pageBuffer;
bool opened;
};
diff --git a/doc/html/qaxbase.html b/doc/html/qaxbase.html
index 85cd20a0..517c32ab 100644
--- a/doc/html/qaxbase.html
+++ b/doc/html/qaxbase.html
@@ -165,9 +165,9 @@ type that is used in the prototype of signals and slots for out-parameters.
<td valign="top">TQDateTime&
<tr bgcolor="#f0f0f0">
<td valign="top">CY
-<td valign="top">Q_LLONG
-<td valign="top">Q_LLONG
-<td valign="top">Q_LLONG&
+<td valign="top">TQ_LLONG
+<td valign="top">TQ_LLONG
+<td valign="top">TQ_LLONG&
<tr bgcolor="#d0d0d0">
<td valign="top">OLE_COLOR
<td valign="top">TQColor
diff --git a/doc/html/qaxserver.html b/doc/html/qaxserver.html
index 5b4e1d02..84d939fe 100644
--- a/doc/html/qaxserver.html
+++ b/doc/html/qaxserver.html
@@ -443,10 +443,10 @@ the TQt data types and the equivalent COM data types.
<td valign="top">double
<td valign="top">double
<tr bgcolor="#f0f0f0">
-<td valign="top">Q_LLONG
+<td valign="top">TQ_LLONG
<td valign="top">CY
<tr bgcolor="#d0d0d0">
-<td valign="top">Q_ULLONG
+<td valign="top">TQ_ULLONG
<td valign="top">CY
<tr bgcolor="#f0f0f0">
<td valign="top">TQColor
diff --git a/doc/html/qbuffer-h.html b/doc/html/qbuffer-h.html
index 4b4e9f6f..fd7a0814 100644
--- a/doc/html/qbuffer-h.html
+++ b/doc/html/qbuffer-h.html
@@ -101,11 +101,11 @@ public:
Offset at() const;
bool at( Offset );
- Q_LONG readBlock( char *p, Q_ULONG );
- Q_LONG writeBlock( const char *p, Q_ULONG );
- Q_LONG writeBlock( const TQByteArray&amp; data )
+ TQ_LONG readBlock( char *p, TQ_ULONG );
+ TQ_LONG writeBlock( const char *p, TQ_ULONG );
+ TQ_LONG writeBlock( const TQByteArray&amp; data )
{ return TQIODevice::writeBlock(data); }
- Q_LONG readLine( char *p, Q_ULONG );
+ TQ_LONG readLine( char *p, TQ_ULONG );
int getch();
int putch( int );
diff --git a/doc/html/qcstring-h.html b/doc/html/qcstring-h.html
index 8d777fb6..c38665f6 100644
--- a/doc/html/qcstring-h.html
+++ b/doc/html/qcstring-h.html
@@ -134,7 +134,7 @@ Q_EXPORT inline int cstrncmp( const char *str1, const char *str2, uint len )
// tqChecksum: Internet checksum
-Q_EXPORT Q_UINT16 tqChecksum( const char *s, uint len );
+Q_EXPORT TQ_UINT16 tqChecksum( const char *s, uint len );
/*****************************************************************************
TQByteArray class
diff --git a/doc/html/qdatastream-h.html b/doc/html/qdatastream-h.html
index 3f3fd641..4043590e 100644
--- a/doc/html/qdatastream-h.html
+++ b/doc/html/qdatastream-h.html
@@ -108,34 +108,34 @@ public:
int version() const;
void setVersion( int );
- TQDataStream &amp;operator&gt;&gt;( Q_INT8 &amp;i );
- TQDataStream &amp;operator&gt;&gt;( Q_UINT8 &amp;i );
- TQDataStream &amp;operator&gt;&gt;( Q_INT16 &amp;i );
- TQDataStream &amp;operator&gt;&gt;( Q_UINT16 &amp;i );
- TQDataStream &amp;operator&gt;&gt;( Q_INT32 &amp;i );
- TQDataStream &amp;operator&gt;&gt;( Q_UINT32 &amp;i );
- TQDataStream &amp;operator&gt;&gt;( Q_INT64 &amp;i );
- TQDataStream &amp;operator&gt;&gt;( Q_UINT64 &amp;i );
+ TQDataStream &amp;operator&gt;&gt;( TQ_INT8 &amp;i );
+ TQDataStream &amp;operator&gt;&gt;( TQ_UINT8 &amp;i );
+ TQDataStream &amp;operator&gt;&gt;( TQ_INT16 &amp;i );
+ TQDataStream &amp;operator&gt;&gt;( TQ_UINT16 &amp;i );
+ TQDataStream &amp;operator&gt;&gt;( TQ_INT32 &amp;i );
+ TQDataStream &amp;operator&gt;&gt;( TQ_UINT32 &amp;i );
+ TQDataStream &amp;operator&gt;&gt;( TQ_INT64 &amp;i );
+ TQDataStream &amp;operator&gt;&gt;( TQ_UINT64 &amp;i );
#if !defined(Q_OS_WIN64)
- TQDataStream &amp;operator&gt;&gt;( Q_LONG &amp;i );
- TQDataStream &amp;operator&gt;&gt;( Q_ULONG &amp;i );
+ TQDataStream &amp;operator&gt;&gt;( TQ_LONG &amp;i );
+ TQDataStream &amp;operator&gt;&gt;( TQ_ULONG &amp;i );
#endif
TQDataStream &amp;operator&gt;&gt;( float &amp;f );
TQDataStream &amp;operator&gt;&gt;( double &amp;f );
TQDataStream &amp;operator&gt;&gt;( char *&amp;str );
- TQDataStream &amp;operator&lt;&lt;( Q_INT8 i );
- TQDataStream &amp;operator&lt;&lt;( Q_UINT8 i );
- TQDataStream &amp;operator&lt;&lt;( Q_INT16 i );
- TQDataStream &amp;operator&lt;&lt;( Q_UINT16 i );
- TQDataStream &amp;operator&lt;&lt;( Q_INT32 i );
- TQDataStream &amp;operator&lt;&lt;( Q_UINT32 i );
- TQDataStream &amp;operator&lt;&lt;( Q_INT64 i );
- TQDataStream &amp;operator&lt;&lt;( Q_UINT64 i );
+ TQDataStream &amp;operator&lt;&lt;( TQ_INT8 i );
+ TQDataStream &amp;operator&lt;&lt;( TQ_UINT8 i );
+ TQDataStream &amp;operator&lt;&lt;( TQ_INT16 i );
+ TQDataStream &amp;operator&lt;&lt;( TQ_UINT16 i );
+ TQDataStream &amp;operator&lt;&lt;( TQ_INT32 i );
+ TQDataStream &amp;operator&lt;&lt;( TQ_UINT32 i );
+ TQDataStream &amp;operator&lt;&lt;( TQ_INT64 i );
+ TQDataStream &amp;operator&lt;&lt;( TQ_UINT64 i );
#if !defined(Q_OS_WIN64)
- TQDataStream &amp;operator&lt;&lt;( Q_LONG i );
- TQDataStream &amp;operator&lt;&lt;( Q_ULONG i );
+ TQDataStream &amp;operator&lt;&lt;( TQ_LONG i );
+ TQDataStream &amp;operator&lt;&lt;( TQ_ULONG i );
#endif
TQDataStream &amp;operator&lt;&lt;( float f );
TQDataStream &amp;operator&lt;&lt;( double f );
@@ -191,38 +191,38 @@ inline int TQDataStream::version() const
inline void TQDataStream::setVersion( int v )
{ ver = v; }
-inline TQDataStream &amp;TQDataStream::operator&gt;&gt;( Q_UINT8 &amp;i )
-{ return *this &gt;&gt; (Q_INT8&amp;)i; }
+inline TQDataStream &amp;TQDataStream::operator&gt;&gt;( TQ_UINT8 &amp;i )
+{ return *this &gt;&gt; (TQ_INT8&amp;)i; }
-inline TQDataStream &amp;TQDataStream::operator&gt;&gt;( Q_UINT16 &amp;i )
-{ return *this &gt;&gt; (Q_INT16&amp;)i; }
+inline TQDataStream &amp;TQDataStream::operator&gt;&gt;( TQ_UINT16 &amp;i )
+{ return *this &gt;&gt; (TQ_INT16&amp;)i; }
-inline TQDataStream &amp;TQDataStream::operator&gt;&gt;( Q_UINT32 &amp;i )
-{ return *this &gt;&gt; (Q_INT32&amp;)i; }
+inline TQDataStream &amp;TQDataStream::operator&gt;&gt;( TQ_UINT32 &amp;i )
+{ return *this &gt;&gt; (TQ_INT32&amp;)i; }
-inline TQDataStream &amp;TQDataStream::operator&gt;&gt;( Q_UINT64 &amp;i )
-{ return *this &gt;&gt; (Q_INT64&amp;)i; }
+inline TQDataStream &amp;TQDataStream::operator&gt;&gt;( TQ_UINT64 &amp;i )
+{ return *this &gt;&gt; (TQ_INT64&amp;)i; }
#if !defined(Q_OS_WIN64)
-inline TQDataStream &amp;TQDataStream::operator&gt;&gt;( Q_ULONG &amp;i )
-{ return *this &gt;&gt; (Q_LONG&amp;)i; }
+inline TQDataStream &amp;TQDataStream::operator&gt;&gt;( TQ_ULONG &amp;i )
+{ return *this &gt;&gt; (TQ_LONG&amp;)i; }
#endif
-inline TQDataStream &amp;TQDataStream::operator&lt;&lt;( Q_UINT8 i )
-{ return *this &lt;&lt; (Q_INT8)i; }
+inline TQDataStream &amp;TQDataStream::operator&lt;&lt;( TQ_UINT8 i )
+{ return *this &lt;&lt; (TQ_INT8)i; }
-inline TQDataStream &amp;TQDataStream::operator&lt;&lt;( Q_UINT16 i )
-{ return *this &lt;&lt; (Q_INT16)i; }
+inline TQDataStream &amp;TQDataStream::operator&lt;&lt;( TQ_UINT16 i )
+{ return *this &lt;&lt; (TQ_INT16)i; }
-inline TQDataStream &amp;TQDataStream::operator&lt;&lt;( Q_UINT32 i )
-{ return *this &lt;&lt; (Q_INT32)i; }
+inline TQDataStream &amp;TQDataStream::operator&lt;&lt;( TQ_UINT32 i )
+{ return *this &lt;&lt; (TQ_INT32)i; }
-inline TQDataStream &amp;TQDataStream::operator&lt;&lt;( Q_UINT64 i )
-{ return *this &lt;&lt; (Q_INT64)i; }
+inline TQDataStream &amp;TQDataStream::operator&lt;&lt;( TQ_UINT64 i )
+{ return *this &lt;&lt; (TQ_INT64)i; }
#if !defined(Q_OS_WIN64)
-inline TQDataStream &amp;TQDataStream::operator&lt;&lt;( Q_ULONG i )
-{ return *this &lt;&lt; (Q_LONG)i; }
+inline TQDataStream &amp;TQDataStream::operator&lt;&lt;( TQ_ULONG i )
+{ return *this &lt;&lt; (TQ_LONG)i; }
#endif
#endif // QT_NO_DATASTREAM
diff --git a/doc/html/qdns-h.html b/doc/html/qdns-h.html
index 9df9446b..4110a238 100644
--- a/doc/html/qdns-h.html
+++ b/doc/html/qdns-h.html
@@ -129,22 +129,22 @@ public:
class TQM_EXPORT_DNS MailServer {
public:
- MailServer( const TQString &amp; n=TQString::null, Q_UINT16 p=0 )
+ MailServer( const TQString &amp; n=TQString::null, TQ_UINT16 p=0 )
:name(n), priority(p) {}
TQString name;
- Q_UINT16 priority;
+ TQ_UINT16 priority;
Q_DUMMY_COMPARISON_OPERATOR(MailServer)
};
TQValueList&lt;MailServer&gt; mailServers() const;
class TQM_EXPORT_DNS Server {
public:
- Server(const TQString &amp; n=TQString::null, Q_UINT16 p=0, Q_UINT16 w=0, Q_UINT16 po=0 )
+ Server(const TQString &amp; n=TQString::null, TQ_UINT16 p=0, TQ_UINT16 w=0, TQ_UINT16 po=0 )
: name(n), priority(p), weight(w), port(po) {}
TQString name;
- Q_UINT16 priority;
- Q_UINT16 weight;
- Q_UINT16 port;
+ TQ_UINT16 priority;
+ TQ_UINT16 weight;
+ TQ_UINT16 port;
Q_DUMMY_COMPARISON_OPERATOR(Server)
};
TQValueList&lt;Server&gt; servers() const;
diff --git a/doc/html/qfile-h.html b/doc/html/qfile-h.html
index 5a45c947..763c4c5e 100644
--- a/doc/html/qfile-h.html
+++ b/doc/html/qfile-h.html
@@ -120,12 +120,12 @@ public:
bool at( Offset );
bool atEnd() const;
- Q_LONG readBlock( char *data, Q_ULONG len );
- Q_LONG writeBlock( const char *data, Q_ULONG len );
- Q_LONG writeBlock( const TQByteArray&amp; data )
+ TQ_LONG readBlock( char *data, TQ_ULONG len );
+ TQ_LONG writeBlock( const char *data, TQ_ULONG len );
+ TQ_LONG writeBlock( const TQByteArray&amp; data )
{ return TQIODevice::writeBlock(data); }
- Q_LONG readLine( char *data, Q_ULONG maxlen );
- Q_LONG readLine( TQString &amp;, Q_ULONG maxlen );
+ TQ_LONG readLine( char *data, TQ_ULONG maxlen );
+ TQ_LONG readLine( TQString &amp;, TQ_ULONG maxlen );
int getch();
int putch( int );
diff --git a/doc/html/qfontmanager_qws-h.html b/doc/html/qfontmanager_qws-h.html
index 8c8da752..1ea95d14 100644
--- a/doc/html/qfontmanager_qws-h.html
+++ b/doc/html/qfontmanager_qws-h.html
@@ -91,16 +91,16 @@ class TQFontDef;
class TQ_PACKED TQGlyphMetrics {
public:
- Q_UINT8 linestep;
- Q_UINT8 width;
- Q_UINT8 height;
- Q_UINT8 flags;
+ TQ_UINT8 linestep;
+ TQ_UINT8 width;
+ TQ_UINT8 height;
+ TQ_UINT8 flags;
- Q_INT8 bearingx; // Difference from pen position to glyph's left bbox
- Q_UINT8 advance; // Difference between pen positions
- Q_INT8 bearingy; // Used for putting characters on baseline
+ TQ_INT8 bearingx; // Difference from pen position to glyph's left bbox
+ TQ_UINT8 advance; // Difference between pen positions
+ TQ_INT8 bearingy; // Used for putting characters on baseline
- Q_INT8 reserved; // Do not use
+ TQ_INT8 reserved; // Do not use
// Flags:
// RendererOwnsData - the renderer is responsible for glyph data
diff --git a/doc/html/qftp-h.html b/doc/html/qftp-h.html
index d38aeb58..21d9a29b 100644
--- a/doc/html/qftp-h.html
+++ b/doc/html/qftp-h.html
@@ -138,7 +138,7 @@ public:
RawCommand
};
- int connectToHost( const TQString &amp;host, Q_UINT16 port=21 );
+ int connectToHost( const TQString &amp;host, TQ_UINT16 port=21 );
int login( const TQString &amp;user=TQString::null, const TQString &amp;password=TQString::null );
int close();
int list( const TQString &amp;dir=TQString::null );
@@ -153,8 +153,8 @@ public:
int rawCommand( const TQString &amp;command );
- Q_ULONG bytesAvailable() const;
- Q_LONG readBlock( char *data, Q_ULONG maxlen );
+ TQ_ULONG bytesAvailable() const;
+ TQ_LONG readBlock( char *data, TQ_ULONG maxlen );
TQByteArray readAll();
int currentId() const;
diff --git a/doc/html/qgl-h.html b/doc/html/qgl-h.html
index 048af28b..3309d1f1 100644
--- a/doc/html/qgl-h.html
+++ b/doc/html/qgl-h.html
@@ -271,7 +271,7 @@ protected:
void* vi;
void* cx;
#if defined(Q_WS_X11)
- Q_UINT32 gpm;
+ TQ_UINT32 gpm;
#endif
#endif
TQGLFormat glFormat;
diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html
index 14ea0fe5..9f399867 100644
--- a/doc/html/qglobal-h.html
+++ b/doc/html/qglobal-h.html
@@ -744,40 +744,40 @@ typedef int INT32; // 32 bit signed
typedef unsigned int UINT32; // 32 bit unsigned
#endif
-typedef signed char Q_INT8; // 8 bit signed
-typedef unsigned char Q_UINT8; // 8 bit unsigned
-typedef short Q_INT16; // 16 bit signed
-typedef unsigned short Q_UINT16; // 16 bit unsigned
-typedef int Q_INT32; // 32 bit signed
-typedef unsigned int Q_UINT32; // 32 bit unsigned
+typedef signed char TQ_INT8; // 8 bit signed
+typedef unsigned char TQ_UINT8; // 8 bit unsigned
+typedef short TQ_INT16; // 16 bit signed
+typedef unsigned short TQ_UINT16; // 16 bit unsigned
+typedef int TQ_INT32; // 32 bit signed
+typedef unsigned int TQ_UINT32; // 32 bit unsigned
#if defined(Q_OS_WIN64)
-typedef __int64 Q_LONG; // word up to 64 bit signed
-typedef unsigned __int64 Q_ULONG; // word up to 64 bit unsigned
+typedef __int64 TQ_LONG; // word up to 64 bit signed
+typedef unsigned __int64 TQ_ULONG; // word up to 64 bit unsigned
#else
-typedef long Q_LONG; // word up to 64 bit signed
-typedef unsigned long Q_ULONG; // word up to 64 bit unsigned
+typedef long TQ_LONG; // word up to 64 bit signed
+typedef unsigned long TQ_ULONG; // word up to 64 bit unsigned
#endif
#if defined(Q_OS_WIN) &amp;&amp; !defined(Q_CC_GNU)
# define TQ_INT64_C(c) c ## i64 // signed 64 bit constant
# define TQ_UINT64_C(c) c ## ui64 // unsigned 64 bit constant
-typedef __int64 Q_INT64; // 64 bit signed
-typedef unsigned __int64 Q_UINT64; // 64 bit unsigned
+typedef __int64 TQ_INT64; // 64 bit signed
+typedef unsigned __int64 TQ_UINT64; // 64 bit unsigned
#else
# define TQ_INT64_C(c) c ## LL // signed 64 bit constant
# define TQ_UINT64_C(c) c ## ULL // unsigned 64 bit constant
-typedef long long Q_INT64; // 64 bit signed
-typedef unsigned long long Q_UINT64; // 64 bit unsigned
+typedef long long TQ_INT64; // 64 bit signed
+typedef unsigned long long TQ_UINT64; // 64 bit unsigned
#endif
-typedef Q_INT64 Q_LLONG; // signed long long
-typedef Q_UINT64 Q_ULLONG; // unsigned long long
+typedef TQ_INT64 TQ_LLONG; // signed long long
+typedef TQ_UINT64 TQ_ULLONG; // unsigned long long
#if defined(Q_OS_MACX) &amp;&amp; !defined(QT_LARGEFILE_SUPPORT)
# define QT_LARGEFILE_SUPPORT 64
#endif
#if defined(QT_LARGEFILE_SUPPORT)
- typedef Q_ULLONG TQtOffset;
+ typedef TQ_ULLONG TQtOffset;
#else
- typedef Q_ULONG TQtOffset;
+ typedef TQ_ULONG TQtOffset;
#endif
diff --git a/doc/html/qhostaddress-h.html b/doc/html/qhostaddress-h.html
index f5fa62dc..e5b8c31e 100644
--- a/doc/html/qhostaddress-h.html
+++ b/doc/html/qhostaddress-h.html
@@ -91,15 +91,15 @@ body { background: #ffffff; color: black; }
class TQHostAddressPrivate;
typedef struct {
- Q_UINT8 c[16];
+ TQ_UINT8 c[16];
} Q_IPV6ADDR;
class TQM_EXPORT_NETWORK TQHostAddress
{
public:
TQHostAddress();
- TQHostAddress( Q_UINT32 ip4Addr );
- TQHostAddress( Q_UINT8 *ip6Addr );
+ TQHostAddress( TQ_UINT32 ip4Addr );
+ TQHostAddress( TQ_UINT8 *ip6Addr );
TQHostAddress(const Q_IPV6ADDR &amp;ip6Addr);
#ifndef QT_NO_STRINGLIST
TQHostAddress(const TQString &amp;address);
@@ -109,16 +109,16 @@ public:
TQHostAddress &amp; operator=( const TQHostAddress &amp; );
- void setAddress( Q_UINT32 ip4Addr );
- void setAddress( Q_UINT8 *ip6Addr );
+ void setAddress( TQ_UINT32 ip4Addr );
+ void setAddress( TQ_UINT8 *ip6Addr );
#ifndef QT_NO_STRINGLIST
bool setAddress( const TQString&amp; address );
#endif
bool isIp4Addr() const; // obsolete
- Q_UINT32 ip4Addr() const; // obsolete
+ TQ_UINT32 ip4Addr() const; // obsolete
bool isIPv4Address() const;
- Q_UINT32 toIPv4Address() const;
+ TQ_UINT32 toIPv4Address() const;
bool isIPv6Address() const;
Q_IPV6ADDR toIPv6Address() const;
diff --git a/doc/html/qhttp-h.html b/doc/html/qhttp-h.html
index e05fe103..62acd87b 100644
--- a/doc/html/qhttp-h.html
+++ b/doc/html/qhttp-h.html
@@ -209,7 +209,7 @@ class TQM_EXPORT_HTTP TQHttp : public TQNetworkProtocol
public:
TQHttp();
TQHttp( TQObject* parent, const char* name = 0 ); // ### TQt 4.0: make parent=0 and get rid of the TQHttp() constructor
- TQHttp( const TQString &amp;hostname, Q_UINT16 port=80, TQObject* parent=0, const char* name = 0 );
+ TQHttp( const TQString &amp;hostname, TQ_UINT16 port=80, TQObject* parent=0, const char* name = 0 );
virtual ~TQHttp();
int supportedOperations() const;
@@ -226,7 +226,7 @@ public:
Aborted
};
- int setHost(const TQString &amp;hostname, Q_UINT16 port=80 );
+ int setHost(const TQString &amp;hostname, TQ_UINT16 port=80 );
int get( const TQString&amp; path, TQIODevice* to=0 );
int post( const TQString&amp; path, TQIODevice* data, TQIODevice* to=0 );
@@ -237,8 +237,8 @@ public:
int closeConnection();
- Q_ULONG bytesAvailable() const;
- Q_LONG readBlock( char *data, Q_ULONG maxlen );
+ TQ_ULONG bytesAvailable() const;
+ TQ_LONG readBlock( char *data, TQ_ULONG maxlen );
TQByteArray readAll();
int currentId() const;
diff --git a/doc/html/qiodevice-h.html b/doc/html/qiodevice-h.html
index dfe36a22..4cad06b6 100644
--- a/doc/html/qiodevice-h.html
+++ b/doc/html/qiodevice-h.html
@@ -128,9 +128,9 @@ class Q_EXPORT TQIODevice
{
public:
#if defined(QT_ABI_QT4)
- typedef Q_LLONG Offset;
+ typedef TQ_LLONG Offset;
#else
- typedef Q_ULONG Offset;
+ typedef TQ_ULONG Offset;
#endif
TQIODevice();
@@ -167,10 +167,10 @@ public:
virtual bool atEnd() const;
bool reset() { return at(0); }
- virtual Q_LONG readBlock( char *data, Q_ULONG maxlen ) = 0;
- virtual Q_LONG writeBlock( const char *data, Q_ULONG len ) = 0;
- virtual Q_LONG readLine( char *data, Q_ULONG maxlen );
- Q_LONG writeBlock( const TQByteArray&amp; data );
+ virtual TQ_LONG readBlock( char *data, TQ_ULONG maxlen ) = 0;
+ virtual TQ_LONG writeBlock( const char *data, TQ_ULONG len ) = 0;
+ virtual TQ_LONG readLine( char *data, TQ_ULONG maxlen );
+ TQ_LONG writeBlock( const TQByteArray&amp; data );
virtual TQByteArray readAll();
virtual int getch() = 0;
diff --git a/doc/html/qlocale-h.html b/doc/html/qlocale-h.html
index 8d36eff6..1df5e3a2 100644
--- a/doc/html/qlocale-h.html
+++ b/doc/html/qlocale-h.html
@@ -488,29 +488,29 @@ public:
ushort toUShort(const TQString &amp;s, bool *ok = 0) const;
int toInt(const TQString &amp;s, bool *ok = 0) const;
uint toUInt(const TQString &amp;s, bool *ok = 0) const;
- Q_LONG toLong(const TQString &amp;s, bool *ok = 0) const;
- Q_ULONG toULong(const TQString &amp;s, bool *ok = 0) const;
- Q_LLONG toLongLong(const TQString &amp;s, bool *ok = 0) const;
- Q_ULLONG toULongLong(const TQString &amp;s, bool *ok = 0) const;
+ TQ_LONG toLong(const TQString &amp;s, bool *ok = 0) const;
+ TQ_ULONG toULong(const TQString &amp;s, bool *ok = 0) const;
+ TQ_LLONG toLongLong(const TQString &amp;s, bool *ok = 0) const;
+ TQ_ULLONG toULongLong(const TQString &amp;s, bool *ok = 0) const;
float toFloat(const TQString &amp;s, bool *ok = 0) const;
double toDouble(const TQString &amp;s, bool *ok = 0) const;
TQString toString(short i) const
- { return toString((Q_LLONG)i); }
+ { return toString((TQ_LLONG)i); }
TQString toString(ushort i) const
- { return toString((Q_ULLONG)i); }
+ { return toString((TQ_ULLONG)i); }
TQString toString(int i) const
- { return toString((Q_LLONG)i); }
+ { return toString((TQ_LLONG)i); }
TQString toString(uint i) const
- { return toString((Q_ULLONG)i); }
+ { return toString((TQ_ULLONG)i); }
#if !defined(Q_OS_WIN64)
- TQString toString(Q_LONG i) const
- { return toString((Q_LLONG)i); }
- TQString toString(Q_ULONG i) const
- { return toString((Q_ULLONG)i); }
+ TQString toString(TQ_LONG i) const
+ { return toString((TQ_LLONG)i); }
+ TQString toString(TQ_ULONG i) const
+ { return toString((TQ_ULLONG)i); }
#endif
- TQString toString(Q_LLONG i) const;
- TQString toString(Q_ULLONG i) const;
+ TQString toString(TQ_LLONG i) const;
+ TQString toString(TQ_ULLONG i) const;
TQString toString(float i, char f = 'g', int prec = 6) const
{ return toString((double) i, f, prec); }
TQString toString(double i, char f = 'g', int prec = 6) const;
diff --git a/doc/html/qmap-h.html b/doc/html/qmap-h.html
index d6e5319a..aa67795e 100644
--- a/doc/html/qmap-h.html
+++ b/doc/html/qmap-h.html
@@ -884,9 +884,9 @@ Q_INLINE_TEMPLATES void TQMap&lt;Key,T&gt;::detachInternal()
template&lt;class Key, class T&gt;
Q_INLINE_TEMPLATES TQDataStream&amp; operator&gt;&gt;( TQDataStream&amp; s, TQMap&lt;Key,T&gt;&amp; m ) {
m.clear();
- Q_UINT32 c;
+ TQ_UINT32 c;
s &gt;&gt; c;
- for( Q_UINT32 i = 0; i &lt; c; ++i ) {
+ for( TQ_UINT32 i = 0; i &lt; c; ++i ) {
Key k; T t;
s &gt;&gt; k &gt;&gt; t;
m.insert( k, t );
@@ -899,7 +899,7 @@ Q_INLINE_TEMPLATES TQDataStream&amp; operator&gt;&gt;( TQDataStream&amp; s, TQMa
template&lt;class Key, class T&gt;
Q_INLINE_TEMPLATES TQDataStream&amp; operator&lt;&lt;( TQDataStream&amp; s, const TQMap&lt;Key,T&gt;&amp; m ) {
- s &lt;&lt; (Q_UINT32)m.size();
+ s &lt;&lt; (TQ_UINT32)m.size();
TQMapConstIterator&lt;Key,T&gt; it = m.begin();
for( ; it != m.end(); ++it )
s &lt;&lt; it.key() &lt;&lt; it.data();
diff --git a/doc/html/qpen-h.html b/doc/html/qpen-h.html
index 9081d708..534c7bcd 100644
--- a/doc/html/qpen-h.html
+++ b/doc/html/qpen-h.html
@@ -122,7 +122,7 @@ private:
PenStyle style;
uint width;
TQColor color;
- Q_UINT16 linest;
+ TQ_UINT16 linest;
} *data;
};
diff --git a/doc/html/qprocess-h.html b/doc/html/qprocess-h.html
index d95cfd31..a49803ef 100644
--- a/doc/html/qprocess-h.html
+++ b/doc/html/qprocess-h.html
@@ -135,7 +135,7 @@ public:
#if defined(Q_OS_WIN32)
typedef void* PID;
#else
- typedef Q_LONG PID;
+ typedef TQ_LONG PID;
#endif
PID processIdentifier();
diff --git a/doc/html/qserversocket-h.html b/doc/html/qserversocket-h.html
index 0d676013..0d02f322 100644
--- a/doc/html/qserversocket-h.html
+++ b/doc/html/qserversocket-h.html
@@ -97,16 +97,16 @@ class TQM_EXPORT_NETWORK TQServerSocket : public TQObject
{
TQ_OBJECT
public:
- TQServerSocket( Q_UINT16 port, int backlog = 1,
+ TQServerSocket( TQ_UINT16 port, int backlog = 1,
TQObject *parent=0, const char *name=0 );
- TQServerSocket( const TQHostAddress &amp; address, Q_UINT16 port, int backlog = 1,
+ TQServerSocket( const TQHostAddress &amp; address, TQ_UINT16 port, int backlog = 1,
TQObject *parent=0, const char *name=0 );
TQServerSocket( TQObject *parent=0, const char *name=0 );
virtual ~TQServerSocket();
bool ok() const;
- Q_UINT16 port() const ;
+ TQ_UINT16 port() const ;
int socket() const ;
virtual void setSocket( int socket );
@@ -123,7 +123,7 @@ private slots:
private:
TQServerSocketPrivate *d;
- void init( const TQHostAddress &amp; address, Q_UINT16 port, int backlog );
+ void init( const TQHostAddress &amp; address, TQ_UINT16 port, int backlog );
};
#endif // QT_NO_NETWORK
diff --git a/doc/html/qsizepolicy-h.html b/doc/html/qsizepolicy-h.html
index 6298cde4..363df216 100644
--- a/doc/html/qsizepolicy-h.html
+++ b/doc/html/qsizepolicy-h.html
@@ -109,7 +109,7 @@ public:
TQSizePolicy() : data( 0 ) { }
TQSizePolicy( SizeType hor, SizeType ver, bool hfw = FALSE )
- : data( hor | (ver&lt;&lt;HSize) | (hfw ? (Q_UINT32)(1&lt;&lt;2*HSize) : 0) ) { }
+ : data( hor | (ver&lt;&lt;HSize) | (hfw ? (TQ_UINT32)(1&lt;&lt;2*HSize) : 0) ) { }
TQSizePolicy( SizeType hor, SizeType ver, uchar hors, uchar vers, bool hfw = FALSE );
SizeType horData() const { return (SizeType)( data &amp; HMask ); }
@@ -126,12 +126,12 @@ public:
(int)(horData() &amp; ExpMask ? Horizontally : 0) );
}
- void setHorData( SizeType d ) { data = (Q_UINT32)(data &amp; ~HMask) | d; }
- void setVerData( SizeType d ) { data = (Q_UINT32)(data &amp; ~(HMask &lt;&lt; HSize)) |
+ void setHorData( SizeType d ) { data = (TQ_UINT32)(data &amp; ~HMask) | d; }
+ void setVerData( SizeType d ) { data = (TQ_UINT32)(data &amp; ~(HMask &lt;&lt; HSize)) |
(d &lt;&lt; HSize); }
- void setHeightForWidth( bool b ) { data = b ? (Q_UINT32)( data | ( 1 &lt;&lt; 2*HSize ) )
- : (Q_UINT32)( data &amp; ~( 1 &lt;&lt; 2*HSize ) ); }
+ void setHeightForWidth( bool b ) { data = b ? (TQ_UINT32)( data | ( 1 &lt;&lt; 2*HSize ) )
+ : (TQ_UINT32)( data &amp; ~( 1 &lt;&lt; 2*HSize ) ); }
bool hasHeightForWidth() const { return data &amp; ( 1 &lt;&lt; 2*HSize ); }
bool operator==( const TQSizePolicy&amp; s ) const { return data == s.data; }
@@ -145,13 +145,13 @@ public:
inline void transpose();
private:
- TQSizePolicy( int i ) : data( (Q_UINT32)i ) { }
+ TQSizePolicy( int i ) : data( (TQ_UINT32)i ) { }
- Q_UINT32 data;
+ TQ_UINT32 data;
};
inline TQSizePolicy::TQSizePolicy( SizeType hor, SizeType ver, uchar hors, uchar vers, bool hfw )
- : data( hor | (ver&lt;&lt;HSize) | (hfw ? (Q_UINT32)(1&lt;&lt;2*HSize) : 0) ) {
+ : data( hor | (ver&lt;&lt;HSize) | (hfw ? (TQ_UINT32)(1&lt;&lt;2*HSize) : 0) ) {
setHorStretch( hors );
setVerStretch( vers );
}
diff --git a/doc/html/qsocket-h.html b/doc/html/qsocket-h.html
index 63d83726..8c38e4b3 100644
--- a/doc/html/qsocket-h.html
+++ b/doc/html/qsocket-h.html
@@ -119,7 +119,7 @@ public:
virtual void setSocketDevice( TQSocketDevice * );
#ifndef QT_NO_DNS
- virtual void connectToHost( const TQString &amp;host, Q_UINT16 port );
+ virtual void connectToHost( const TQString &amp;host, TQ_UINT16 port );
#endif
TQString peerName() const;
@@ -132,15 +132,15 @@ public:
bool at( Offset );
bool atEnd() const;
- Q_ULONG bytesAvailable() const; // ### TQIODevice::Offset instead?
- Q_ULONG waitForMore( int msecs, bool *timeout ) const;
- Q_ULONG waitForMore( int msecs ) const; // ### TQt 4.0: merge the two overloads
- Q_ULONG bytesToWrite() const;
+ TQ_ULONG bytesAvailable() const; // ### TQIODevice::Offset instead?
+ TQ_ULONG waitForMore( int msecs, bool *timeout ) const;
+ TQ_ULONG waitForMore( int msecs ) const; // ### TQt 4.0: merge the two overloads
+ TQ_ULONG bytesToWrite() const;
void clearPendingData();
- Q_LONG readBlock( char *data, Q_ULONG maxlen );
- Q_LONG writeBlock( const char *data, Q_ULONG len );
- Q_LONG readLine( char *data, Q_ULONG maxlen );
+ TQ_LONG readBlock( char *data, TQ_ULONG maxlen );
+ TQ_LONG writeBlock( const char *data, TQ_ULONG len );
+ TQ_LONG readLine( char *data, TQ_ULONG maxlen );
int getch();
int putch( int );
@@ -149,13 +149,13 @@ public:
bool canReadLine() const;
virtual TQString readLine();
- Q_UINT16 port() const;
- Q_UINT16 peerPort() const;
+ TQ_UINT16 port() const;
+ TQ_UINT16 peerPort() const;
TQHostAddress address() const;
TQHostAddress peerAddress() const;
- void setReadBufferSize( Q_ULONG );
- Q_ULONG readBufferSize() const;
+ void setReadBufferSize( TQ_ULONG );
+ TQ_ULONG readBufferSize() const;
signals:
void hostFound();
@@ -177,7 +177,7 @@ private slots:
private:
TQSocketPrivate *d;
- bool consumeWriteBuf( Q_ULONG nbytes );
+ bool consumeWriteBuf( TQ_ULONG nbytes );
void tryConnection();
void setSocketIntern( int socket );
diff --git a/doc/html/qsocketdevice-h.html b/doc/html/qsocketdevice-h.html
index 9af059ab..ec25468a 100644
--- a/doc/html/qsocketdevice-h.html
+++ b/doc/html/qsocketdevice-h.html
@@ -131,25 +131,25 @@ public:
int sendBufferSize() const;
virtual void setSendBufferSize( uint );
- virtual bool connect( const TQHostAddress &amp;, Q_UINT16 );
+ virtual bool connect( const TQHostAddress &amp;, TQ_UINT16 );
- virtual bool bind( const TQHostAddress &amp;, Q_UINT16 );
+ virtual bool bind( const TQHostAddress &amp;, TQ_UINT16 );
virtual bool listen( int backlog );
virtual int accept();
- Q_LONG bytesAvailable() const;
- Q_LONG waitForMore( int msecs, bool *timeout=0 ) const;
- Q_LONG readBlock( char *data, Q_ULONG maxlen );
- Q_LONG writeBlock( const char *data, Q_ULONG len );
- virtual Q_LONG writeBlock( const char *data, Q_ULONG len,
- const TQHostAddress &amp; host, Q_UINT16 port );
+ TQ_LONG bytesAvailable() const;
+ TQ_LONG waitForMore( int msecs, bool *timeout=0 ) const;
+ TQ_LONG readBlock( char *data, TQ_ULONG maxlen );
+ TQ_LONG writeBlock( const char *data, TQ_ULONG len );
+ virtual TQ_LONG writeBlock( const char *data, TQ_ULONG len,
+ const TQHostAddress &amp; host, TQ_UINT16 port );
int getch();
int putch( int );
int ungetch(int);
- Q_UINT16 port() const;
- Q_UINT16 peerPort() const;
+ TQ_UINT16 port() const;
+ TQ_UINT16 peerPort() const;
TQHostAddress address() const;
TQHostAddress peerAddress() const;
@@ -174,9 +174,9 @@ protected:
private:
int fd;
Type t;
- Q_UINT16 p;
+ TQ_UINT16 p;
TQHostAddress a;
- Q_UINT16 pp;
+ TQ_UINT16 pp;
TQHostAddress pa;
TQSocketDevice::Error e;
TQSocketDevicePrivate * d;
diff --git a/doc/html/qstring-h.html b/doc/html/qstring-h.html
index dfa12ef0..2776b250 100644
--- a/doc/html/qstring-h.html
+++ b/doc/html/qstring-h.html
@@ -471,8 +471,8 @@ public:
TQString arg( long a, int fieldWidth = 0, int base = 10 ) const;
TQString arg( ulong a, int fieldWidth = 0, int base = 10 ) const;
- TQString arg( Q_LLONG a, int fieldwidth=0, int base=10 ) const;
- TQString arg( Q_ULLONG a, int fieldwidth=0, int base=10 ) const;
+ TQString arg( TQ_LLONG a, int fieldwidth=0, int base=10 ) const;
+ TQString arg( TQ_ULLONG a, int fieldwidth=0, int base=10 ) const;
TQString arg( int a, int fieldWidth = 0, int base = 10 ) const;
TQString arg( uint a, int fieldWidth = 0, int base = 10 ) const;
TQString arg( short a, int fieldWidth = 0, int base = 10 ) const;
@@ -636,8 +636,8 @@ public:
uint toUInt( bool *ok=0, int base=10 ) const;
long toLong( bool *ok=0, int base=10 ) const;
ulong toULong( bool *ok=0, int base=10 ) const;
- Q_LLONG toLongLong( bool *ok=0, int base=10 ) const;
- Q_ULLONG toULongLong( bool *ok=0, int base=10 ) const;
+ TQ_LLONG toLongLong( bool *ok=0, int base=10 ) const;
+ TQ_ULLONG toULongLong( bool *ok=0, int base=10 ) const;
float toFloat( bool *ok=0 ) const;
double toDouble( bool *ok=0 ) const;
@@ -647,15 +647,15 @@ public:
TQString &amp;setNum( uint, int base=10 );
TQString &amp;setNum( long, int base=10 );
TQString &amp;setNum( ulong, int base=10 );
- TQString &amp;setNum( Q_LLONG, int base=10 );
- TQString &amp;setNum( Q_ULLONG, int base=10 );
+ TQString &amp;setNum( TQ_LLONG, int base=10 );
+ TQString &amp;setNum( TQ_ULLONG, int base=10 );
TQString &amp;setNum( float, char f='g', int prec=6 );
TQString &amp;setNum( double, char f='g', int prec=6 );
static TQString number( long, int base=10 );
static TQString number( ulong, int base=10);
- static TQString number( Q_LLONG, int base=10 );
- static TQString number( Q_ULLONG, int base=10);
+ static TQString number( TQ_LLONG, int base=10 );
+ static TQString number( TQ_ULLONG, int base=10);
static TQString number( int, int base=10 );
static TQString number( uint, int base=10);
static TQString number( double, char f='g', int prec=6 );
@@ -991,31 +991,31 @@ inline TQString &amp;TQString::prepend( const std::string&amp; s )
#endif
inline TQString &amp;TQString::setNum( short n, int base )
-{ return setNum((Q_LLONG)n, base); }
+{ return setNum((TQ_LLONG)n, base); }
inline TQString &amp;TQString::setNum( ushort n, int base )
-{ return setNum((Q_ULLONG)n, base); }
+{ return setNum((TQ_ULLONG)n, base); }
inline TQString &amp;TQString::setNum( int n, int base )
-{ return setNum((Q_LLONG)n, base); }
+{ return setNum((TQ_LLONG)n, base); }
inline TQString &amp;TQString::setNum( uint n, int base )
-{ return setNum((Q_ULLONG)n, base); }
+{ return setNum((TQ_ULLONG)n, base); }
inline TQString &amp;TQString::setNum( float n, char f, int prec )
{ return setNum((double)n,f,prec); }
inline TQString TQString::arg( int a, int fieldWidth, int base ) const
-{ return arg( (Q_LLONG)a, fieldWidth, base ); }
+{ return arg( (TQ_LLONG)a, fieldWidth, base ); }
inline TQString TQString::arg( uint a, int fieldWidth, int base ) const
-{ return arg( (Q_ULLONG)a, fieldWidth, base ); }
+{ return arg( (TQ_ULLONG)a, fieldWidth, base ); }
inline TQString TQString::arg( short a, int fieldWidth, int base ) const
-{ return arg( (Q_LLONG)a, fieldWidth, base ); }
+{ return arg( (TQ_LLONG)a, fieldWidth, base ); }
inline TQString TQString::arg( ushort a, int fieldWidth, int base ) const
-{ return arg( (Q_ULLONG)a, fieldWidth, base ); }
+{ return arg( (TQ_ULLONG)a, fieldWidth, base ); }
inline TQString TQString::arg( const TQString&amp; a1, const TQString&amp; a2 ) const {
return multiArg( 2, a1, a2 );
diff --git a/doc/html/qvaluelist-h.html b/doc/html/qvaluelist-h.html
index c88d0ca6..82bdca0d 100644
--- a/doc/html/qvaluelist-h.html
+++ b/doc/html/qvaluelist-h.html
@@ -675,9 +675,9 @@ template &lt;class T&gt;
Q_INLINE_TEMPLATES TQDataStream&amp; operator&gt;&gt;( TQDataStream&amp; s, TQValueList&lt;T&gt;&amp; l )
{
l.clear();
- Q_UINT32 c;
+ TQ_UINT32 c;
s &gt;&gt; c;
- for( Q_UINT32 i = 0; i &lt; c; ++i )
+ for( TQ_UINT32 i = 0; i &lt; c; ++i )
{
T t;
s &gt;&gt; t;
@@ -691,7 +691,7 @@ Q_INLINE_TEMPLATES TQDataStream&amp; operator&gt;&gt;( TQDataStream&amp; s, TQVa
template &lt;class T&gt;
Q_INLINE_TEMPLATES TQDataStream&amp; operator&lt;&lt;( TQDataStream&amp; s, const TQValueList&lt;T&gt;&amp; l )
{
- s &lt;&lt; (Q_UINT32)l.size();
+ s &lt;&lt; (TQ_UINT32)l.size();
TQValueListConstIterator&lt;T&gt; it = l.begin();
for( ; it != l.end(); ++it )
s &lt;&lt; *it;
diff --git a/doc/html/qvaluevector-h.html b/doc/html/qvaluevector-h.html
index a51eb524..61e65322 100644
--- a/doc/html/qvaluevector-h.html
+++ b/doc/html/qvaluevector-h.html
@@ -581,10 +581,10 @@ template&lt;class T&gt;
Q_INLINE_TEMPLATES TQDataStream&amp; operator&gt;&gt;( TQDataStream&amp; s, TQValueVector&lt;T&gt;&amp; v )
{
v.clear();
- Q_UINT32 c;
+ TQ_UINT32 c;
s &gt;&gt; c;
v.resize( c );
- for( Q_UINT32 i = 0; i &lt; c; ++i )
+ for( TQ_UINT32 i = 0; i &lt; c; ++i )
{
T t;
s &gt;&gt; t;
@@ -596,7 +596,7 @@ Q_INLINE_TEMPLATES TQDataStream&amp; operator&gt;&gt;( TQDataStream&amp; s, TQVa
template&lt;class T&gt;
Q_INLINE_TEMPLATES TQDataStream&amp; operator&lt;&lt;( TQDataStream&amp; s, const TQValueVector&lt;T&gt;&amp; v )
{
- s &lt;&lt; (Q_UINT32)v.size();
+ s &lt;&lt; (TQ_UINT32)v.size();
// ### use typename TQValueVector&lt;T&gt;::const_iterator once all supported
// ### compilers know about the 'typename' keyword.
const T* it = v.begin();
diff --git a/doc/html/qvariant-h.html b/doc/html/qvariant-h.html
index f25a6c9d..76f80d09 100644
--- a/doc/html/qvariant-h.html
+++ b/doc/html/qvariant-h.html
@@ -201,8 +201,8 @@ public:
#endif
TQVariant( int );
TQVariant( uint );
- TQVariant( Q_LLONG );
- TQVariant( Q_ULLONG );
+ TQVariant( TQ_LLONG );
+ TQVariant( TQ_ULLONG );
// ### Problems on some compilers ?
TQVariant( bool, int );
TQVariant( double );
@@ -254,8 +254,8 @@ public:
const TQPen toPen() const;
int toInt( bool * ok=0 ) const;
uint toUInt( bool * ok=0 ) const;
- Q_LLONG toLongLong( bool * ok=0 ) const;
- Q_ULLONG toULongLong( bool * ok=0 ) const;
+ TQ_LLONG toLongLong( bool * ok=0 ) const;
+ TQ_ULLONG toULongLong( bool * ok=0 ) const;
bool toBool() const;
double toDouble( bool * ok=0 ) const;
#ifndef QT_NO_TEMPLATE_VARIANT
@@ -304,8 +304,8 @@ public:
TQPen&amp; asPen();
int&amp; asInt();
uint&amp; asUInt();
- Q_LLONG&amp; asLongLong();
- Q_ULLONG&amp; asULongLong();
+ TQ_LLONG&amp; asLongLong();
+ TQ_ULLONG&amp; asULongLong();
bool&amp; asBool();
double&amp; asDouble();
#ifndef QT_NO_TEMPLATE_VARIANT
@@ -338,8 +338,8 @@ private:
{
uint u;
int i;
- Q_LLONG ll;
- Q_ULLONG ull;
+ TQ_LLONG ll;
+ TQ_ULLONG ull;
bool b;
double d;
void *ptr;
diff --git a/doc/html/qwidget-h.html b/doc/html/qwidget-h.html
index a4a092cf..4c674877 100644
--- a/doc/html/qwidget-h.html
+++ b/doc/html/qwidget-h.html
@@ -1014,8 +1014,8 @@ struct Q_EXPORT TQTLWExtra {
// dear user: you can see this struct, but it is internal. do not touch.
struct Q_EXPORT TQWExtra {
- Q_INT16 minw, minh; // minimum size
- Q_INT16 maxw, maxh; // maximum size
+ TQ_INT16 minw, minh; // minimum size
+ TQ_INT16 maxw, maxh; // maximum size
TQPixmap *bg_pix; // background pixmap
TQWidget *focus_proxy;
#ifndef QT_NO_CURSOR
diff --git a/doc/html/qwidgetfactory-h.html b/doc/html/qwidgetfactory-h.html
index 1c73e124..3bd1805b 100644
--- a/doc/html/qwidgetfactory-h.html
+++ b/doc/html/qwidgetfactory-h.html
@@ -142,8 +142,8 @@ private:
TQString translate( const char *sourceText, const char *comment = "" );
TQString translate( const TQString&amp; sourceText, const TQString&amp; comment = TQString::null );
- void unpackUInt16( TQDataStream&amp; in, Q_UINT16&amp; n );
- void unpackUInt32( TQDataStream&amp; in, Q_UINT32&amp; n );
+ void unpackUInt16( TQDataStream&amp; in, TQ_UINT16&amp; n );
+ void unpackUInt32( TQDataStream&amp; in, TQ_UINT32&amp; n );
void unpackByteArray( TQDataStream&amp; in, TQByteArray&amp; array );
void unpackCString( const UibStrTable&amp; strings, TQDataStream&amp; in,
TQCString&amp; cstr );
diff --git a/doc/html/qwindowdefs-h.html b/doc/html/qwindowdefs-h.html
index 0a7f4828..7b3d22c8 100644
--- a/doc/html/qwindowdefs-h.html
+++ b/doc/html/qwindowdefs-h.html
@@ -210,7 +210,7 @@ class TQApplication;
// Global platform-independent types and functions
-typedef Q_INT32 TQCOORD; // coordinate type
+typedef TQ_INT32 TQCOORD; // coordinate type
const TQCOORD TQCOORD_MAX = 2147483647;
const TQCOORD TQCOORD_MIN = -TQCOORD_MAX - 1;