summaryrefslogtreecommitdiffstats
path: root/src/tdebluezioslave/obex/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/obex.cpp
parent1f09199620d6eaccaab310e78c994e2a0f009c8c (diff)
downloadtdebluez-50734d4f.tar.gz
tdebluez-50734d4f.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/obex.cpp')
-rw-r--r--src/tdebluezioslave/obex/obex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdebluezioslave/obex/obex.cpp b/src/tdebluezioslave/obex/obex.cpp
index fb1d81b..63d6082 100644
--- a/src/tdebluezioslave/obex/obex.cpp
+++ b/src/tdebluezioslave/obex/obex.cpp
@@ -279,7 +279,7 @@ UDSEntry Obex::extractUrlInfos(const KURL &url)
m_entryBuffer.clear();
StatJob *job = stat(url, false);
- connect(job, TQT_SIGNAL(result(Job *)), this, TQT_SLOT(slotStatResult(Job *)));
+ connect(job, TQ_SIGNAL(result(Job *)), this, TQ_SLOT(slotStatResult(Job *)));
tqApp->eventLoop()->enterLoop();
UDSEntry::iterator it = m_entryBuffer.begin();