textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicfeditor.cpp
changeset 13 3b79bedfdc20
parent 0 eb1f2e154e89
--- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicfeditor.cpp	Tue Feb 02 01:02:04 2010 +0200
+++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicfeditor.cpp	Fri Apr 16 15:17:40 2010 +0300
@@ -108,8 +108,8 @@
     if(aUiLayout)
     	{
     	//Advanced Tactile feedback REQ417-47932
-    	SetTactileFeedbackType(ETouchFeedbackSensitiveInput);    	
-    	aUiLayout->RegisterFeedbackArea(reinterpret_cast<TInt>(this),aRect,ETouchFeedbackSensitiveInput);
+    	SetTactileFeedbackType(ETouchFeedbackSensitiveKeypad);    	
+    	aUiLayout->RegisterFeedbackArea(reinterpret_cast<TInt>(this),aRect,ETouchFeedbackSensitiveKeypad);
     	}
 #endif //RD_TACTILE_FEEDBACK     
     }
@@ -2066,7 +2066,7 @@
         {
         if ( iLastCursorPos != iCursorSel.iCursorPos ) 
             {
-            UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput);
+            UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad);
             iLastCursorPos = iCursorSel.iCursorPos;
             }
         }