contentstorage/cahandler/app/src/caapphandlerplugin.cpp
changeset 83 156f692b1687
parent 66 32469d7d46ff
child 98 d2f833ab7940
--- a/contentstorage/cahandler/app/src/caapphandlerplugin.cpp	Thu May 27 13:11:12 2010 +0300
+++ b/contentstorage/cahandler/app/src/caapphandlerplugin.cpp	Fri Jun 11 13:58:37 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<CCaAppHandler> when descriptor interface name
+    \return An instance of the CaS60HandlerAdapter<CaAppHandler> 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;
     }