--- a/src/hbplugins/inputmethods/common/hbinputmodehandler.h Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbplugins/inputmethods/common/hbinputmodehandler.h Tue Jul 06 14:36:53 2010 +0300
@@ -85,7 +85,7 @@
// Utility functions.
void commitFirstMappedNumber(int key, HbKeyboardType type);
- void getAndFilterCharactersBoundToKey(QStringList &list, Qt::Key key);
+ void getAndFilterCharactersBoundToKey(QString &allowedChars, HbKeyboardType type, int key, HbModifiers modifiers);
virtual QChar getNthCharacterInKey(int &index, int key, HbKeyboardType type);
virtual void commitAndAppendString(const QString& string);
virtual void commitAndUpdate(const QString& string, int replaceFrom = 0, int replaceLength = 0, bool isAsync = false);