diff -r 4eb1ae11334f -r e6a39382bb9c textinput/peninputhwrboxcn/ctrlsrc/peninputhwrbxwnd.cpp --- a/textinput/peninputhwrboxcn/ctrlsrc/peninputhwrbxwnd.cpp Wed Apr 14 16:18:34 2010 +0300 +++ b/textinput/peninputhwrboxcn/ctrlsrc/peninputhwrbxwnd.cpp Tue Apr 27 16:59:43 2010 +0300 @@ -159,7 +159,7 @@ TAknsItemID id; TInt skinitemid; - MAknsSkinInstance* skininstance = AknsUtils::SkinInstance(); + MAknsSkinInstance* skininstance = UiLayout()->SkinInstance(); for (TInt i = 0; i < KShadowBmpBr + 1; i++) { @@ -331,7 +331,7 @@ TAknsItemID id; TInt skinitemid; - MAknsSkinInstance* skininstance = AknsUtils::SkinInstance(); + MAknsSkinInstance* skininstance = UiLayout()->SkinInstance(); for (TInt i = 0; i < KShadowBmpBr + 1; i++) { @@ -1081,7 +1081,7 @@ TAknsItemID id; TInt skinitemid; - MAknsSkinInstance* skininstance = AknsUtils::SkinInstance(); + MAknsSkinInstance* skininstance = UiLayout()->SkinInstance(); const TInt16 bmpId = resReader.ReadInt16(); const TInt16 bmpMskId = resReader.ReadInt16(); skinitemid = resReader.ReadInt16();