--- a/radioapp/radiouiengine/src/radiocontrolservice.cpp Fri Jun 11 13:38:32 2010 +0300
+++ b/radioapp/radiouiengine/src/radiocontrolservice.cpp Fri Jun 25 19:09:05 2010 +0300
@@ -30,13 +30,10 @@
*
*/
RadioControlService::RadioControlService( RadioUiEngine& engine ) :
- XQServiceProvider( RADIO_CONTROL_SERVICE, &engine ),
+ XQServiceProvider( RADIO_SERVICE +"."+ RADIO_CONTROL_SERVICE, &engine ),
mUiEngine( engine )
{
publishAll();
- if ( XQServiceUtil::isService() ) {
- XQServiceUtil::toBackground( true );
- }
}
/*!