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