diff options
author | Bill King <bill.king@nokia.com> | 2010-02-08 01:04:00 (GMT) |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2010-02-08 01:04:00 (GMT) |
commit | ff7dd8db77c1681122309cf84ee2b2234ea224a8 (patch) | |
tree | 4e24dcbfd054966590561a316051b577cba75ec8 | |
parent | 6ecf052a6da0a67a7d499e022757a3cabd83a593 (diff) | |
download | Qt-ff7dd8db77c1681122309cf84ee2b2234ea224a8.zip Qt-ff7dd8db77c1681122309cf84ee2b2234ea224a8.tar.gz Qt-ff7dd8db77c1681122309cf84ee2b2234ea224a8.tar.bz2 |
Fixes: make qt-creator compile
-rw-r--r-- | src/declarative/util/qmlopenmetaobject_p.h | 2 |
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> |