diff -r 923ff622b8b9 -r 4633027730f5 src/hbcore/inputfw/hbinputfocusobject.h --- a/src/hbcore/inputfw/hbinputfocusobject.h Tue Jul 06 14:36:53 2010 +0300 +++ b/src/hbcore/inputfw/hbinputfocusobject.h Wed Aug 18 10:05:37 2010 +0300 @@ -78,9 +78,15 @@ QObject *object() const; void setFocus(); + Qt::Orientation orientation() const; + static bool isReadOnlyWidget(QObject *editorobject); static bool isEditor(QObject *object); +signals: + void aboutToChangeOrientation(); + void orientationChanged(); + protected: HbInputFocusObjectPrivate *const d_ptr;