From 520c05ef06ce203ad32470730f68402bc7719157 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 27 Feb 2012 02:13:42 -0600 Subject: Automated update from qt3 --- src/network/qdns.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/network') diff --git a/src/network/qdns.cpp b/src/network/qdns.cpp index e6dafa6c6..17b78b684 100644 --- a/src/network/qdns.cpp +++ b/src/network/qdns.cpp @@ -132,7 +132,7 @@ public: { #if defined(Q_DNS_SYNCHRONOUS) #if defined(Q_OS_UNIX) - noEventLoop = qApp==0 || qApp->loopLevel()==0; + noEventLoop = tqApp==0 || tqApp->loopLevel()==0; #else noEventLoop = FALSE; #endif @@ -922,7 +922,7 @@ void TQDnsUgleHack::ugle( bool emitAnyway) TQDnsManager::TQDnsManager() - : TQDnsSocket( qApp, "Internal DNS manager" ), + : TQDnsSocket( tqApp, "Internal DNS manager" ), queries( TQPtrVector( 0 ) ), cache( TQDict( 83, FALSE ) ), ipv4Socket( new TQSocketDevice( TQSocketDevice::Datagram, TQSocketDevice::IPv4, 0 ) ) -- cgit v1.2.1