diff -r dd21522fd290 -r 7c90e6132015 webengine/osswebengine/WebKit/s60/webview/WebPageScrollHandler.h --- a/webengine/osswebengine/WebKit/s60/webview/WebPageScrollHandler.h Mon Mar 30 12:54:55 2009 +0300 +++ b/webengine/osswebengine/WebKit/s60/webview/WebPageScrollHandler.h Fri May 08 08:25:06 2009 +0300 @@ -158,9 +158,9 @@ static int pageOverviewScrollCallback( TAny* aPtr ); //static int handleScrollTimerEventCallback( TAny* ptr); void scrollPageOverviewGH(); - void handleScrollingGH(const RT_GestureHelper::MGestureEvent& aEvent); - void handleTouchDownGH(const RT_GestureHelper::MGestureEvent& aEvent); - void handleTouchUpGH(const RT_GestureHelper::MGestureEvent& aEvent); + void handleScrollingGH(const RT_GestureHelper::TGestureEvent& aEvent); + void handleTouchDownGH(const RT_GestureHelper::TGestureEvent& aEvent); + void handleTouchUpGH(const RT_GestureHelper::TGestureEvent& aEvent); void updateScrollbars(const TPoint& scrollPos, TPoint& newscrollDelta); public: @@ -171,7 +171,7 @@ bool calculateScrollableElement(const TPoint& aNewPosition); void scrollPageOverview(const TPointerEvent& pointerEvent); - bool startDeceleration(const RT_GestureHelper::MGestureEvent& aEvent); + bool startDeceleration(const RT_GestureHelper::TGestureEvent& aEvent); private: // Pointer to owning view