From 93a6198212819d0cc95ce1bb0d80508523ab32c6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:11 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 9a210ba3a60a3348ede4a57602fd13e240da66aa. --- src/parsers/list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parsers/list.cpp') diff --git a/src/parsers/list.cpp b/src/parsers/list.cpp index 1c38cb7..e4cea8e 100644 --- a/src/parsers/list.cpp +++ b/src/parsers/list.cpp @@ -62,7 +62,7 @@ namespace Parsers files.sort(); *slave << "
\n" + files.join("\n
") + "\n
\n" - "
" + i18n("%1 files in the package").arg(result_count()) + "
\n"; + "
" + i18n("%1 files in the package").tqarg(result_count()) + "
\n"; files.clear(); } } -- cgit v1.2.1