diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:44:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 16:56:48 +0900 |
commit | 8207d4341af25b732049fc1f69d3c463d855cae1 (patch) | |
tree | 2a71c4664551c6d3cf435044bdc336321d421998 /dbus-qt.h | |
parent | 547b2874656d653198e68d2fb76d759f76e564ab (diff) | |
download | dbus-tqt-r14.1.1.tar.gz dbus-tqt-r14.1.1.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 69a0dca363007499aeed87b10fc51c2b56daf3cf)
Diffstat (limited to 'dbus-qt.h')
-rw-r--r-- | dbus-qt.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |