summaryrefslogtreecommitdiffstats
path: root/kioslave/audiocd/plugins/flac/encoderflac.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:34:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:34:02 -0600
commit96842585886a67c6ab4e2cf83bc69e6156ee2c11 (patch)
tree525102d4e6980878fb2f3ae6ea448a6425c015fc /kioslave/audiocd/plugins/flac/encoderflac.cpp
parent58284d8f7334ed4da083d197b854e73edf8b294b (diff)
downloadtdemultimedia-96842585886a67c6ab4e2cf83bc69e6156ee2c11.tar.gz
tdemultimedia-96842585886a67c6ab4e2cf83bc69e6156ee2c11.zip
Rename additional global TQt functions
Diffstat (limited to 'kioslave/audiocd/plugins/flac/encoderflac.cpp')
-rw-r--r--kioslave/audiocd/plugins/flac/encoderflac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/audiocd/plugins/flac/encoderflac.cpp b/kioslave/audiocd/plugins/flac/encoderflac.cpp
index dfb4f7ba..c208e659 100644
--- a/kioslave/audiocd/plugins/flac/encoderflac.cpp
+++ b/kioslave/audiocd/plugins/flac/encoderflac.cpp
@@ -199,7 +199,7 @@ void EncoderFLAC::fillSongInfo( KCDDB::CDInfo info, int track, const TQString &c
if (!comments[i].second.toString().isEmpty()) {
field = comments[i].first+"="+comments[i].second.toString();
cfield = field.utf8();
- entry.entry = (FLAC__byte*)qstrdup(cfield);
+ entry.entry = (FLAC__byte*)tqstrdup(cfield);
entry.length = cfield.length();
// Insert in vorbiscomment and assign ownership of pointers to FLAC
FLAC__metadata_object_vorbiscomment_insert_comment(d->metadata[0], num_comments, entry, false);