diff -r 6cbf3c9cbd21 -r ffb02a9bb508 main.cpp --- a/main.cpp Wed Jul 22 11:48:23 2009 +0000 +++ b/main.cpp Mon Jul 27 12:53:17 2009 +0000 @@ -4,6 +4,8 @@ #include using namespace std; +#include "adaptor.h" //FIXME-3 + #include "flagrow.h" #include "flagrowobj.h" #include "mainwindow.h" @@ -186,6 +188,14 @@ // Paint Mainwindow first time qApp->processEvents(); + // FIXME-3 playing around with dbus + /* + new Adaptor (&app); + dbusConnection.registerService("org.insilmaril.MainWindow"); + QDBusConnection::sessionBus().registerObject("/MainApplication", &app); + */ + + m.loadCmdLine(); // Run script