deviceupdatesui/deviceupdatesqtsp/src/main.cpp
changeset 67 fdbfe0a95492
parent 36 9eefb50e711a
--- a/deviceupdatesui/deviceupdatesqtsp/src/main.cpp	Fri Sep 17 19:58:05 2010 +0530
+++ b/deviceupdatesui/deviceupdatesqtsp/src/main.cpp	Fri Oct 15 11:39:02 2010 +0530
@@ -20,7 +20,7 @@
 
 int main(int argc, char **argv)
 {
-    HbApplication a( argc, argv );
+    QApplication a( argc, argv, false );
     DmTelServiceHandler srvcHndlr;
     return a.exec();
 }