summaryrefslogtreecommitdiffstats
path: root/integrator.h
diff options
context:
space:
mode:
Diffstat (limited to 'integrator.h')
-rw-r--r--integrator.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/integrator.h b/integrator.h
index 98ecbad..e67eb9d 100644
--- a/integrator.h
+++ b/integrator.h
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/* integrator.h: integrates D-BUS into TQt event loop
*
* Copyright (C) 2003 Zack Rusin <zack@kde.org>
@@ -42,7 +41,7 @@ namespace DBusQt
class Timeout : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
Timeout( TQObject *parent, DBusTimeout *t );
@@ -59,7 +58,7 @@ namespace DBusQt
class Integrator : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
Integrator( DBusConnection *connection, TQObject *parent );