From bcf08b15c538ea1181c38e1ef51a2b4f08a92e83 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:04:57 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/tdebluezioslave/obex/obex.h | 2 +- src/tdebluezioslave/obex/tdeio_obex.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tdebluezioslave/obex') 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, -- cgit v1.2.1