summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcomponent.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-15 09:22:42 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-15 09:22:42 (GMT)
commitf828db056642ac2373c8592c11039e1c7f1b1046 (patch)
tree53cd65d3e1f44778b608f711b37c0183023b34bb /src/declarative/qml/qmlcomponent.h
parentfa04625271c725deb669500a8196a07f0c1683b5 (diff)
downloadQt-f828db056642ac2373c8592c11039e1c7f1b1046.zip
Qt-f828db056642ac2373c8592c11039e1c7f1b1046.tar.gz
Qt-f828db056642ac2373c8592c11039e1c7f1b1046.tar.bz2
Remove pointless QmlCompiledComponent class
Diffstat (limited to 'src/declarative/qml/qmlcomponent.h')
-rw-r--r--src/declarative/qml/qmlcomponent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlcomponent.h b/src/declarative/qml/qmlcomponent.h
index 5e6dce9..9c712df 100644
--- a/src/declarative/qml/qmlcomponent.h
+++ b/src/declarative/qml/qmlcomponent.h
@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
-class QmlCompiledComponent;
+class QmlCompiledData;
class QByteArray;
class QmlComponentPrivate;
class QmlEngine;
@@ -102,7 +102,7 @@ protected:
QmlComponent(QmlComponentPrivate &dd, QObject* parent);
private:
- QmlComponent(QmlEngine *, QmlCompiledComponent *, int, int, QObject *parent);
+ QmlComponent(QmlEngine *, QmlCompiledData *, int, int, QObject *parent);
friend class QmlVME;
friend struct QmlCompositeTypeData;