summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qftp/qftp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qftp/qftp.h b/src/qftp/qftp.h
index 9306450..f2cc19a 100644
--- a/src/qftp/qftp.h
+++ b/src/qftp/qftp.h
@@ -46,6 +46,7 @@
#include "qurlinfo.h"
#include <QtCore/qobject.h>
+QT_BEGIN_NAMESPACE
class QFtpPrivate;
@@ -155,5 +156,6 @@ private:
Q_PRIVATE_SLOT(d, void _q_piFtpReply(int, const QString&))
};
+QT_END_NAMESPACE
#endif // QFTP_H