diff options
author | David Faure <faure@kde.org> | 2013-02-03 12:15:55 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-05 11:10:10 +0100 |
commit | ed6b192b023903fa3e879adf4c0f6912bb361040 (patch) | |
tree | e2bf195ed7051a2de7aac907dc47126452ec0d34 /src/x11extras/qtx11extrasglobal.h | |
parent | db62c0da3474d4bd1755dfb42e9f94cb333fffff (diff) | |
download | qtx11extras-ed6b192b023903fa3e879adf4c0f6912bb361040.tar.gz |
Remove QT_BEGIN_HEADER/QT_END_HEADER macro usage
These were just removed in qtbase dev.
Change-Id: Id7683e7407cc4615ca3ed4bc2d262fa21bc3ba48
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'src/x11extras/qtx11extrasglobal.h')
-rw-r--r-- | src/x11extras/qtx11extrasglobal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/x11extras/qtx11extrasglobal.h b/src/x11extras/qtx11extrasglobal.h index 0e4b1c4..ce59c21 100644 --- a/src/x11extras/qtx11extrasglobal.h +++ b/src/x11extras/qtx11extrasglobal.h @@ -44,8 +44,6 @@ #include <QtCore/qglobal.h> -QT_BEGIN_HEADER - QT_BEGIN_NAMESPACE #ifndef QT_STATIC @@ -60,6 +58,4 @@ QT_BEGIN_NAMESPACE QT_END_NAMESPACE -QT_END_HEADER - #endif // QTX11EXTRASGLOBAL_H |