diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbcore/vkbhosts/hbstaticvkbhost.cpp --- 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); } /*!