summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-20 03:30:31 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-20 03:30:31 (GMT)
commit275d2a37c0c7179e7f34cc467192a8838705d7c2 (patch)
tree0e1732a7aed9bac19fd307218f4fd500e2f3654b /src/declarative/fx
parentf4c51725bf131baa34e30c435b285af16948744c (diff)
downloadQt-275d2a37c0c7179e7f34cc467192a8838705d7c2.zip
Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.tar.gz
Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.tar.bz2
Rename QmlBindableValue to QmlBinding
Diffstat (limited to 'src/declarative/fx')
-rw-r--r--src/declarative/fx/qfxanchors.cpp1
-rw-r--r--src/declarative/fx/qfxpathview.cpp1
-rw-r--r--src/declarative/fx/qfxwebview.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/declarative/fx/qfxanchors.cpp b/src/declarative/fx/qfxanchors.cpp
index e1b450d..350cbc0 100644
--- a/src/declarative/fx/qfxanchors.cpp
+++ b/src/declarative/fx/qfxanchors.cpp
@@ -44,7 +44,6 @@
#include "qfxitem_p.h"
#include <QDebug>
#include <QtDeclarative/qmlinfo.h>
-#include <QtDeclarative/qmlbindablevalue.h>
QT_BEGIN_NAMESPACE
diff --git a/src/declarative/fx/qfxpathview.cpp b/src/declarative/fx/qfxpathview.cpp
index f940f68..3c61050 100644
--- a/src/declarative/fx/qfxpathview.cpp
+++ b/src/declarative/fx/qfxpathview.cpp
@@ -42,7 +42,6 @@
#include <math.h>
#include <QDebug>
#include <QEvent>
-#include "qmlbindablevalue.h"
#include "qmlstate.h"
#include "qlistmodelinterface.h"
#include "qmlopenmetaobject.h"
diff --git a/src/declarative/fx/qfxwebview.cpp b/src/declarative/fx/qfxwebview.cpp
index a3dca79e..42b8d2c 100644
--- a/src/declarative/fx/qfxwebview.cpp
+++ b/src/declarative/fx/qfxwebview.cpp
@@ -53,7 +53,6 @@
#include <QtWebKit/QWebElement>
#include "qml.h"
-#include "qmlbindablevalue.h"
#include "qmlengine.h"
#include "qmlstate.h"
#include "qfxtransform.h"