summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/xmmssensor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
commit3c87ec12c23bf62d3f60a7dd64020af8e0b997ce (patch)
treeaf5b4b5472d6e9ca5f87b12ceafda358b79d92c6 /superkaramba/src/xmmssensor.cpp
parente31dd7c37ff5af25163426915faddfd43327031f (diff)
downloadtdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.tar.gz
tdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.zip
Rename additional global TQt functions
Diffstat (limited to 'superkaramba/src/xmmssensor.cpp')
-rw-r--r--superkaramba/src/xmmssensor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/superkaramba/src/xmmssensor.cpp b/superkaramba/src/xmmssensor.cpp
index 268700b..fd05744 100644
--- a/superkaramba/src/xmmssensor.cpp
+++ b/superkaramba/src/xmmssensor.cpp
@@ -164,13 +164,13 @@ void XMMSSensor::update()
{
isPlaying = xmms->isPlaying(0);
pos = xmms->getPlaylistPos(0);
- qDebug("unicode start");
+ tqDebug("unicode start");
title = codec->toUnicode( TQCString( xmms->getPlaylistTitle( 0, pos ) ) );
- qDebug("unicode end");
+ tqDebug("unicode end");
if( title.isEmpty() )
title = "XMMS";
- qDebug("Title: %s", title.ascii());
+ tqDebug("Title: %s", title.ascii());
songLength = xmms->getPlaylistTime( 0, pos );
currentTime = xmms->getOutputTime( 0 );
}