From 736bf931554396cd073d4f1a3f28748b0e81bcaa Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 28 Oct 2014 16:50:09 +0100 Subject: remove QT_{BEGIN|END}HEADER Change-Id: Id30e6b75e5f682df5837f0e53f62bdb227f4323d Reviewed-by: Christian Kandeler --- src/qftp/qftp.h | 2 -- src/qftp/qurlinfo.h | 5 ----- 2 files changed, 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 -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 #include -QT_BEGIN_HEADER - QT_BEGIN_NAMESPACE - class QUrl; class QUrlInfoPrivate; @@ -121,6 +118,4 @@ private: QT_END_NAMESPACE -QT_END_HEADER - #endif // QURLINFO_H -- cgit v1.2.3