diff -r 35368b604b28 -r 6727c5d0afc7 homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h --- a/homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h Thu Sep 02 20:17:27 2010 +0300 +++ b/homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h Fri Sep 17 08:27:54 2010 +0300 @@ -45,6 +45,7 @@ QPainterPath shape() const; void setWidget(QObject *widget); + QObject *widget() { return mWidget; } void setVisualModel(HsWidgetHost *model); HsWidgetHost *visualModel() const; signals: