diff -r c3690ec91ef8 -r 923ff622b8b9 src/hbcore/gui/hbwidget.h --- a/src/hbcore/gui/hbwidget.h Wed Jun 23 18:33:25 2010 +0300 +++ b/src/hbcore/gui/hbwidget.h Tue Jul 06 14:36:53 2010 +0300 @@ -116,7 +116,6 @@ void setFocusHighlight(HbStyle::Primitive type, HbWidget::FocusHighlight focusHighlight); HbStyle::Primitive focusHighlight(HbWidget::FocusHighlight focusHighlight); - void setBackgroundItem(HbStyle::Primitive type, int zValue = -1); void setBackgroundItem(QGraphicsItem *item, int zValue = -1); QGraphicsItem *backgroundItem() const; @@ -139,6 +138,8 @@ void setPluginBaseId(int baseId); + bool sceneEventFilter (QGraphicsItem *watched, QEvent *event); + protected: HbWidget(HbWidgetPrivate &dd, QGraphicsItem *parent, Qt::WindowFlags wFlags=0); private: