From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkcddb/test/asyncsmtpsubmittest.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libkcddb/test/asyncsmtpsubmittest.cpp') 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); -- cgit v1.2.1