summaryrefslogtreecommitdiffstats
path: root/libkcddb/test/syncsmtpsubmittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/test/syncsmtpsubmittest.cpp')
-rw-r--r--libkcddb/test/syncsmtpsubmittest.cpp4
1 files changed, 2 insertions, 2 deletions
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;