From d56f1e9bd4d8e35fdb75fdfd8863a804c4a19880 Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Thu, 31 Jan 2013 01:06:37 +0100 Subject: [PATCH] Fix build with Qt 5.1 development branch QT_{BEGIN,END}_HEADER defines were removed. --- src/lib/3rdparty/qftp.h | 4 ---- src/lib/3rdparty/qurlinfo.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/lib/3rdparty/qftp.h b/src/lib/3rdparty/qftp.h index eea5f93f3..cfca627e1 100644 --- a/src/lib/3rdparty/qftp.h +++ b/src/lib/3rdparty/qftp.h @@ -46,8 +46,6 @@ #include "qurlinfo.h" #include -QT_BEGIN_HEADER - class QFtpPrivate; class QFtp : public QObject @@ -156,6 +154,4 @@ private: Q_PRIVATE_SLOT(d, void _q_piFtpReply(int, const QString &)) }; -QT_END_HEADER - #endif // QFTP_H diff --git a/src/lib/3rdparty/qurlinfo.h b/src/lib/3rdparty/qurlinfo.h index 28a7f59b4..8fd93a217 100644 --- a/src/lib/3rdparty/qurlinfo.h +++ b/src/lib/3rdparty/qurlinfo.h @@ -46,8 +46,6 @@ #include #include -QT_BEGIN_HEADER - QT_BEGIN_NAMESPACE @@ -122,6 +120,4 @@ private: QT_END_NAMESPACE -QT_END_HEADER - #endif // QURLINFO_H