diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbcore/inputfw/hbinpututils.h --- a/src/hbcore/inputfw/hbinpututils.h Thu May 27 13:10:59 2010 +0300 +++ b/src/hbcore/inputfw/hbinpututils.h Fri Jun 11 13:58:22 2010 +0300 @@ -36,6 +36,7 @@ class QInputContextPlugin; class QWidget; class QGraphicsWidget; +class QGraphicsProxyWidget; struct HbInputMethodList { @@ -61,7 +62,8 @@ static QWidget* createWrapperWidget(QGraphicsWidget* graphicsWidget); static QGraphicsWidget* createGraphicsProxyWidget(QWidget* widget); - static HbInputDigitType inputDigitType(HbInputLanguage language); + static HbInputDigitType inputDigitType(HbInputLanguage language); + static QGraphicsProxyWidget* graphicsProxyWidget(const QWidget* w); }; /*!