src/hbcore/vkbhosts/hbstaticvkbhost.cpp
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
child 30 80e4d18b72f5
child 34 ed14f46c0e55
--- a/src/hbcore/vkbhosts/hbstaticvkbhost.cpp	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/vkbhosts/hbstaticvkbhost.cpp	Wed Jun 23 18:33:25 2010 +0300
@@ -36,7 +36,7 @@
 \class HbStaticVkbHost
 \brief Static virtual keyboard host
 
-The virtual keyboard host takes care of keyboard animations. 
+The virtual keyboard host takes care of keyboard animations.
 This version, unlike other vkb host implementations,  only brings up the virtual keyboard but does not
 move the underlying view or reposition the editor in case it is fully or partially covered by the virtual
 keyboard. In other words, it does not gurantee that the editor cursor remains visible.
@@ -59,7 +59,7 @@
 };
 
 HbStaticVkbHostPrivate::HbStaticVkbHostPrivate(HbAbstractVkbHost *myHost, HbWidget *widget)
-: HbAbstractVkbHostPrivate(myHost, widget)
+    : HbAbstractVkbHostPrivate(myHost, widget)
 {
 }
 
@@ -77,8 +77,8 @@
 Constructs the object.
 */
 HbStaticVkbHost::HbStaticVkbHost(HbWidget *widget) : HbAbstractVkbHost(new HbStaticVkbHostPrivate(this, widget))
-{  
-    setParent(widget);  
+{
+    setParent(widget);
 }
 
 /*!