diff options
Diffstat (limited to 'libkcddb/asynchttpsubmit.cpp')
-rw-r--r-- | libkcddb/asynchttpsubmit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcddb/asynchttpsubmit.cpp b/libkcddb/asynchttpsubmit.cpp index cea272cf..6932b49b 100644 --- a/libkcddb/asynchttpsubmit.cpp +++ b/libkcddb/asynchttpsubmit.cpp @@ -23,7 +23,7 @@ namespace KCDDB { - AsyncHTTPSubmit::AsyncHTTPSubmit(const QString& from, const QString& hostname, uint port) + AsyncHTTPSubmit::AsyncHTTPSubmit(const TQString& from, const TQString& hostname, uint port) : HTTPSubmit(from, hostname, port) { @@ -36,7 +36,7 @@ namespace KCDDB CDDB::Result AsyncHTTPSubmit::runJob(KIO::Job* job) { - connect(job, SIGNAL(result(KIO::Job *)), SLOT(slotFinished(KIO::Job *))); + connect(job, TQT_SIGNAL(result(KIO::Job *)), TQT_SLOT(slotFinished(KIO::Job *))); return CDDB::Success; } |