8#include <tqstringlist.h>
11#include <tqdbusdata.h>
12#include <tqdbusdatalist.h>
13#include <tqdbusdatamap.h>
14#include <tqdbuserror.h>
15#include <tqdbusmessage.h>
16#include <tqdbusobjectpath.h>
17#include <tqdbusproxy.h>
31 m_baseProxy->setInterface(
"org.freedesktop.DBus.ObjectManager");
32 m_baseProxy->setPath(
path);
33 m_baseProxy->setService(
service);
39ObjectManagerProxy::~ObjectManagerProxy()
46 m_baseProxy->setConnection(connection);
56 if (
reply.type() != TQT_DBusMessage::ReplyMessage)
return false;
58 if (
reply.count() != 1)
return false;
63 if (!
ok)
return false;
70 if (
message.member() ==
"InterfacesAdded")
77 else if (
message.member() ==
"InterfacesRemoved")
92#include "objectmanagerProxy.moc"
ObjectManagerProxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)