diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbplugins/inputmethods/touchinput/virtualqwerty.h --- a/src/hbplugins/inputmethods/touchinput/virtualqwerty.h Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbplugins/inputmethods/touchinput/virtualqwerty.h Wed Jun 23 18:33:25 2010 +0300 @@ -74,6 +74,8 @@ void mouseMovedOutOfButton(); void smileySelected(QString smiley); void predictiveInputStateChanged(HbKeyboardSettingFlags keyboardType, bool newState); + void autocompletionStateChanged(HbKeyboardSettingFlags keyboardType, bool newState); + void typingCorrectionLevelChanged(HbTypingCorrectionLevel typingCorrectionLevel); void candidatePopupClosed(int closingKey, const QString& candidate); void aboutToActivateCustomAction(HbAction *custAction); @@ -105,6 +107,7 @@ private slots: void candidatePopupCancelled(); + void primaryCandidateModeChanged(HbPrimaryCandidateMode mode); private: void initializePredictiveMode(); @@ -119,7 +122,7 @@ HbInputVkbWidget *constructKeyboard(HbKeypadMode currentInputType); private: - // mCurrentKeypad contains currently active keypad, we dont need to have + // mCurrentKeypad contains currently active keypad, we don't need to have // anyother variables to tell us which is current keypad QPointer mCurrentKeypad; // contains qwerty alpha keypad