diff options
Diffstat (limited to 'src/parsers/filesearch.cpp')
-rw-r--r-- | src/parsers/filesearch.cpp | 2 |
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 = ""; } |