diff -r c739008478cc -r 5d243a69bdda contentstorage/cahandler/app/src/caapphandlerplugin.cpp --- a/contentstorage/cahandler/app/src/caapphandlerplugin.cpp Mon May 24 20:50:46 2010 +0300 +++ b/contentstorage/cahandler/app/src/caapphandlerplugin.cpp Fri May 28 16:17:03 2010 +0300 @@ -23,7 +23,6 @@ #include "cahandlerloader.h" #include "caapphandler.h" #include "caapphandlerplugin.h" -#include "cas60apphandleradapter.h" /*! \class CaAppHandlerPlugin @@ -35,7 +34,7 @@ \param descriptor Service descriptor. \param context Ignored. \param session Ignored. - \return An instance of the CaS60HandlerAdapter when descriptor interface name + \return An instance of the CaS60HandlerAdapter when descriptor interface name is "com.nokia.homescreen.ICommandHandler", NULL otherwise. */ QObject *CaAppHandlerPlugin::createInstance(const QServiceInterfaceDescriptor &descriptor, @@ -47,7 +46,7 @@ if (descriptor.interfaceName() == "com.nokia.homescreen.ICommandHandler") { - return new CaS60AppHandlerAdapter(); + return new CaAppHandler(); } else { return 0; }