diff options
Diffstat (limited to 'libkcddb/test/synchttpsubmittest.cpp')
-rw-r--r-- | libkcddb/test/synchttpsubmittest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcddb/test/synchttpsubmittest.cpp b/libkcddb/test/synchttpsubmittest.cpp index 79fab86c..d6c17eaf 100644 --- a/libkcddb/test/synchttpsubmittest.cpp +++ b/libkcddb/test/synchttpsubmittest.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; |