X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmain.cpp;h=5090c6dfbd5ccf8166cb81ce394998a95de33e1f;hb=2c155c29c90230a4420dd380a9e027d0d537f1c3;hp=5e157c40b30991e639e5fe82a16e561773610dca;hpb=d703fb607c0291912211a5d43cdd04b60b6e87c6;p=kitchenalert diff --git a/src/main.cpp b/src/main.cpp index 5e157c4..5090c6d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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();