--- a/src/hbinput/inputwidgets/hbinputqwertytouchkeyboard_p.h Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputqwertytouchkeyboard_p.h Mon May 03 12:48:33 2010 +0300
@@ -52,7 +52,6 @@
~HbQwertyKeyboardPrivate();
void handleStandardButtonPress(int buttonId);
void handleStandardButtonRelease(int buttonId);
- void handleStandardButtonClick(int aButtonId);
void setLayoutDimensions(QSizeF dimensions);
QSizeF calculateDimensions(QSizeF size);
@@ -73,7 +72,7 @@
int keyCode(int buttonId);
int keyCode(HbTouchKeypadButton *button);
void getAllowedSctCharcters(QString & allowedSctCharacters);
- void updateButtonsText();
+ void updateButtonsTextAndMappers();
public:
QList<HbTouchKeypadButton*> mButtons;
QList<HbStyleOptionLabel*> mKeypadButtonOption;