qtmobility/plugins/declarative/serviceframework/serviceframework.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/plugins/declarative/serviceframework/serviceframework.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/plugins/declarative/serviceframework/serviceframework.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -53,9 +53,9 @@
     virtual void registerTypes(const char *uri)
     {
         Q_ASSERT(QLatin1String(uri) == QLatin1String("QtMobility.serviceframework"));
-
-        qmlRegisterType<QServiceWrapper>(uri, 1, 0, "Service");
-        qmlRegisterType<QServiceListWrapper>(uri, 1, 0, "ServiceList");
+        
+        qmlRegisterType<QDeclarativeService>(uri, 1, 0, "Service");
+        qmlRegisterType<QDeclarativeServiceList>(uri, 1, 0, "ServiceList");
     }
 };