Sound related changes
[kitchenalert] / src / main.cpp
index 5e157c4..5090c6d 100644 (file)
@@ -28,6 +28,9 @@
 int main(int argc, char *argv[])
 {
     QApplication a(argc, argv);
+    a.setApplicationName("KitchenAlert"); //a name is required to connect to DBus
+    a.setApplicationVersion("0.2.0");
+    a.setOrganizationName("KitchenAlert");
     KitchenAlertMainWindow w;
 #if defined(Q_WS_S60)
     w.showMaximized();