--- a/src/hbcore/gui/hbwidget.h Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbcore/gui/hbwidget.h Thu Jul 22 16:36:53 2010 +0100
@@ -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: