summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qftp/qftp.h2
-rw-r--r--src/qftp/qurlinfo.h5
2 files changed, 0 insertions, 7 deletions
diff --git a/src/qftp/qftp.h b/src/qftp/qftp.h
index a288686..9306450 100644
--- a/src/qftp/qftp.h
+++ b/src/qftp/qftp.h
@@ -46,7 +46,6 @@
#include "qurlinfo.h"
#include <QtCore/qobject.h>
-QT_BEGIN_HEADER
class QFtpPrivate;
@@ -156,6 +155,5 @@ private:
Q_PRIVATE_SLOT(d, void _q_piFtpReply(int, const QString&))
};
-QT_END_HEADER
#endif // QFTP_H
diff --git a/src/qftp/qurlinfo.h b/src/qftp/qurlinfo.h
index b182690..d8399a9 100644
--- a/src/qftp/qurlinfo.h
+++ b/src/qftp/qurlinfo.h
@@ -46,11 +46,8 @@
#include <QtCore/qstring.h>
#include <QtCore/qiodevice.h>
-QT_BEGIN_HEADER
-
QT_BEGIN_NAMESPACE
-
class QUrl;
class QUrlInfoPrivate;
@@ -121,6 +118,4 @@ private:
QT_END_NAMESPACE
-QT_END_HEADER
-
#endif // QURLINFO_H