satui/satapp/src/main.cpp
changeset 15 d7fc66ccd6fb
parent 12 ae8abd0db65c
child 33 8d5d7fcf9b59
--- a/satui/satapp/src/main.cpp	Fri Apr 16 15:31:58 2010 +0300
+++ b/satui/satapp/src/main.cpp	Mon May 03 13:01:45 2010 +0300
@@ -17,12 +17,11 @@
 */
 
 #include <QApplication>
-
+#include <QTranslator>
 #include <hbapplication.h>
 #include <hbmainwindow.h>
-#include <QTranslator>
+
 #include "satappmainhandler.h"
-
 #include "tflogger.h"
 
 int main(int argc, char *argv[])
@@ -39,12 +38,6 @@
 
     HbMainWindow window;
     TFLOGSTRING("SATAPP: main window created")
-    
-    // the code is only for test, currently, dphone79 only support
-    // lanscape, remove it before official release
-    #ifndef __WINSCW
-    //window.setOrientation(Qt::Horizontal);
-    #endif
 
     SatAppMainHandler *mainHandler = new SatAppMainHandler(window);