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/syncsmtpsubmittest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libkcddb/test/syncsmtpsubmittest.cpp') diff --git a/libkcddb/test/syncsmtpsubmittest.cpp b/libkcddb/test/syncsmtpsubmittest.cpp index 75935848..4af365bb 100644 --- a/libkcddb/test/syncsmtpsubmittest.cpp +++ b/libkcddb/test/syncsmtpsubmittest.cpp @@ -54,7 +54,7 @@ main(int argc, char ** argv) 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"; @@ -65,7 +65,7 @@ main(int argc, char ** argv) 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); Client c; -- cgit v1.2.1