From 96842585886a67c6ab4e2cf83bc69e6156ee2c11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:34:02 -0600 Subject: Rename additional global TQt functions --- juk/tag.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juk/tag.cpp') 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()); -- cgit v1.2.1