diff -r 03849bd79877 -r fdbfe0a95492 deviceupdatesui/deviceupdatesqtsp/src/main.cpp --- 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(); }