summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3dns/tst_q3dns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/q3dns/tst_q3dns.cpp')
-rw-r--r--tests/auto/q3dns/tst_q3dns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/q3dns/tst_q3dns.cpp b/tests/auto/q3dns/tst_q3dns.cpp
index ead4effe88..018ce84142 100644
--- a/tests/auto/q3dns/tst_q3dns.cpp
+++ b/tests/auto/q3dns/tst_q3dns.cpp
@@ -206,7 +206,7 @@ void tst_Q3Dns::simpleLookup()
int c = 0;
char **v = 0;
QCoreApplication a(c, v);
- Q3Dns dns("www.trolltech.com");
+ Q3Dns dns("qt.nokia.com");
QSignalSpy spy(&dns, SIGNAL(resultsReady()));
connect(&dns, SIGNAL(resultsReady()), this, SLOT(simpleLookupDone()));