From ba3b5b77e1a430dc7197df20872ba46ce2fb6fa7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 12 Jan 2024 11:17:33 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- dnssd/query.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dnssd/query.cpp') diff --git a/dnssd/query.cpp b/dnssd/query.cpp index 3306dc256..2afa62401 100644 --- a/dnssd/query.cpp +++ b/dnssd/query.cpp @@ -74,7 +74,7 @@ public: Query::Query(const TQString& type, const TQString& domain) { d = new QueryPrivate(type,domain); - connect(&d->timeout,TQT_SIGNAL(timeout()),this,TQT_SLOT(timeout())); + connect(&d->timeout,TQ_SIGNAL(timeout()),this,TQ_SLOT(timeout())); } -- cgit v1.2.1