From 0f11fc258915a7e0fc3b95a9d585054427c96f7c Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Mon, 21 Feb 2011 12:36:14 +0100 Subject: QNAM HTTP: Fix compilation Reviewed-by: Olivier Goffart --- src/network/access/qhttpthreaddelegate_p.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/network/access/qhttpthreaddelegate_p.h b/src/network/access/qhttpthreaddelegate_p.h index 7ec8efb..086a35d 100644 --- a/src/network/access/qhttpthreaddelegate_p.h +++ b/src/network/access/qhttpthreaddelegate_p.h @@ -56,24 +56,26 @@ #include #include -#include #include #include #include #include #include -#include "qnetworkaccesscache_p.h" #include "qhttpnetworkrequest_p.h" #include "qhttpnetworkconnection_p.h" -#include "qhttpnetworkreply_p.h" -#include "QSharedPointer" +#include #include "qsslconfiguration.h" #include "private/qnoncontiguousbytedevice_p.h" #include "qnetworkaccessauthenticationmanager_p.h" QT_BEGIN_NAMESPACE +class QAuthenticator; +class QHttpNetworkReply; +class QEventLoop; +class QNetworkAccessCache; class QNetworkAccessCachedHttpConnection; + class QHttpThreadDelegate : public QObject { Q_OBJECT -- cgit v0.12