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 fe35094..e67eb9d 100644 --- a/integrator.h +++ b/integrator.h @@ -41,7 +41,7 @@ namespace DBusQt class Timeout : public TQObject { - Q_OBJECT + TQ_OBJECT public: Timeout( TQObject *parent, DBusTimeout *t ); @@ -58,7 +58,7 @@ namespace DBusQt class Integrator : public TQObject { - Q_OBJECT + TQ_OBJECT public: Integrator( DBusConnection *connection, TQObject *parent ); |