diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:02:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:02:10 -0600 |
commit | 653e1bd92e3266401e34653c598f4b9dc934cc46 (patch) | |
tree | 8cbf92e0c3c2de99975c0f4f822f83c768fe61e7 /tqdbusproxy.h | |
parent | 53193f5e4e4abba51448414c282f2b844bc42b0c (diff) | |
download | dbus-1-tqt-653e1bd92e3266401e34653c598f4b9dc934cc46.tar.gz dbus-1-tqt-653e1bd92e3266401e34653c598f4b9dc934cc46.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'tqdbusproxy.h')
-rw-r--r-- | tqdbusproxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqdbusproxy.h b/tqdbusproxy.h index 7cf2e52..4c2ea54 100644 --- a/tqdbusproxy.h +++ b/tqdbusproxy.h @@ -175,7 +175,7 @@ * class MyReceiver : public TQObject * { * Q_OBJECT - * TQ_OBJECT + * * public slots: * void handleDBusSignal(const TQT_DBusMessage&); * }; @@ -237,7 +237,7 @@ template <class T> class TQValueList; class TQDBUS_EXPORT TQT_DBusProxy : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * @brief Creates a proxy without binding it to a service or connection |