summaryrefslogtreecommitdiffstats
path: root/src/tdebluezioslave
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:04:57 +0900
committerMichele Calgaro <[email protected]>2023-07-25 13:16:11 +0900
commit0f1dee482b6a2683a2c7ab0670e0a765c2508d2e (patch)
tree900f07de6bfa8a76d0559552340f600b302f21b3 /src/tdebluezioslave
parent27b70ff7c4df708291f9c4a16977438894b80f5f (diff)
downloadtdebluez-0f1dee482b6a2683a2c7ab0670e0a765c2508d2e.tar.gz
tdebluez-0f1dee482b6a2683a2c7ab0670e0a765c2508d2e.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit bcf08b15c538ea1181c38e1ef51a2b4f08a92e83)
Diffstat (limited to 'src/tdebluezioslave')
-rw-r--r--src/tdebluezioslave/bluetooth/tdeiobluetooth.h2
-rw-r--r--src/tdebluezioslave/obex/obex.h2
-rw-r--r--src/tdebluezioslave/obex/tdeio_obex.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/tdebluezioslave/bluetooth/tdeiobluetooth.h b/src/tdebluezioslave/bluetooth/tdeiobluetooth.h
index 7b881f2..92db006 100644
--- a/src/tdebluezioslave/bluetooth/tdeiobluetooth.h
+++ b/src/tdebluezioslave/bluetooth/tdeiobluetooth.h
@@ -20,7 +20,7 @@
class TDEioBluetooth : public TDEIO::ForwardingSlaveBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEioBluetooth(const TQCString &protocol, const TQCString &pool_socket, const TQCString &app_socket);
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,