diff -r e4ebb16b39ea -r 603d3f8b6302 plugins/contacts/symbian/contactsmodel/cntplsql/inc/cqwertykeymap.h --- a/plugins/contacts/symbian/contactsmodel/cntplsql/inc/cqwertykeymap.h Fri Sep 17 08:34:34 2010 +0300 +++ b/plugins/contacts/symbian/contactsmodel/cntplsql/inc/cqwertykeymap.h Mon Oct 04 01:37:06 2010 +0300 @@ -106,9 +106,6 @@ public: // From CPcsKeyMap virtual const QChar ArrayIndexToMappedChar(TInt aArrayIndex) const; -#if !defined(USE_ORBIT_KEYMAP) - virtual const QChar UseHardcodedKeyMap(const QChar input) const; -#endif private: // From CPcsKeyMap virtual TInt ComputeValue(QString aString, @@ -116,9 +113,8 @@ QString& aValue) const; public: -#if defined(USE_ORBIT_KEYMAP) bool IsValidChar(const QChar aChar) const; -#endif + TInt MapKeyNameToValue(const QChar aKeyName) const; private: // Constructors