summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/rewriter
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
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')
-rw-r--r--src/declarative/qml/rewriter/rewriter.cpp4
-rw-r--r--src/declarative/qml/rewriter/rewriter_p.h4
-rw-r--r--src/declarative/qml/rewriter/textwriter.cpp4
-rw-r--r--src/declarative/qml/rewriter/textwriter_p.h6
4 files changed, 10 insertions, 8 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
diff --git a/src/declarative/qml/rewriter/rewriter_p.h b/src/declarative/qml/rewriter/rewriter_p.h
index 44f3cce..ae59226 100644
--- a/src/declarative/qml/rewriter/rewriter_p.h
+++ b/src/declarative/qml/rewriter/rewriter_p.h
@@ -49,7 +49,7 @@
#include "qmljsastvisitor_p.h"
QT_BEGIN_HEADER
-QT_BEGIN_NAMESPACE
+QT_QML_BEGIN_NAMESPACE
namespace QmlJS {
@@ -146,7 +146,7 @@ private:
} // end of namespace QmlJS
-QT_END_NAMESPACE
+QT_QML_END_NAMESPACE
QT_END_HEADER
#endif // REWRITER_H
diff --git a/src/declarative/qml/rewriter/textwriter.cpp b/src/declarative/qml/rewriter/textwriter.cpp
index fbbdb2bbab..1ec0675 100644
--- a/src/declarative/qml/rewriter/textwriter.cpp
+++ b/src/declarative/qml/rewriter/textwriter.cpp
@@ -41,7 +41,7 @@
#include "textwriter_p.h"
-QT_BEGIN_NAMESPACE
+QT_QML_BEGIN_NAMESPACE
using namespace QmlJS;
@@ -214,4 +214,4 @@ void TextWriter::write_helper()
cursor->endEditBlock();
}
-QT_END_NAMESPACE
+QT_QML_END_NAMESPACE
diff --git a/src/declarative/qml/rewriter/textwriter_p.h b/src/declarative/qml/rewriter/textwriter_p.h
index 3041e04..6ab7323 100644
--- a/src/declarative/qml/rewriter/textwriter_p.h
+++ b/src/declarative/qml/rewriter/textwriter_p.h
@@ -46,8 +46,10 @@
#include <QtCore/QList>
#include <QtGui/QTextCursor>
+#include "qml/parser/qmljsglobal_p.h"
+
QT_BEGIN_HEADER
-QT_BEGIN_NAMESPACE
+QT_QML_BEGIN_NAMESPACE
namespace QmlJS {
@@ -93,7 +95,7 @@ public:
} // end of namespace QmlJS
-QT_END_NAMESPACE
+QT_QML_END_NAMESPACE
QT_END_HEADER
#endif // TEXTWRITER_H