summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttp.cpp
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-05-22 11:20:10 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-05-22 12:40:07 (GMT)
commit8b2a16bd7f434a159e34e93dbffc983927a0a143 (patch)
tree366d7fe340ceaa512b292f25a23d4496ac903d8f /src/network/access/qhttp.cpp
parenta0396c8c68aca446e68434e516bd46d749093b0f (diff)
downloadQt-8b2a16bd7f434a159e34e93dbffc983927a0a143.zip
Qt-8b2a16bd7f434a159e34e93dbffc983927a0a143.tar.gz
Qt-8b2a16bd7f434a159e34e93dbffc983927a0a143.tar.bz2
Fixed compilation with -qtnamespace
Task-number: 254333 Reviewed-by: Andy Shaw <qt-info@nokia.com>
Diffstat (limited to 'src/network/access/qhttp.cpp')
-rw-r--r--src/network/access/qhttp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qhttp.cpp b/src/network/access/qhttp.cpp
index 7d14ab6..30befb3 100644
--- a/src/network/access/qhttp.cpp
+++ b/src/network/access/qhttp.cpp
@@ -64,10 +64,10 @@
# include "qtimer.h"
#endif
-QT_BEGIN_NAMESPACE
-
#ifndef QT_NO_HTTP
+QT_BEGIN_NAMESPACE
+
class QHttpNormalRequest;
class QHttpRequest
{