diff -r 35368b604b28 -r 6727c5d0afc7 homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h --- a/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h Thu Sep 02 20:17:27 2010 +0300 +++ b/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h Fri Sep 17 08:27:54 2010 +0300 @@ -48,8 +48,10 @@ const QString &collectionType = Hs::collectionTypeName); static QStringList getCollectionNames(); static QString getName(int entryId); - static int executeAction(int entryId, const QString &actionName = - Hs::openActionIdentifier); + static int executeAction(int entryId, + const QString &actionName = Hs::openActionIdentifier, + QObject* receiver = NULL, + const char* member = NULL); static bool launchTaskSwitcher(); static int createCollection(const QString &name);