qthighway/xqservice/src/xqappmgr_p.cpp
changeset 8 71781823f776
parent 4 90517678cc4f
child 14 6fbed849b4f4
--- a/qthighway/xqservice/src/xqappmgr_p.cpp	Fri May 14 16:41:33 2010 +0300
+++ b/qthighway/xqservice/src/xqappmgr_p.cpp	Thu May 27 13:42:11 2010 +0300
@@ -61,9 +61,9 @@
 
     QList<XQAiwInterfaceDescriptor> impls;
     if (service.isEmpty())
-        impls = serviceMgr->findInterfaces(interface);
+        impls = serviceMgr->findFirstInterface(interface);
     else
-        impls = serviceMgr->findInterfaces(service, interface);
+        impls = serviceMgr->findFirstInterface(service, interface);
 
     // Pick up the first implementation
     if (impls.count())