diff -r a5692c68d772 -r 593f946f4fec controlpanelplugins/themeplugin/src/cpthemelistview.h --- a/controlpanelplugins/themeplugin/src/cpthemelistview.h Fri Jun 25 17:12:20 2010 +0800 +++ b/controlpanelplugins/themeplugin/src/cpthemelistview.h Wed Sep 29 10:09:58 2010 +0800 @@ -32,7 +32,7 @@ Q_OBJECT public: - CpThemeListView(QGraphicsItem *parent = 0); + explicit CpThemeListView(QGraphicsItem *parent = 0); ~CpThemeListView(); void setWidget(QGraphicsWidget *widget); HbListView* themeList() const; @@ -41,6 +41,7 @@ signals: void newThemeSelected(const QModelIndex& index); + void oviClicked(); private: HbListView* mThemeList;