summaryrefslogtreecommitdiffstats
path: root/dbus-qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus-qt.h')
-rw-r--r--dbus-qt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus-qt.h b/dbus-qt.h
index 72f242a..668601f 100644
--- a/dbus-qt.h
+++ b/dbus-qt.h
@@ -29,7 +29,7 @@
* Two approaches - one presented below a DBusQtConnection
* object which is a TQt wrapper around DBusConnection
class DBusQtConnection : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
DBusQtConnection( const char *address=0, TQObject *parent=0,
@@ -55,7 +55,7 @@ private:
*
* Second approach is to have a static TQt dispatcher like:
class DBusQtNotifier : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
static DBusQtNotifier* dbus_qt_notifier();