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/filesearch.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/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 = ""; } |