diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:44:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 15:44:46 +0900 |
commit | 69a0dca363007499aeed87b10fc51c2b56daf3cf (patch) | |
tree | 2a71c4664551c6d3cf435044bdc336321d421998 /connection.h | |
parent | 547b2874656d653198e68d2fb76d759f76e564ab (diff) | |
download | dbus-tqt-69a0dca363007499aeed87b10fc51c2b56daf3cf.tar.gz dbus-tqt-69a0dca363007499aeed87b10fc51c2b56daf3cf.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'connection.h')
-rw-r--r-- | connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connection.h b/connection.h index 0d9770f..95134ae 100644 --- a/connection.h +++ b/connection.h @@ -36,7 +36,7 @@ namespace DBusQt { class Connection : public TQObject { - Q_OBJECT + TQ_OBJECT public: Connection( TQObject *parent =0 ); |