summaryrefslogtreecommitdiffstats
path: root/src/tdebluezioslave/obex/obex.cpp
diff options
context:
space:
mode:
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();