Added the main.cpp of version 0.2.1
[kitchenalert] / src / main.cpp
index 7a30501..e162590 100644 (file)
@@ -28,9 +28,9 @@
 int main(int argc, char *argv[])
 {
     QApplication a(argc, argv);
-    a.setApplicationName("KitchenAlert"); //a name required by phonon
-    a.setApplicationVersion("0.2");
-
+    a.setApplicationName("KitchenAlert"); //a name is required to connect to DBus
+    a.setApplicationVersion("0.2.1");
+    a.setOrganizationName("KitchenAlert");
     KitchenAlertMainWindow w;
 #if defined(Q_WS_S60)
     w.showMaximized();