diff options
Diffstat (limited to 'src/network/qhttp.cpp')
-rw-r--r-- | src/network/qhttp.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/network/qhttp.cpp b/src/network/qhttp.cpp index 4d8cc3e53..b8a110e58 100644 --- a/src/network/qhttp.cpp +++ b/src/network/qhttp.cpp @@ -38,19 +38,19 @@ ** **********************************************************************/ -#include "qhttp.h" +#include "ntqhttp.h" #ifndef QT_NO_NETWORKPROTOCOL_HTTP -#include "qsocket.h" -#include "qtextstream.h" -#include "qmap.h" -#include "qstring.h" -#include "qstringlist.h" -#include "qcstring.h" -#include "qbuffer.h" -#include "qurloperator.h" -#include "qtimer.h" +#include "ntqsocket.h" +#include "ntqtextstream.h" +#include "ntqmap.h" +#include "ntqstring.h" +#include "ntqstringlist.h" +#include "ntqcstring.h" +#include "ntqbuffer.h" +#include "ntqurloperator.h" +#include "ntqtimer.h" #include "private/qinternal_p.h" //#define TQHTTP_DEBUG @@ -332,7 +332,7 @@ void TQHttpCloseRequest::start( TQHttp *http ) ****************************************************/ /*! - \class TQHttpHeader qhttp.h + \class TQHttpHeader ntqhttp.h \brief The TQHttpHeader class contains header information for HTTP. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -674,7 +674,7 @@ void TQHttpHeader::setContentType( const TQString& type ) ****************************************************/ /*! - \class TQHttpResponseHeader qhttp.h + \class TQHttpResponseHeader ntqhttp.h \brief The TQHttpResponseHeader class contains response header information for HTTP. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -837,7 +837,7 @@ TQString TQHttpResponseHeader::toString() const ****************************************************/ /*! - \class TQHttpRequestHeader qhttp.h + \class TQHttpRequestHeader ntqhttp.h \brief The TQHttpRequestHeader class contains request header information for \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -1011,7 +1011,7 @@ TQString TQHttpRequestHeader::toString() const * ****************************************************/ /*! - \class TQHttp qhttp.h + \class TQHttp ntqhttp.h \brief The TQHttp class provides an implementation of the HTTP protocol. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. |