diff -r 7dd137878ff8 -r e4f038c420f7 homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h --- a/homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h Wed Aug 18 10:33:57 2010 +0300 +++ b/homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h Mon Sep 13 13:03:23 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: