From 294efafa8952ef8c96127f59c5f6afe4682322ad Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kio-apt@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/aptcache.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/aptcache.cpp') diff --git a/src/aptcache.cpp b/src/aptcache.cpp index ec5342f..c921920 100644 --- a/src/aptcache.cpp +++ b/src/aptcache.cpp @@ -168,7 +168,7 @@ void AptCache::receiveShow(const TQStringList& lines) parse_pkgfield(data); else { - int new_indent = data.tqfind( TQRegExp("[^\\s]") ); + int new_indent = data.find( TQRegExp("[^\\s]") ); // new_indent > 0 means that we are in a multi-line // field. Those lines always begin with " ", so we want @@ -213,7 +213,7 @@ void AptCache::parse_pkgfield(const TQString& data) if (j != bar.begin()) emit token("data", " | "); TQString pkg, remaining; - int paren = (*j).tqfind('('); + int paren = (*j).find('('); if (paren != -1) { pkg = (*j).left(paren - 1); -- cgit v1.2.1