phoneapp/phoneui2/src/main.cpp
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 74 d1c62c765e48
--- a/phoneapp/phoneui2/src/main.cpp	Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneapp/phoneui2/src/main.cpp	Wed Jun 23 18:12:20 2010 +0300
@@ -19,6 +19,7 @@
 #include <hbapplication.h>
 #include <hbmainwindow.h>
 #include <hbtoolbar.h>
+#include <xqserviceutil.h>
 
 #include "hbphonemainwindow.h"
 
@@ -27,5 +28,6 @@
 {
     HbApplication app (argc, argv, Hb::NoSplash);
     HbPhoneMainWindow window;
+    XQServiceUtil::toBackground( true );
     return app.exec ();
 }