From 74c05bbf9d92e43a6cf3799355b5f3598884409e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:56:05 -0600 Subject: Remove additional unneeded tq method conversions --- libkscan/sizeindicator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkscan/sizeindicator.cpp') diff --git a/libkscan/sizeindicator.cpp b/libkscan/sizeindicator.cpp index d11b1cff..bd259bd3 100644 --- a/libkscan/sizeindicator.cpp +++ b/libkscan/sizeindicator.cpp @@ -79,7 +79,7 @@ void SizeIndicator::setSizeInByte( long newSize ) fwidth = 2; } - t = unit.tqarg( sizer, fwidth, 'f', precision); + t = unit.arg( sizer, fwidth, 'f', precision); setText(t); } -- cgit v1.2.1