From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/network/qhttp.cpp | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/network/qhttp.cpp') diff --git a/src/network/qhttp.cpp b/src/network/qhttp.cpp index 4d8cc3e5..b8a110e5 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 TQt Enterprise Edition. @@ -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 TQt Enterprise Edition. @@ -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 TQt Enterprise Edition. @@ -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 TQt Enterprise Edition. -- cgit v1.2.3