diff -r 6297cdf66332 -r d39add9822e2 webengine/osswebengine/WebKit/s60/plugins/PluginWin.h --- a/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h Mon Jan 18 21:20:18 2010 +0200 +++ b/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h Tue Feb 02 00:56:45 2010 +0200 @@ -26,6 +26,7 @@ #include #include #include +#include // FORWARD DECLARATIONS class PluginSkin; @@ -478,7 +479,7 @@ void ToggleScreenMode(bool aFullScreen); void PlayPausePluginL (); void HandlePointerEventFromPluginL(const TPointerEvent& aEvent); - TBool HandleGesture(const RT_GestureHelper::TGestureEvent& aEvent); + TBool HandleGesture(const TStmGestureEvent& aEvent); TBool Windowed() { return m_windowedPlugin;} protected: // New functions