summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcomponent_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlcomponent_p.h')
-rw-r--r--src/declarative/qml/qmlcomponent_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlcomponent_p.h b/src/declarative/qml/qmlcomponent_p.h
index 0be3dc6..25af342 100644
--- a/src/declarative/qml/qmlcomponent_p.h
+++ b/src/declarative/qml/qmlcomponent_p.h
@@ -67,7 +67,7 @@ QT_BEGIN_NAMESPACE
class QmlComponent;
class QmlEngine;
-class QmlCompiledComponent;
+class QmlCompiledData;
class QmlComponentPrivate : public QObjectPrivate
{
@@ -86,7 +86,7 @@ public:
int start;
int count;
- QmlCompiledComponent *cc;
+ QmlCompiledData *cc;
QList<QmlEnginePrivate::SimpleList<QmlBindableValue> > bindValues;
QList<QmlEnginePrivate::SimpleList<QmlParserStatus> > parserStatus;