Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 12 years ago
parent 8e81e6dc42
commit 884c85c306

@ -38,7 +38,7 @@ namespace DBusQt {
class Connection : public TQObject class Connection : public TQObject
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
Connection( TQObject *parent =0 ); Connection( TQObject *parent =0 );
Connection( const TQString& host, Connection( const TQString& host,

@ -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);

@ -43,7 +43,7 @@ namespace DBusQt
class Timeout : public TQObject class Timeout : public TQObject
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
Timeout( TQObject *parent, DBusTimeout *t ); Timeout( TQObject *parent, DBusTimeout *t );
public: public:
@ -60,7 +60,7 @@ namespace DBusQt
class Integrator : public TQObject class Integrator : public TQObject
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
Integrator( DBusConnection *connection, TQObject *parent ); Integrator( DBusConnection *connection, TQObject *parent );
Integrator( DBusServer *server, TQObject *parent ); Integrator( DBusServer *server, TQObject *parent );

@ -33,7 +33,7 @@ namespace DBusQt
class Server : public TQObject class Server : public TQObject
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
Server( const TQString& addr = TQString(), TQObject *parent=0 ); Server( const TQString& addr = TQString(), TQObject *parent=0 );
~Server(); ~Server();

Loading…
Cancel
Save