summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/logListItem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:39:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:39:35 -0600
commitb6d3b22ce8f0b50f77a9f9f2cbf91bef3da6c717 (patch)
tree8170614e2a0bb0348cfce1e75d4ead379b69a68c /ksystemlog/src/logListItem.cpp
parente65d401151bf81fa3590435a3eed3edcd995fa89 (diff)
downloadksystemlog-b6d3b22ce8f0b50f77a9f9f2cbf91bef3da6c717.tar.gz
ksystemlog-b6d3b22ce8f0b50f77a9f9f2cbf91bef3da6c717.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'ksystemlog/src/logListItem.cpp')
-rw-r--r--ksystemlog/src/logListItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksystemlog/src/logListItem.cpp b/ksystemlog/src/logListItem.cpp
index 85767d6..17ad63d 100644
--- a/ksystemlog/src/logListItem.cpp
+++ b/ksystemlog/src/logListItem.cpp
@@ -375,7 +375,7 @@ if( fmName.width( name ) + text_x + lv->itemMargin()*2 > width ) {
// draw the number of tracks and the total length of the playlist
info += i18n("1 Track", "%n Tracks", m_trackCount);
if( m_length )
- info += TQString(" - [%2]").tqarg( MetaBundle::prettyTime( m_length ) );
+ info += TQString(" - [%2]").arg( MetaBundle::prettyTime( m_length ) );
}
pBuf.drawText( text_x, textHeight, width, fm.lineSpacing(), AlignVCenter, info);