summaryrefslogtreecommitdiffstats
path: root/src/tdebluezioslave/obex/tdeio_obex.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-05 10:36:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-08 19:03:29 +0900
commit50734d4f8e3203418552808f66dc57e07a08e930 (patch)
tree249c7d6fcf916ea753be994b9461a0025ee991af /src/tdebluezioslave/obex/tdeio_obex.cpp
parent1f09199620d6eaccaab310e78c994e2a0f009c8c (diff)
downloadtdebluez-50734d4f8e3203418552808f66dc57e07a08e930.tar.gz
tdebluez-50734d4f8e3203418552808f66dc57e07a08e930.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b05bbf90f3b7b82b722dfc584e9b040b0803d771)
Diffstat (limited to 'src/tdebluezioslave/obex/tdeio_obex.cpp')
-rw-r--r--src/tdebluezioslave/obex/tdeio_obex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdebluezioslave/obex/tdeio_obex.cpp b/src/tdebluezioslave/obex/tdeio_obex.cpp
index 4d682ca..cc461e1 100644
--- a/src/tdebluezioslave/obex/tdeio_obex.cpp
+++ b/src/tdebluezioslave/obex/tdeio_obex.cpp
@@ -198,8 +198,8 @@ bool ObexProtocol::connectObex()
mSessionProperties = new org::freedesktop::DBus::PropertiesProxy("org.bluez", mSessionPath);
mSessionProperties->setConnection((*(mManager->getConnection())));
- connect(mSessionProperties, SIGNAL(PropertiesChanged ( const TQString&, const TQMap< TQString, TQT_DBusVariant >&, const TQStringList& )),
- this, SLOT(slotPropertiesChanged ( const TQString& , const TQMap< TQString, TQT_DBusVariant >&, const TQStringList& )));
+ connect(mSessionProperties, TQ_SIGNAL(PropertiesChanged ( const TQString&, const TQMap< TQString, TQT_DBusVariant >&, const TQStringList& )),
+ this, TQ_SLOT(slotPropertiesChanged ( const TQString& , const TQMap< TQString, TQT_DBusVariant >&, const TQStringList& )));
mFileTransfer = new org::bluez::obex::FileTransfer1Proxy("org.bluez.obex", mSessionPath);
mFileTransfer->setConnection((*(mManager->getConnection())));