diff options
Diffstat (limited to 'doc/html/ntqhttp.html')
-rw-r--r-- | doc/html/ntqhttp.html | 8 |
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> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQHttp-2"></a>TQHttp::TQHttp ( <a href="tqobject.html">TQObject</a> * parent, const char * 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 <a href="ntqstring.html">TQString</a> & hostname, TQ_UINT16 port = 80, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQHttp-3"></a>TQHttp::TQHttp ( const <a href="ntqstring.html">TQString</a> & hostname, TQ_UINT16 port = 80, <a href="tqobject.html">TQObject</a> * parent = 0, const char * 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>(). |