summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-20 01:45:05 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-20 01:45:05 (GMT)
commit07908701ea4e8c998cee111b3e11aeff1bf26bf7 (patch)
tree4e8da6b8809f95d42915071a192ebae89cca96fd /src/declarative/qml/qmlcompiler_p.h
parente6fa564cb2f562eaca675872c08af14614a76283 (diff)
parent7f872ea70d357788bbda18f28d4765d5c3a1510e (diff)
downloadQt-07908701ea4e8c998cee111b3e11aeff1bf26bf7.zip
Qt-07908701ea4e8c998cee111b3e11aeff1bf26bf7.tar.gz
Qt-07908701ea4e8c998cee111b3e11aeff1bf26bf7.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r--src/declarative/qml/qmlcompiler_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h
index 87c1b82..bc04cfa 100644
--- a/src/declarative/qml/qmlcompiler_p.h
+++ b/src/declarative/qml/qmlcompiler_p.h
@@ -44,8 +44,8 @@
#include <QtCore/qbytearray.h>
#include <QtCore/qset.h>
-#include <qml.h>
-#include <qmlerror.h>
+#include <QtDeclarative/qml.h>
+#include <QtDeclarative/qmlerror.h>
#include <private/qmlinstruction_p.h>
#include <private/qmlcompositetypemanager_p.h>
#include <private/qmlparser_p.h>