diff -r f7ac710697a9 -r 06ff229162e9 src/hbcore/inputfw/hbinputfocusobject.cpp --- a/src/hbcore/inputfw/hbinputfocusobject.cpp Mon May 03 12:48:33 2010 +0300 +++ b/src/hbcore/inputfw/hbinputfocusobject.cpp Fri May 14 16:09:54 2010 +0300 @@ -35,8 +35,7 @@ #include "hbinputeditorinterface.h" #include "hbinputvkbhost.h" #include "hbinputstandardfilters.h" - -const qreal HbInputVkbZPlaneEpsilon = 0.5; +#include "hbnamespace_p.h" /*! @alpha @@ -234,26 +233,6 @@ } /*! -\deprecated HbInputFocusObject::cursorLeft(int) - is deprecated. Use HbInputFocusObject::cursorLeft(Qt::KeyboardModifiers modifiers) instead. -Sends left arrow key press to focused editor. -*/ -void HbInputFocusObject::cursorLeft(int modifiers) -{ - cursorLeft(static_cast(modifiers)); -} - -/*! -\deprecated HbInputFocusObject::cursorRight(int) - is deprecated. Use HbInputFocusObject::cursorRight(Qt::KeyboardModifiers modifiers) instead. -Sends right arrow key press to focused editor. -*/ -void HbInputFocusObject::cursorRight(int modifiers) -{ - cursorRight(static_cast(modifiers)); -} - -/*! Sends left arrow key press to focused editor. */ void HbInputFocusObject::cursorLeft(Qt::KeyboardModifiers modifiers) @@ -395,7 +374,7 @@ result += parent->zValue(); } - return result + HbInputVkbZPlaneEpsilon; + return result + HbPrivate::VKBValueUnit; } return 0.0;