summaryrefslogtreecommitdiffstats
path: root/libkcddb/test/asynchttplookuptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/test/asynchttplookuptest.cpp')
-rw-r--r--libkcddb/test/asynchttplookuptest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcddb/test/asynchttplookuptest.cpp b/libkcddb/test/asynchttplookuptest.cpp
index 3cba7d7b..a86d4a66 100644
--- a/libkcddb/test/asynchttplookuptest.cpp
+++ b/libkcddb/test/asynchttplookuptest.cpp
@@ -12,7 +12,7 @@ AsyncHTTPLookupTest::AsyncHTTPLookupTest()
using namespace KCDDB;
client_ = new Client;
- client_->config().setHostname("freedb.freedb.org");
+ client_->config().setHostname("gnudb.gnudb.org");
client_->config().setPort(80);
client_->config().setCachePolicy(Cache::Ignore);
client_->config().setLookupTransport(Lookup::HTTP);
@@ -21,8 +21,8 @@ AsyncHTTPLookupTest::AsyncHTTPLookupTest()
connect
(
client_,
- TQT_SIGNAL(finished(CDDB::Result)),
- TQT_SLOT(slotFinished(CDDB::Result))
+ TQ_SIGNAL(finished(CDDB::Result)),
+ TQ_SLOT(slotFinished(CDDB::Result))
);
TrackOffsetList list;