diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-02-08 00:57:57 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-02-08 00:57:57 (GMT) |
commit | 3b4c7da266d8118c57e75f93f2a624f470683b2b (patch) | |
tree | 201789f3d957b3c5753c462ad48fa8ea27f95ed3 /src | |
parent | 8f6bd97ac405f8ed31d4c6a8dd0edd8c9f1580ce (diff) | |
download | Qt-3b4c7da266d8118c57e75f93f2a624f470683b2b.zip Qt-3b4c7da266d8118c57e75f93f2a624f470683b2b.tar.gz Qt-3b4c7da266d8118c57e75f93f2a624f470683b2b.tar.bz2 |
Fix private header include.
Diffstat (limited to 'src')
-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> |