summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2010-02-08 01:04:00 (GMT)
committerBill King <bill.king@nokia.com>2010-02-08 01:04:00 (GMT)
commitff7dd8db77c1681122309cf84ee2b2234ea224a8 (patch)
tree4e24dcbfd054966590561a316051b577cba75ec8
parent6ecf052a6da0a67a7d499e022757a3cabd83a593 (diff)
downloadQt-ff7dd8db77c1681122309cf84ee2b2234ea224a8.zip
Qt-ff7dd8db77c1681122309cf84ee2b2234ea224a8.tar.gz
Qt-ff7dd8db77c1681122309cf84ee2b2234ea224a8.tar.bz2
Fixes: make qt-creator compile
-rw-r--r--src/declarative/util/qmlopenmetaobject_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlopenmetaobject_p.h b/src/declarative/util/qmlopenmetaobject_p.h
index 73e3a98..450f258 100644
--- a/src/declarative/util/qmlopenmetaobject_p.h
+++ b/src/declarative/util/qmlopenmetaobject_p.h
@@ -42,7 +42,7 @@
#ifndef QMLOPENMETAOBJECT_H
#define QMLOPENMETAOBJECT_H
-#include <qmlrefcount_p.h>
+#include <private/qmlrefcount_p.h>
#include <QtCore/QMetaObject>
#include <QtCore/QObject>