summaryrefslogtreecommitdiffstats
path: root/libkcddb/test/asyncsmtpsubmittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/test/asyncsmtpsubmittest.cpp')
-rw-r--r--libkcddb/test/asyncsmtpsubmittest.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/libkcddb/test/asyncsmtpsubmittest.cpp b/libkcddb/test/asyncsmtpsubmittest.cpp
index 224288e3..89c0ad50 100644
--- a/libkcddb/test/asyncsmtpsubmittest.cpp
+++ b/libkcddb/test/asyncsmtpsubmittest.cpp
@@ -6,7 +6,7 @@
#include "libkcddb/submit.h"
AsyncSMTPSubmitTest::AsyncSMTPSubmitTest()
- : QObject()
+ : TQObject()
{
using namespace KCDDB;
@@ -35,7 +35,7 @@ AsyncSMTPSubmitTest::AsyncSMTPSubmitTest()
cdInfo.year = 2001;
cdInfo.category = "misc";
cdInfo.genre = "Barnsaga";
- cdInfo.extd = QString::fromUtf8("Berättare: Olof Thunberg");
+ cdInfo.extd = TQString::fromUtf8("Berättare: Olof Thunberg");
TrackInfo info;
info.title = "Bamses signaturmelodi";
@@ -46,14 +46,14 @@ AsyncSMTPSubmitTest::AsyncSMTPSubmitTest()
cdInfo.trackInfoList.append(info);
info.title = "*";
cdInfo.trackInfoList.append(info);
- info.title = QString::fromUtf8("Jätteödlan Bronto");
+ info.title = TQString::fromUtf8("Jätteödlan Bronto");
cdInfo.trackInfoList.append(info);
connect
(
client_,
- SIGNAL(finished(CDDB::Result)),
- SLOT(slotFinished(CDDB::Result))
+ TQT_SIGNAL(finished(CDDB::Result)),
+ TQT_SLOT(slotFinished(CDDB::Result))
);
client_->submit(cdInfo, list);