summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqhttp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqhttp.html')
-rw-r--r--doc/html/ntqhttp.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqhttp.html b/doc/html/ntqhttp.html
index 047068798..dcdddb0c0 100644
--- a/doc/html/ntqhttp.html
+++ b/doc/html/ntqhttp.html
@@ -261,16 +261,16 @@ closed.)
</h3>
Constructs a TQHttp object.
-<h3 class=fn><a name="TQHttp-2"></a>TQHttp::TQHttp ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQHttp-2"></a>TQHttp::TQHttp ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
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.
+are passed on to the <a href="tqobject.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, TQ_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="tqobject.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
-parameters <em>parent</em> and <em>name</em> are passed on to the <a href="ntqobject.html">TQObject</a>
+parameters <em>parent</em> and <em>name</em> are passed on to the <a href="tqobject.html">TQObject</a>
constructor.
<p> <p>See also <a href="#setHost">setHost</a>().