summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/declarative/qtdeclarativeglobal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/declarative/qtdeclarativeglobal.h b/src/declarative/qtdeclarativeglobal.h
index 39e11018..2bbcaffa 100644
--- a/src/declarative/qtdeclarativeglobal.h
+++ b/src/declarative/qtdeclarativeglobal.h
@@ -44,6 +44,10 @@
#include <QtCore/qglobal.h>
+QT_BEGIN_HEADER
+
+QT_BEGIN_NAMESPACE
+
// This definition is in the process of being removed from qtbase - once it
// has been expunged, this will no longer be necssary:
#if defined(Q_DECLARATIVE_EXPORT)
@@ -60,4 +64,8 @@
# define Q_DECLARATIVE_EXPORT
#endif
+QT_END_NAMESPACE
+
+QT_END_HEADER
+
#endif // QTDECLARATIVEGLOBAL_H