Changed the section to user/hidden as required for Nokia Store
[ghostsoverboard] / main.cpp
index 585bd2c..36936da 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -1,5 +1,5 @@
 /**************************************************************************
-        Ghosts Overboard - a game for Maemo 5
+        Ghosts Overboard - a game 'Meego 1.2 Harmattan'
 
         Copyright (C) 2011  Heli Hyvättinen
 
 **************************************************************************/
 
 #include <QtGui/QApplication>
-#include "mainwindow.h"
+#include "seaview.h"
 
-int main(int argc, char *argv[])
+Q_DECL_EXPORT int main(int argc, char *argv[])
 {
     QApplication a(argc, argv);
     a.setApplicationName("Ghosts Overboard");
-    a.setApplicationVersion("0.1.0");
-    MainWindow w;
+    a.setOrganizationName("Ghosts Overboard");
+    a.setApplicationVersion("0.4.0");
+    a.setWindowIcon(QIcon(":/pix/laiva_3aave.png"));
+    SeaView w;
 #if defined(Q_WS_S60)
     w.showMaximized();
 #else