summaryrefslogtreecommitdiffstats
path: root/src/parsers/filesearch.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-19 11:36:45 -0600
committerTimothy Pearson <[email protected]>2011-12-19 11:36:45 -0600
commitf761852a7e013af7373c40a429c44dd7927d8df3 (patch)
tree8693f53f4bccc260ecba139592a802b416cc533f /src/parsers/filesearch.cpp
parent00be2d853dc0910207c2a9791067d937e80dcc13 (diff)
downloadtdeio-apt-f761852a7e013af7373c40a429c44dd7927d8df3.tar.gz
tdeio-apt-f761852a7e013af7373c40a429c44dd7927d8df3.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/parsers/filesearch.cpp')
-rw-r--r--src/parsers/filesearch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers/filesearch.cpp b/src/parsers/filesearch.cpp
index 281aa63..e4185f2 100644
--- a/src/parsers/filesearch.cpp
+++ b/src/parsers/filesearch.cpp
@@ -33,7 +33,7 @@ void FileSearch::operator() (AptProtocol* slave, const TQString & tag, const TQS
if (m_result_count)
*slave << buffer + html_dpkgs_line_end;
- *slave << html_dpkgs_line_begin.tqarg(value);
+ *slave << html_dpkgs_line_begin.arg(value);
++m_result_count;
buffer = "";
}