diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbcore/inputfw/hbinputpredictioncallback.h --- a/src/hbcore/inputfw/hbinputpredictioncallback.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbcore/inputfw/hbinputpredictioncallback.h Mon Oct 18 18:23:13 2010 +0300 @@ -50,6 +50,7 @@ virtual QList probableKeypresses() { return QList(); } + virtual bool isPunctuationKey(const Qt::Key key, const HbKeyboardType keypad) = 0; }; #endif // HB_INPUT_PREDICTION_CALLBACK_H