summaryrefslogtreecommitdiffstats
path: root/src/network/access
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-08-10 09:26:01 (GMT)
committerhjk <qtc-committer@nokia.com>2009-08-10 13:17:25 (GMT)
commit4fe7c464be95fbbcb663a21f9519024486123248 (patch)
treeb23117352eae6123e4cb8de90789baa55e7e2b6c /src/network/access
parent2a1dcf7a47d81ad8b492c312dfd5e422ba2e3cd0 (diff)
downloadQt-4fe7c464be95fbbcb663a21f9519024486123248.zip
Qt-4fe7c464be95fbbcb663a21f9519024486123248.tar.gz
Qt-4fe7c464be95fbbcb663a21f9519024486123248.tar.bz2
Compile fix with namespaces
Diffstat (limited to 'src/network/access')
-rw-r--r--src/network/access/qnetworkcookie.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/access/qnetworkcookie.h b/src/network/access/qnetworkcookie.h
index ef309a8..4bc3f3f 100644
--- a/src/network/access/qnetworkcookie.h
+++ b/src/network/access/qnetworkcookie.h
@@ -106,9 +106,6 @@ private:
};
Q_DECLARE_TYPEINFO(QNetworkCookie, Q_MOVABLE_TYPE);
-// ### Qt5 remove this include
-#include "qnetworkcookiejar.h"
-
#ifndef QT_NO_DEBUG_STREAM
class QDebug;
Q_NETWORK_EXPORT QDebug operator<<(QDebug, const QNetworkCookie &);
@@ -116,6 +113,9 @@ Q_NETWORK_EXPORT QDebug operator<<(QDebug, const QNetworkCookie &);
QT_END_NAMESPACE
+// ### Qt5 remove this include
+#include "qnetworkcookiejar.h"
+
Q_DECLARE_METATYPE(QNetworkCookie)
Q_DECLARE_METATYPE(QList<QNetworkCookie>)