1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Fix build with Qt 5.1 development branch

QT_{BEGIN,END}_HEADER defines were removed.
This commit is contained in:
Pier Luigi Fiorini 2013-01-31 01:06:37 +01:00
parent 1ebb9a2abc
commit d56f1e9bd4
2 changed files with 0 additions and 8 deletions

View File

@ -46,8 +46,6 @@
#include "qurlinfo.h"
#include <QtCore/qobject.h>
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

View File

@ -46,8 +46,6 @@
#include <QtCore/qstring.h>
#include <QtCore/qiodevice.h>
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@ -122,6 +120,4 @@ private:
QT_END_NAMESPACE
QT_END_HEADER
#endif // QURLINFO_H