#include #include #include #include "groupware_types.h" #include "kmailinterface.h" #include "mailcomposerinterface.h" #include "aboutdata.h" #include int main(int argc,char **argv) { kDebug(5006) <<"Test KMail D-Bus interface."; KAboutData aboutData( "testKMailDBUS", 0, ki18n("Test for KMail D-Bus interface"), "0.0" ); KCmdLineArgs::init(argc, argv, &aboutData); KApplication app; OrgKdeKmailKmailInterface kmailInterface( KMAIL_DBUS_SERVICE, "/KMail", QDBusConnection::sessionBus()); kmailInterface.openComposer( "to 1","","","First test","simple openComp call",0); QDBusReply composerDbusPath = kmailInterface.openComposer("to 2","","","Second test", "DBUS ref call",0); if ( !composerDbusPath.isValid() ) { kDebug()<<"We can't connect to kmail"; exit( 1 ); } QDBusObjectPath composerPath = composerDbusPath; kDebug()<<"composerPath :"<