summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsnodepool_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2009-09-17 10:19:27 (GMT)
committerErik Verbruggen <erik.verbruggen@nokia.com>2009-09-17 10:19:27 (GMT)
commit875c342b9f861c914e399f01142d70d65a6b39af (patch)
tree123a85c46e00c2773b27a445ac6993eead549d48 /src/declarative/qml/parser/qmljsnodepool_p.h
parentbec50e0b9cc1b536acc55776328152ceece65efe (diff)
downloadQt-875c342b9f861c914e399f01142d70d65a6b39af.zip
Qt-875c342b9f861c914e399f01142d70d65a6b39af.tar.gz
Qt-875c342b9f861c914e399f01142d70d65a6b39af.tar.bz2
Fixed the QML parser files to play nice when included in Creator, when
Creator is compiled against Qt with namespaces.
Diffstat (limited to 'src/declarative/qml/parser/qmljsnodepool_p.h')
-rw-r--r--src/declarative/qml/parser/qmljsnodepool_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/declarative/qml/parser/qmljsnodepool_p.h b/src/declarative/qml/parser/qmljsnodepool_p.h
index e2f0a3c..dfe3bac 100644
--- a/src/declarative/qml/parser/qmljsnodepool_p.h
+++ b/src/declarative/qml/parser/qmljsnodepool_p.h
@@ -56,9 +56,10 @@
#include <QtCore/QHash>
#include <QtCore/QString>
+#include "qmljsglobal_p.h"
#include "qmljsmemorypool_p.h"
-QT_BEGIN_NAMESPACE
+QT_QML_BEGIN_NAMESPACE
namespace QmlJS {
@@ -133,6 +134,6 @@ private:
} // namespace QmlJS
-QT_END_NAMESPACE
+QT_QML_END_NAMESPACE
#endif