diff -r 808caa51b78b -r e0b83131558d controlpanelplugins/themeplugin/src/cpthemelistview.cpp --- a/controlpanelplugins/themeplugin/src/cpthemelistview.cpp Wed Jul 14 07:09:46 2010 +0800 +++ b/controlpanelplugins/themeplugin/src/cpthemelistview.cpp Fri Jul 23 11:04:51 2010 +0800 @@ -58,8 +58,8 @@ //Fixed vertical policy so that the heading doesn't expand. form->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed, QSizePolicy::DefaultType); - connect(mThemeList, SIGNAL(activated(const QModelIndex&)), - this, SIGNAL(newThemeSelected(const QModelIndex&))); + connect(mThemeList, SIGNAL(activated(QModelIndex)), + this, SIGNAL(newThemeSelected(QModelIndex))); //set list item icons to be large. HbListViewItem* listViewItem = mThemeList->listItemPrototype();