summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/rewriter/rewriter.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2009-09-17 11:04:54 (GMT)
committerErik Verbruggen <erik.verbruggen@nokia.com>2009-09-17 11:04:54 (GMT)
commit5ffcc17140bfb65c1a8ce81c08c60ee882d9bcbf (patch)
treec59cb58160657dbccc7fda56a704881f81ae5255 /src/declarative/qml/rewriter/rewriter.cpp
parent875c342b9f861c914e399f01142d70d65a6b39af (diff)
downloadQt-5ffcc17140bfb65c1a8ce81c08c60ee882d9bcbf.zip
Qt-5ffcc17140bfb65c1a8ce81c08c60ee882d9bcbf.tar.gz
Qt-5ffcc17140bfb65c1a8ce81c08c60ee882d9bcbf.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/rewriter/rewriter.cpp')
-rw-r--r--src/declarative/qml/rewriter/rewriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/rewriter/rewriter.cpp b/src/declarative/qml/rewriter/rewriter.cpp
index ed45f16..1248a1c 100644
--- a/src/declarative/qml/rewriter/rewriter.cpp
+++ b/src/declarative/qml/rewriter/rewriter.cpp
@@ -42,7 +42,7 @@
#include "rewriter_p.h"
#include "qmljsast_p.h"
-QT_BEGIN_NAMESPACE
+QT_QML_BEGIN_NAMESPACE
using namespace QmlJS;
@@ -98,4 +98,4 @@ void Rewriter::move(int pos, int length, int to)
textWriter.move(pos, length, to);
}
-QT_END_NAMESPACE
+QT_QML_END_NAMESPACE