diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbcore/inputfw/hbinputvkbhostbridge.h --- a/src/hbcore/inputfw/hbinputvkbhostbridge.h Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbcore/inputfw/hbinputvkbhostbridge.h Wed Jun 23 18:33:25 2010 +0300 @@ -38,13 +38,13 @@ static HbVkbHostBridge *instance(); ~HbVkbHostBridge(); - void openKeypad(HbVirtualKeyboard *vkb, HbInputMethod* owner, bool animationAllowed); - void openMinimizedKeypad(HbVirtualKeyboard *vkb, HbInputMethod* owner); + void openKeypad(HbVirtualKeyboard *vkb, HbInputMethod *owner, bool animationAllowed); + void openMinimizedKeypad(HbVirtualKeyboard *vkb, HbInputMethod *owner); void closeKeypad(bool animationAllowed); void minimizeKeypad(bool animationAllowed); HbVkbStatus keypadStatus() const; - QSizeF keyboardArea() const; - HbVirtualKeyboard* activeKeypad() const; + QSizeF keyboardArea() const; + HbVirtualKeyboard *activeKeypad() const; QRectF applicationArea() const; HbVkbStatus keypadStatusBeforeOrientationChange() const;