diff options
Diffstat (limited to 'examples/webkit/webftpclient/ftpreply.h')
-rw-r--r-- | examples/webkit/webftpclient/ftpreply.h | 4 |
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 { |