diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-07-24 05:13:45 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-07-24 05:13:45 (GMT) |
commit | f052ecabf63354737df71ac813adf157158e7b4d (patch) | |
tree | f9d5bd8984ee772f030dc757e80f57b86a2c295c /src/declarative/qml/qml.pri | |
parent | 8ba5e3b86984fce9fd3999d643cad6a732653940 (diff) | |
download | Qt-f052ecabf63354737df71ac813adf157158e7b4d.zip Qt-f052ecabf63354737df71ac813adf157158e7b4d.tar.gz Qt-f052ecabf63354737df71ac813adf157158e7b4d.tar.bz2 |
Rename QmlBindableComponent to QmlComponentJS, as per Aaron's request.
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r-- | src/declarative/qml/qml.pri | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri index d8b69df..6ee670e 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -5,7 +5,7 @@ SOURCES += qml/qmlparser.cpp \ qml/qmlexpression.cpp \ qml/qmlbinding.cpp \ qml/qmlmetaproperty.cpp \ - qml/qmlbindablecomponent.cpp \ + qml/qmlcomponentjs.cpp \ qml/qmlcomponent.cpp \ qml/qmlcontext.cpp \ qml/qmlcustomparser.cpp \ @@ -38,8 +38,8 @@ HEADERS += qml/qmlparser_p.h \ qml/qmlbinding.h \ qml/qmlbinding_p.h \ qml/qmlmetaproperty.h \ - qml/qmlbindablecomponent.h \ - qml/qmlbindablecomponent_p.h \ + qml/qmlcomponentjs.h \ + qml/qmlcomponentjs_p.h \ qml/qmlcomponent.h \ qml/qmlcomponent_p.h \ qml/qmlcustomparser_p.h \ |