diff -r 2a26698d78ba -r 38529f706030 phoneapp/phoneuicontrol/inc/cphonekeyeventforwarder.h --- a/phoneapp/phoneuicontrol/inc/cphonekeyeventforwarder.h Mon Mar 15 12:40:24 2010 +0200 +++ b/phoneapp/phoneuicontrol/inc/cphonekeyeventforwarder.h Wed Mar 31 21:30:06 2010 +0300 @@ -28,6 +28,8 @@ class MPhoneKeyEventHandler; class MPhoneViewCommandHandle; class CPhoneTimer; +class CPhoneQwertyHandler; +class MPhoneQwertyModeObserver; // CLASS DECLARATION @@ -228,6 +230,12 @@ * Zeroed in HandleEventKeyUpL. */ TInt iScanCode; + + /* + * Has information of used qwerty keyboard. + * Own. + */ + CPhoneQwertyHandler* iQwertyHandler; }; #endif // CPHONEKEYEVENTFORWARDER_H