diff options
Diffstat (limited to 'knode/knhdrviewitem.cpp')
-rw-r--r-- | knode/knhdrviewitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/knhdrviewitem.cpp b/knode/knhdrviewitem.cpp index 748bcb4f5..207d22ba4 100644 --- a/knode/knhdrviewitem.cpp +++ b/knode/knhdrviewitem.cpp @@ -159,7 +159,7 @@ void KNHdrViewItem::paintCell( TQPainter *p, const TQColorGroup &cg, int column, TQString t2; TQFont f2; if (countUnreadInThread() > 0 && column == paintInfo->subCol && !isOpen()) { - t2 = TQString( " (%1)" ).arg( countUnreadInThread() ); + t2 = TQString( " (%1)" ).tqarg( countUnreadInThread() ); f2 = p->font(); f2.setBold( true ); cntWidth = TQFontMetrics( f2 ).width( t2, -1 ); |