diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-20 03:30:31 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-20 03:30:31 (GMT) |
commit | 275d2a37c0c7179e7f34cc467192a8838705d7c2 (patch) | |
tree | 0e1732a7aed9bac19fd307218f4fd500e2f3654b /src/declarative/qml/qml.pri | |
parent | f4c51725bf131baa34e30c435b285af16948744c (diff) | |
download | Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.zip Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.tar.gz Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.tar.bz2 |
Rename QmlBindableValue to QmlBinding
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 eecf8cd..b3fa063 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -3,7 +3,7 @@ SOURCES += qml/qmlparser.cpp \ qml/qmlvmemetaobject.cpp \ qml/qmlengine.cpp \ qml/qmlexpression.cpp \ - qml/qmlbindablevalue.cpp \ + qml/qmlbinding.cpp \ qml/qmlmetaproperty.cpp \ qml/qmlcomponent.cpp \ qml/qmlcontext.cpp \ @@ -33,8 +33,8 @@ HEADERS += qml/qmlparser_p.h \ qml/qmlinstruction_p.h \ qml/qmlvmemetaobject_p.h \ qml/qml.h \ - qml/qmlbindablevalue.h \ - qml/qmlbindablevalue_p.h \ + qml/qmlbinding.h \ + qml/qmlbinding_p.h \ qml/qmlmetaproperty.h \ qml/qmlcomponent.h \ qml/qmlcomponent_p.h \ |