From 6e21bc798ba1066147d69dcc2d5c222ffafb9a90 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/kdelibs@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khtml/html/html_miscimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khtml/html/html_miscimpl.cpp') diff --git a/khtml/html/html_miscimpl.cpp b/khtml/html/html_miscimpl.cpp index 2b0387d35..d5e812029 100644 --- a/khtml/html/html_miscimpl.cpp +++ b/khtml/html/html_miscimpl.cpp @@ -290,7 +290,7 @@ TQValueList HTMLCollectionImpl::namedItems( const DOMString &name ) c //remember stuff about elements we were asked for. m_cache->updateNodeListInfo(m_refNode->getDocument()); CollectionCache* cache = static_cast(m_cache); - if (TQValueList* info = cache->nameCache.tqfind(key)) { + if (TQValueList* info = cache->nameCache.find(key)) { return *info; } else { -- cgit v1.2.1