diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-03-29 03:58:00 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-03-30 03:54:12 (GMT) |
commit | e2f9d31227e9a2126a99503c4285efaf8d894dd9 (patch) | |
tree | 3250f95680545f97a7a909ad553b1bf386b35cb6 /src/declarative/graphicsitems/qdeclarativegridview.cpp | |
parent | 7a060ca401b4e260fd08c854213024b050a67ff2 (diff) | |
download | Qt-e2f9d31227e9a2126a99503c4285efaf8d894dd9.zip Qt-e2f9d31227e9a2126a99503c4285efaf8d894dd9.tar.gz Qt-e2f9d31227e9a2126a99503c4285efaf8d894dd9.tar.bz2 |
Finished file rename of qdeclarative easefollow to smoothedanimation
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativegridview.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativegridview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativegridview.cpp b/src/declarative/graphicsitems/qdeclarativegridview.cpp index 6d1dec6..12ede34 100644 --- a/src/declarative/graphicsitems/qdeclarativegridview.cpp +++ b/src/declarative/graphicsitems/qdeclarativegridview.cpp @@ -44,7 +44,7 @@ #include "qdeclarativevisualitemmodel_p.h" #include "qdeclarativeflickable_p_p.h" -#include "qdeclarativeeasefollow_p_p.h" +#include "qdeclarativesmoothedanimation_p_p.h" #include <qdeclarativeguard_p.h> #include <qlistmodelinterface_p.h> |