diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqhttp.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt-04913ce7.tar.gz tqt-04913ce7.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>(). |