diff options
Diffstat (limited to 'src/tdebluezioslave/obex')
-rw-r--r-- | src/tdebluezioslave/obex/obex.h | 2 | ||||
-rw-r--r-- | src/tdebluezioslave/obex/tdeio_obex.h | 2 |
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, |