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