diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:38:02 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:38:02 (GMT) |
commit | c3bbde7cb06cf753853065821f4ee828948afe42 (patch) | |
tree | ed6b0a8db5cdeed88e693f4fd7d8aa54152d6a0d /tests/auto/q3dns | |
parent | f5408614bf3fe20ad5c4937c2329c8a77b8753cf (diff) | |
download | Qt-c3bbde7cb06cf753853065821f4ee828948afe42.zip Qt-c3bbde7cb06cf753853065821f4ee828948afe42.tar.gz Qt-c3bbde7cb06cf753853065821f4ee828948afe42.tar.bz2 |
Update URL for Qt web site.
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/q3dns')
-rw-r--r-- | tests/auto/q3dns/tst_q3dns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/q3dns/tst_q3dns.cpp b/tests/auto/q3dns/tst_q3dns.cpp index ead4eff..018ce84 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())); |