phoneapp/phoneui2/src/main.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 45 6b911d05207e
--- a/phoneapp/phoneui2/src/main.cpp	Tue Jun 15 14:14:38 2010 +0100
+++ b/phoneapp/phoneui2/src/main.cpp	Thu Jul 22 16:33:21 2010 +0100
@@ -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 ();
 }