diff -r dd21522fd290 -r 7c90e6132015 webengine/osswebengine/WebKit/s60/webview/WebPointerEventHandler.h --- a/webengine/osswebengine/WebKit/s60/webview/WebPointerEventHandler.h Mon Mar 30 12:54:55 2009 +0300 +++ b/webengine/osswebengine/WebKit/s60/webview/WebPointerEventHandler.h Fri May 08 08:25:06 2009 +0300 @@ -43,7 +43,7 @@ void HandlePointerEventL(const TPointerEvent& aPointerEvent); void HandleHighlightChange(const TPoint &aPoint); - virtual void HandleGestureL( const RT_GestureHelper::MGestureEvent& aEvent ); + virtual void HandleGestureL( const RT_GestureHelper::TGestureEvent& aEvent ); private: @@ -54,11 +54,11 @@ bool isHighlitableElement(TBrCtlDefs::TBrCtlElementType& elType); TBrCtlDefs::TBrCtlElementType highlitableElement(); void buttonDownTimerCB(WebCore::Timer* t); - void handleTouchDownL(const RT_GestureHelper::MGestureEvent& aEvent); - void handleTouchUp(const RT_GestureHelper::MGestureEvent& aEvent); - void handleTapL(const RT_GestureHelper::MGestureEvent& aEvent); - void handleDoubleTap(const RT_GestureHelper::MGestureEvent& aEvent); - void handleMove(const RT_GestureHelper::MGestureEvent& aEvent); + void handleTouchDownL(const RT_GestureHelper::TGestureEvent& aEvent); + void handleTouchUp(const RT_GestureHelper::TGestureEvent& aEvent); + void handleTapL(const RT_GestureHelper::TGestureEvent& aEvent); + void handleDoubleTap(const RT_GestureHelper::TGestureEvent& aEvent); + void handleMove(const RT_GestureHelper::TGestureEvent& aEvent); void doTapL(); void updateCursor(const TPoint& pos); private: