mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Fix build with Qt 5.1 development branch
QT_{BEGIN,END}_HEADER defines were removed.
This commit is contained in:
parent
1ebb9a2abc
commit
d56f1e9bd4
4
src/lib/3rdparty/qftp.h
vendored
4
src/lib/3rdparty/qftp.h
vendored
|
@ -46,8 +46,6 @@
|
||||||
#include "qurlinfo.h"
|
#include "qurlinfo.h"
|
||||||
#include <QtCore/qobject.h>
|
#include <QtCore/qobject.h>
|
||||||
|
|
||||||
QT_BEGIN_HEADER
|
|
||||||
|
|
||||||
class QFtpPrivate;
|
class QFtpPrivate;
|
||||||
|
|
||||||
class QFtp : public QObject
|
class QFtp : public QObject
|
||||||
|
@ -156,6 +154,4 @@ private:
|
||||||
Q_PRIVATE_SLOT(d, void _q_piFtpReply(int, const QString &))
|
Q_PRIVATE_SLOT(d, void _q_piFtpReply(int, const QString &))
|
||||||
};
|
};
|
||||||
|
|
||||||
QT_END_HEADER
|
|
||||||
|
|
||||||
#endif // QFTP_H
|
#endif // QFTP_H
|
||||||
|
|
4
src/lib/3rdparty/qurlinfo.h
vendored
4
src/lib/3rdparty/qurlinfo.h
vendored
|
@ -46,8 +46,6 @@
|
||||||
#include <QtCore/qstring.h>
|
#include <QtCore/qstring.h>
|
||||||
#include <QtCore/qiodevice.h>
|
#include <QtCore/qiodevice.h>
|
||||||
|
|
||||||
QT_BEGIN_HEADER
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,6 +120,4 @@ private:
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
QT_END_HEADER
|
|
||||||
|
|
||||||
#endif // QURLINFO_H
|
#endif // QURLINFO_H
|
||||||
|
|
Loading…
Reference in New Issue
Block a user