diff -r c3690ec91ef8 -r 923ff622b8b9 src/hbcore/gui/hbwidget_p.h --- a/src/hbcore/gui/hbwidget_p.h Wed Jun 23 18:33:25 2010 +0300 +++ b/src/hbcore/gui/hbwidget_p.h Tue Jul 06 14:36:53 2010 +0300 @@ -75,10 +75,7 @@ void updateBackgroundItemSize(); - bool isInputMethodNeutral(); - - QGraphicsLayoutItem *createSpacerItem( const QString &name ); - + void setBackgroundItem(HbStyle::Primitive type, int zValue = -1); HbWidget *q_ptr; HbStyle *style; @@ -91,13 +88,13 @@ bool polishPending; bool themingPending; bool repolishOutstanding; + bool mHandlingRepolishSynchronously; bool notifyScene; int pluginBaseId; HbFocusGroup *focusGroup; HbStyle::Primitive focusActiveType; HbStyle::Primitive focusResidualType; bool highlightExpired; - QHash mSpacers; private: mutable QGraphicsItem *backgroundItem; mutable QGraphicsItem *focusActiveItem;