summaryrefslogtreecommitdiffstats
path: root/src/tdebluezioslave/obex
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:04:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:04:57 +0900
commitbcf08b15c538ea1181c38e1ef51a2b4f08a92e83 (patch)
tree6cf48dec2903afaa258b81aaa9ffa0edd2df91c8 /src/tdebluezioslave/obex
parentee1b7905934a1d03c9e5a7d5e08d65ba78ca9ea7 (diff)
downloadtdebluez-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/tdebluezioslave/obex')
-rw-r--r--src/tdebluezioslave/obex/obex.h2
-rw-r--r--src/tdebluezioslave/obex/tdeio_obex.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tdebluezioslave/obex/obex.h b/src/tdebluezioslave/obex/obex.h
index bc6d3cc..2ea0f67 100644
--- a/src/tdebluezioslave/obex/obex.h
+++ b/src/tdebluezioslave/obex/obex.h
@@ -36,7 +36,7 @@ using namespace TDEIO;
class Obex : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
Obex(TQString & mProtocol);
diff --git a/src/tdebluezioslave/obex/tdeio_obex.h b/src/tdebluezioslave/obex/tdeio_obex.h
index afa4b2e..a71bf83 100644
--- a/src/tdebluezioslave/obex/tdeio_obex.h
+++ b/src/tdebluezioslave/obex/tdeio_obex.h
@@ -37,7 +37,7 @@
class ObexProtocol: public TQObject, public TDEIO::SlaveBase {
- Q_OBJECT
+ TQ_OBJECT
public:
ObexProtocol(const TQCString &protcol, const TQCString &pool_socket,