diff -r d39add9822e2 -r 5bfc169077b2 webengine/osswebengine/WebKit/s60/plugins/PluginWin.h --- a/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h Tue Feb 02 00:56:45 2010 +0200 +++ b/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h Fri Mar 19 09:52:28 2010 +0200 @@ -23,10 +23,9 @@ // INCLUDES #include #include -#include +#include #include #include -#include // FORWARD DECLARATIONS class PluginSkin; @@ -479,7 +478,7 @@ void ToggleScreenMode(bool aFullScreen); void PlayPausePluginL (); void HandlePointerEventFromPluginL(const TPointerEvent& aEvent); - TBool HandleGesture(const TStmGestureEvent& aEvent); + TBool HandleGesture(const RT_GestureHelper::TGestureEvent& aEvent); TBool Windowed() { return m_windowedPlugin;} protected: // New functions