From c0f375feba0103bed2bac1b1f05e76e9ae28fa89 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:55:35 -0600 Subject: Remove additional unneeded tq method conversions --- kfouleggs/piece.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kfouleggs') diff --git a/kfouleggs/piece.cpp b/kfouleggs/piece.cpp index c2e8a186..075bac7a 100644 --- a/kfouleggs/piece.cpp +++ b/kfouleggs/piece.cpp @@ -28,7 +28,7 @@ TQColor FEPieceInfo::defaultColor(uint i) const TQString FEPieceInfo::colorLabel(uint i) const { return (i==NB_NORM_BLOCK_TYPES ? i18n("Garbage color:") - : i18n("Color #%1:").tqarg(i+1)); + : i18n("Color #%1:").arg(i+1)); } void FEPieceInfo::draw(TQPixmap *pixmap, uint blockType, uint, -- cgit v1.2.3