src/hbcore/inputfw/hbinputvkbhostbridge.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 6 c3690ec91ef8
child 34 ed14f46c0e55
--- 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;