summaryrefslogtreecommitdiffstats
path: root/doc/html/qhttpresponseheader.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qhttpresponseheader.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qhttpresponseheader.html')
-rw-r--r--doc/html/qhttpresponseheader.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qhttpresponseheader.html b/doc/html/qhttpresponseheader.html
index 34baacee6..8653f6bc9 100644
--- a/doc/html/qhttpresponseheader.html
+++ b/doc/html/qhttpresponseheader.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQHttpResponseHeader class contains response header information for HTTP.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qhttp-h.html">qhttp.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qhttp-h.html">ntqhttp.h</a>&gt;</tt>
<p>Inherits <a href="qhttpheader.html">TQHttpHeader</a>.
<p><a href="qhttpresponseheader-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -52,7 +52,7 @@ The TQHttpResponseHeader class contains response header information for HTTP.
<p>
-<p> This class is used by the <a href="qhttp.html">TQHttp</a> class to report the header
+<p> This class is used by the <a href="ntqhttp.html">TQHttp</a> class to report the header
information that the client received from the server.
<p> HTTP responses have a status code that indicates the status of the
response. This code is a 3-digit integer result code (for details
@@ -60,7 +60,7 @@ see to RFC 1945). In addition to the status code, you can also
specify a human-readable text that describes the reason for the
code ("reason phrase"). This class allows you to get the status
code and the reason phrase.
-<p> <p>See also <a href="qhttprequestheader.html">TQHttpRequestHeader</a>, <a href="qhttp.html">TQHttp</a>, and <a href="io.html">Input/Output and Networking</a>.
+<p> <p>See also <a href="qhttprequestheader.html">TQHttpRequestHeader</a>, <a href="ntqhttp.html">TQHttp</a>, and <a href="io.html">Input/Output and Networking</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQHttpResponseHeader-3"></a>TQHttpResponseHeader::TQHttpResponseHeader ()
@@ -83,7 +83,7 @@ Returns the minor protocol-version of the HTTP response header.
<p> <p>See also <a href="#majorVersion">majorVersion</a>(), <a href="#statusCode">statusCode</a>(), and <a href="#reasonPhrase">reasonPhrase</a>().
<p>Reimplemented from <a href="qhttpheader.html#minorVersion">TQHttpHeader</a>.
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="reasonPhrase"></a>TQHttpResponseHeader::reasonPhrase () const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="reasonPhrase"></a>TQHttpResponseHeader::reasonPhrase () const
</h3>
Returns the reason phrase of the HTTP response header.
<p> <p>See also <a href="#statusCode">statusCode</a>(), <a href="#majorVersion">majorVersion</a>(), and <a href="#minorVersion">minorVersion</a>().