summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-06-30 23:38:45 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-06-30 23:38:45 (GMT)
commit61fcaa0e659e1bc676e0ce4124d49aaae565b26c (patch)
treee7071373a429da340e62bb7cfea0acb7029b63b4 /src/declarative/qml/qmldom_p.h
parent9681d2190541c63a39b2cfe70dc3aaa161ebe703 (diff)
downloadQt-61fcaa0e659e1bc676e0ce4124d49aaae565b26c.zip
Qt-61fcaa0e659e1bc676e0ce4124d49aaae565b26c.tar.gz
Qt-61fcaa0e659e1bc676e0ce4124d49aaae565b26c.tar.bz2
Support compile-in-namespace for the declarative module.
Diffstat (limited to 'src/declarative/qml/qmldom_p.h')
-rw-r--r--src/declarative/qml/qmldom_p.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/declarative/qml/qmldom_p.h b/src/declarative/qml/qmldom_p.h
index a7c3cc7..101b17f 100644
--- a/src/declarative/qml/qmldom_p.h
+++ b/src/declarative/qml/qmldom_p.h
@@ -54,15 +54,10 @@
//
#include <QtCore/QtGlobal>
-
-QT_BEGIN_HEADER
+#include "qmlparser_p.h"
QT_BEGIN_NAMESPACE
-QT_MODULE(Declarative)
-
-#include "qmlparser_p.h"
-
class QmlDomDocumentPrivate : public QSharedData
{
public:
@@ -125,7 +120,5 @@ public:
QT_END_NAMESPACE
-QT_END_HEADER
-
#endif // QMLDOM_P_H