diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:04:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:04:57 +0900 |
commit | bcf08b15c538ea1181c38e1ef51a2b4f08a92e83 (patch) | |
tree | 6cf48dec2903afaa258b81aaa9ffa0edd2df91c8 /src/libtdeobex/obexobjectmanagerImpl.h | |
parent | ee1b7905934a1d03c9e5a7d5e08d65ba78ca9ea7 (diff) | |
download | tdebluez-bcf08b15c538ea1181c38e1ef51a2b4f08a92e83.tar.gz tdebluez-bcf08b15c538ea1181c38e1ef51a2b4f08a92e83.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/libtdeobex/obexobjectmanagerImpl.h')
-rw-r--r-- | src/libtdeobex/obexobjectmanagerImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtdeobex/obexobjectmanagerImpl.h b/src/libtdeobex/obexobjectmanagerImpl.h index db7f03c..ba98273 100644 --- a/src/libtdeobex/obexobjectmanagerImpl.h +++ b/src/libtdeobex/obexobjectmanagerImpl.h @@ -43,7 +43,7 @@ namespace TDEObex class KDE_EXPORT ObexObjectManagerImpl: public org::freedesktop::DBus::ObjectManagerProxy { - Q_OBJECT + TQ_OBJECT public: // ObexObjectManagerImpl(){} |