--- 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);