From b05bbf90f3b7b82b722dfc584e9b040b0803d771 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 5 Jan 2024 10:36:11 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- src/tdebluezioslave/obex/obex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tdebluezioslave/obex/obex.cpp') 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(); -- cgit v1.2.1