diff options
author | Timothy Pearson <[email protected]> | 2012-02-27 02:13:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-27 02:13:42 -0600 |
commit | 520c05ef06ce203ad32470730f68402bc7719157 (patch) | |
tree | 8d0bb18bbbecb4c837e232848905e5819db84b81 /src/network/qdns.cpp | |
parent | b82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff) | |
download | tqt3-520c05ef06ce203ad32470730f68402bc7719157.tar.gz tqt3-520c05ef06ce203ad32470730f68402bc7719157.zip |
Automated update from qt3
Diffstat (limited to 'src/network/qdns.cpp')
-rw-r--r-- | src/network/qdns.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<TQDnsQuery>( 0 ) ), cache( TQDict<TQDnsDomain>( 83, FALSE ) ), ipv4Socket( new TQSocketDevice( TQSocketDevice::Datagram, TQSocketDevice::IPv4, 0 ) ) |