--- a/phoneapp/phoneuiutils/src/cphonekeys.cpp Fri Sep 03 13:33:36 2010 +0300
+++ b/phoneapp/phoneuiutils/src/cphonekeys.cpp Fri Sep 17 17:09:12 2010 +0300
@@ -18,8 +18,6 @@
// INCLUDE FILES
#include "cphonekeys.h"
-#include <aknkeys.h>
-#include <AknUtils.h>
#include "phonelogger.h"
// CONSTANTS
@@ -38,8 +36,7 @@
// Convert key code to western.
TBuf<1> buffer; // one character
buffer.Append( aKeyEvent.iCode );
- AknTextUtils::ConvertDigitsTo( buffer, EDigitTypeWestern );
-
+
TBool result = EFalse;
switch ( buffer[ 0 ] ) // first char