summaryrefslogtreecommitdiffstats
path: root/src/qt3support/network/q3http.cpp
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-08-05 08:57:13 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-08-05 10:20:23 (GMT)
commit5f52d473eec0f1b46200b06dd7f5e16cb5c57c05 (patch)
tree457d8aac9da14afe76f9f3bf0d5dc186aeb62259 /src/qt3support/network/q3http.cpp
parent118c82b0988c671045de448ffabc7ba95f015a69 (diff)
downloadQt-5f52d473eec0f1b46200b06dd7f5e16cb5c57c05.zip
Qt-5f52d473eec0f1b46200b06dd7f5e16cb5c57c05.tar.gz
Qt-5f52d473eec0f1b46200b06dd7f5e16cb5c57c05.tar.bz2
Fix compilation when QT_NO_HTTP is defined
Note however you still need to -nomake examples -nomake demos when configuring Qt. Reviewed-by: Thiago Task: 259179
Diffstat (limited to 'src/qt3support/network/q3http.cpp')
-rw-r--r--src/qt3support/network/q3http.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt3support/network/q3http.cpp b/src/qt3support/network/q3http.cpp
index a38edad..e44dfe8 100644
--- a/src/qt3support/network/q3http.cpp
+++ b/src/qt3support/network/q3http.cpp
@@ -42,7 +42,7 @@
#include <qplatformdefs.h>
#include "q3http.h"
-#ifndef QT_NO_NETWORKPROTOCOL_HTTP
+#ifndef QT_NO_HTTP
#include "q3socket.h"
#include "qtextstream.h"