summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2013-02-03 12:15:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-05 11:10:10 +0100
commited6b192b023903fa3e879adf4c0f6912bb361040 (patch)
treee2bf195ed7051a2de7aac907dc47126452ec0d34
parentdb62c0da3474d4bd1755dfb42e9f94cb333fffff (diff)
downloadqtx11extras-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>
-rw-r--r--src/x11extras/qtx11extrasglobal.h4
-rw-r--r--src/x11extras/qx11info_x11.h4
2 files changed, 0 insertions, 8 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
diff --git a/src/x11extras/qx11info_x11.h b/src/x11extras/qx11info_x11.h
index 15df6f0..afc9ee4 100644
--- a/src/x11extras/qx11info_x11.h
+++ b/src/x11extras/qx11info_x11.h
@@ -48,8 +48,6 @@
typedef struct _XDisplay Display;
struct xcb_connection_t;
-QT_BEGIN_HEADER
-
QT_BEGIN_NAMESPACE
class Q_X11EXTRAS_EXPORT QX11Info
@@ -76,7 +74,5 @@ private:
QT_END_NAMESPACE
-QT_END_HEADER
-
#endif // QX11INFO_X11_H