diff options
Diffstat (limited to 'integrator.h')
-rw-r--r-- | integrator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integrator.h b/integrator.h index 43fb4dc..98ecbad 100644 --- a/integrator.h +++ b/integrator.h @@ -43,7 +43,7 @@ namespace DBusQt class Timeout : public TQObject { Q_OBJECT - TQ_OBJECT + public: Timeout( TQObject *parent, DBusTimeout *t ); public: @@ -60,7 +60,7 @@ namespace DBusQt class Integrator : public TQObject { Q_OBJECT - TQ_OBJECT + public: Integrator( DBusConnection *connection, TQObject *parent ); Integrator( DBusServer *server, TQObject *parent ); |