diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbplugins/inputmethods/common/hbinputmodehandler_p.h --- a/src/hbplugins/inputmethods/common/hbinputmodehandler_p.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbplugins/inputmethods/common/hbinputmodehandler_p.h Mon Oct 18 18:23:13 2010 +0300 @@ -45,6 +45,7 @@ // HbPredictionCallback QString surroundingText(); int cursorPosition(); + bool isPunctuationKey(const Qt::Key key, const HbKeyboardType keypad); bool isEnterCharacter(QChar character); const HbKeymap* mKeymap; HbInputAbstractMethod *mInputMethod;