Added the main.cpp of version 0.2.1
[kitchenalert] / src / main.cpp
index 349ea26..e162590 100644 (file)
@@ -28,7 +28,9 @@
 int main(int argc, char *argv[])
 {
     QApplication a(argc, argv);
-    a.setApplicationName("KitchenAlert"); //a name required by phonon
+    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();