textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouteditareabase.cpp
branchRCL_3
changeset 20 ebd48d2de13c
parent 9 e6a39382bb9c
child 21 ecbabf52600f
--- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouteditareabase.cpp	Thu Aug 19 10:15:25 2010 +0300
+++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouteditareabase.cpp	Tue Aug 31 15:31:50 2010 +0300
@@ -61,8 +61,8 @@
     	//Advanced Tactile feedback REQ417-47932
     	if(IsKindOfControl(ECtrlTactileFeedback))
     		{
-    		SetTactileFeedbackType(ETouchFeedbackSensitiveInput);
-    		aUiLayout->RegisterFeedbackArea(reinterpret_cast<TInt>(this),aRect,ETouchFeedbackSensitiveInput);
+    		SetTactileFeedbackType(ETouchFeedbackSensitiveKeypad);
+    		aUiLayout->RegisterFeedbackArea(reinterpret_cast<TInt>(this),aRect,ETouchFeedbackSensitiveKeypad);
     		}
     	}
             
@@ -553,7 +553,7 @@
 
     	    if ( AknsUtils::AvkonSkinEnabled() )
     	        {
-    	        AknsUtils::GetCachedColor( UiLayout()->SkinInstance(),
+    	        AknsUtils::GetCachedColor( AknsUtils::SkinInstance(),
     	                 color, KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG60 );
     	        }
             }