summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxpathview_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-04-27 01:55:43 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-04-27 01:55:43 (GMT)
commitf1326b02c582b5044b8a2f491eed649020846111 (patch)
tree3041962385d4595a57d72699f006e520c2102010 /src/declarative/fx/qfxpathview_p.h
parenta5175813f9e5c291c57c68f91bcd54882c08795f (diff)
downloadQt-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.h4
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;