summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-10-28 16:50:09 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-11-07 14:04:06 +0100
commit736bf931554396cd073d4f1a3f28748b0e81bcaa (patch)
tree45e478ae3481d67e1410f88f55f9dbd2f31d2e8c
parent80823b53d2025d9c0c15075c325ee0c2e364551b (diff)
remove QT_{BEGIN|END}HEADER
Change-Id: Id30e6b75e5f682df5837f0e53f62bdb227f4323d Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
-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