diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-04-27 01:55:43 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-04-27 01:55:43 (GMT) |
commit | f1326b02c582b5044b8a2f491eed649020846111 (patch) | |
tree | 3041962385d4595a57d72699f006e520c2102010 /src/declarative/fx/qfxpathview_p.h | |
parent | a5175813f9e5c291c57c68f91bcd54882c08795f (diff) | |
download | Qt-f1326b02c582b5044b8a2f491eed649020846111.zip Qt-f1326b02c582b5044b8a2f491eed649020846111.tar.gz Qt-f1326b02c582b5044b8a2f491eed649020846111.tar.bz2 |
Rename GfxEvent to QmlTimeLineEvent.
Diffstat (limited to 'src/declarative/fx/qfxpathview_p.h')
-rw-r--r-- | src/declarative/fx/qfxpathview_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxpathview_p.h b/src/declarative/fx/qfxpathview_p.h index 31933c0..43f4ffa 100644 --- a/src/declarative/fx/qfxpathview_p.h +++ b/src/declarative/fx/qfxpathview_p.h @@ -79,7 +79,7 @@ public: , firstIndex(0), pathItems(-1), pathOffset(0), model(0) , moveReason(Other) { - fixupOffsetEvent = GfxEvent::gfxEvent<QFxPathViewPrivate, &QFxPathViewPrivate::fixOffset>(&moveOffset, this); + fixupOffsetEvent = QmlTimeLineEvent::timeLineEvent<QFxPathViewPrivate, &QFxPathViewPrivate::fixOffset>(&moveOffset, this); } void init() @@ -116,7 +116,7 @@ public: qreal dragMargin; QmlTimeLine tl; GfxValueProxy<QFxPathViewPrivate> moveOffset; - GfxEvent fixupOffsetEvent; + QmlTimeLineEvent fixupOffsetEvent; int firstIndex; int pathItems; int pathOffset; |