diff -r eb1f2e154e89 -r 3b79bedfdc20 textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutvkb.cpp --- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutvkb.cpp Tue Feb 02 01:02:04 2010 +0200 +++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutvkb.cpp Fri Apr 16 15:17:40 2010 +0300 @@ -199,8 +199,8 @@ CVirtualKeyCtrl* ctrl = CreateKeyCtrlL(aKey,EFalse);//CVirtualKeyCtrl::NewL(this,aKey); #ifdef RD_TACTILE_FEEDBACK //Advanced Tactile feedback REQ417-47932 - ctrl->SetTactileFeedbackType(ETouchFeedbackSensitiveInput); - UiLayout()->RegisterFeedbackArea(reinterpret_cast(ctrl),ctrl->Rect(),ETouchFeedbackSensitiveInput); + ctrl->SetTactileFeedbackType(ETouchFeedbackSensitiveKeypad); + UiLayout()->RegisterFeedbackArea(reinterpret_cast(ctrl),ctrl->Rect(),ETouchFeedbackSensitiveKeypad); #endif CleanupStack::PushL(ctrl); AddKeyControlL(ctrl); @@ -228,8 +228,8 @@ CVirtualRawKeyCtrl* ctrl = static_cast(CreateKeyCtrlL(aKey,ETrue)); #ifdef RD_TACTILE_FEEDBACK //Advanced Tactile feedback REQ417-47932 - ctrl->SetTactileFeedbackType(ETouchFeedbackSensitiveInput); - UiLayout()->RegisterFeedbackArea(reinterpret_cast(ctrl),ctrl->Rect(),ETouchFeedbackSensitiveInput); + ctrl->SetTactileFeedbackType(ETouchFeedbackSensitiveKeypad); + UiLayout()->RegisterFeedbackArea(reinterpret_cast(ctrl),ctrl->Rect(),ETouchFeedbackSensitiveKeypad); #endif CleanupStack::PushL(ctrl);