--- a/src/hbcore/inputfw/hbinputvkbhostbridge.h Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbcore/inputfw/hbinputvkbhostbridge.h Thu Jul 22 16:36:53 2010 +0100
@@ -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;