|
|
@ -31,7 +31,7 @@
|
|
|
|
* object which is a TQt wrapper around DBusConnection
|
|
|
|
* object which is a TQt wrapper around DBusConnection
|
|
|
|
class DBusQtConnection : public TQObject {
|
|
|
|
class DBusQtConnection : public TQObject {
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
DBusQtConnection( const char *address=0, TQObject *parent=0,
|
|
|
|
DBusQtConnection( const char *address=0, TQObject *parent=0,
|
|
|
|
const char *name=0 );
|
|
|
|
const char *name=0 );
|
|
|
@ -57,7 +57,7 @@ private:
|
|
|
|
* Second approach is to have a static TQt dispatcher like:
|
|
|
|
* Second approach is to have a static TQt dispatcher like:
|
|
|
|
class DBusQtNotifier : public TQObject {
|
|
|
|
class DBusQtNotifier : public TQObject {
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
static DBusQtNotifier* dbus_qt_notifier();
|
|
|
|
static DBusQtNotifier* dbus_qt_notifier();
|
|
|
|
void addConnection(DBusConnection* connection);
|
|
|
|
void addConnection(DBusConnection* connection);
|
|
|
|