diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:30:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:30:40 -0600 |
commit | 9a210ba3a60a3348ede4a57602fd13e240da66aa (patch) | |
tree | 2896cd863121311a3e6dbb227cb3d6c3380fbf5c /src/parsers/list.cpp | |
parent | 0df776a58f9eace4d0a71077b9d6609d2560084c (diff) | |
download | tdeio-apt-9a210ba3a60a3348ede4a57602fd13e240da66aa.tar.gz tdeio-apt-9a210ba3a60a3348ede4a57602fd13e240da66aa.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/parsers/list.cpp')
-rw-r--r-- | src/parsers/list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers/list.cpp b/src/parsers/list.cpp index e4cea8e..1c38cb7 100644 --- a/src/parsers/list.cpp +++ b/src/parsers/list.cpp @@ -62,7 +62,7 @@ namespace Parsers files.sort(); *slave << "<div class=\"filelist\">\n" + files.join("\n<br>") + "\n</div>\n" - "<div class=\"footer\">" + i18n("%1 files in the package").tqarg(result_count()) + "</div>\n"; + "<div class=\"footer\">" + i18n("%1 files in the package").arg(result_count()) + "</div>\n"; files.clear(); } } |