summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-02 06:15:41 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-02 06:15:41 (GMT)
commit0549df8e6b43fc6aa3d3750bcd0346344f272fd1 (patch)
tree94e532f2e3018aaf7b01b896e255b2376aa626b3 /src/declarative/qml/qmlcompiler.cpp
parent49bceaf197a5964f244ac094aaa75b35cf3ada49 (diff)
parentc84fefd59090c0d0f757572fe14b493d94759808 (diff)
downloadQt-0549df8e6b43fc6aa3d3750bcd0346344f272fd1.zip
Qt-0549df8e6b43fc6aa3d3750bcd0346344f272fd1.tar.gz
Qt-0549df8e6b43fc6aa3d3750bcd0346344f272fd1.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.cpp')
-rw-r--r--src/declarative/qml/qmlcompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiler.cpp b/src/declarative/qml/qmlcompiler.cpp
index 57d77ac..aa2cf84 100644
--- a/src/declarative/qml/qmlcompiler.cpp
+++ b/src/declarative/qml/qmlcompiler.cpp
@@ -40,7 +40,7 @@
****************************************************************************/
#include "private/qmlcompiler_p.h"
-#include <qfxperf.h>
+#include <private/qfxperf_p.h>
#include "qmlparser_p.h"
#include "private/qmlscriptparser_p.h"
#include <qmlpropertyvaluesource.h>