summaryrefslogtreecommitdiffstats
path: root/examples/webkit/webftpclient/ftpreply.h
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2011-09-03 14:20:46 (GMT)
committerLiang Qi <liang.qi@nokia.com>2011-09-06 13:30:26 (GMT)
commita5211c5c259f2741bf1f3f9dabf6587516eee052 (patch)
treeddf9a88ed82130eb19b9cd136ca3b6b277002b5e /examples/webkit/webftpclient/ftpreply.h
parent02f55668dada4a23ab84e4d3bda1df8a4984b3ae (diff)
downloadQt-a5211c5c259f2741bf1f3f9dabf6587516eee052.zip
Qt-a5211c5c259f2741bf1f3f9dabf6587516eee052.tar.gz
Qt-a5211c5c259f2741bf1f3f9dabf6587516eee052.tar.bz2
Fix the build with -qtnamespace configure options
Merge-Request: 1291 Reviewed-by: Liang Qi <liang.qi@nokia.com>
Diffstat (limited to 'examples/webkit/webftpclient/ftpreply.h')
-rw-r--r--examples/webkit/webftpclient/ftpreply.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/webkit/webftpclient/ftpreply.h b/examples/webkit/webftpclient/ftpreply.h
index ca0a271..65c8c66 100644
--- a/examples/webkit/webftpclient/ftpreply.h
+++ b/examples/webkit/webftpclient/ftpreply.h
@@ -46,6 +46,10 @@
#include <QUrlInfo>
#include <QFtp>
+QT_BEGIN_NAMESPACE
+class QFtp;
+QT_END_NAMESPACE
+
//! [class definition]
class FtpReply : public QNetworkReply
{