summaryrefslogtreecommitdiffstats
path: root/juk/tag.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 /juk/tag.cpp
parent58284d8f7334ed4da083d197b854e73edf8b294b (diff)
downloadtdemultimedia-96842585886a67c6ab4e2cf83bc69e6156ee2c11.tar.gz
tdemultimedia-96842585886a67c6ab4e2cf83bc69e6156ee2c11.zip
Rename additional global TQt functions
Diffstat (limited to 'juk/tag.cpp')
-rw-r--r--juk/tag.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/tag.cpp b/juk/tag.cpp
index 27f0a91c..08a717ea 100644
--- a/juk/tag.cpp
+++ b/juk/tag.cpp
@@ -54,9 +54,9 @@ Tag::Tag(const TQString &fileName) :
m_bitrate(0),
m_isValid(false)
{
- // using qDebug here since we want this to show up in non-debug builds as well
+ // using tqDebug here since we want this to show up in non-debug builds as well
- qDebug("Reading tag for %s", fileName.local8Bit().data());
+ tqDebug("Reading tag for %s", fileName.local8Bit().data());
if(MediaFiles::isMP3(fileName)) {
TagLib::MPEG::File file(TQFile::encodeName(fileName).data());