From 93f9fda465964160b66d9252d2cf9b4c284eab50 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/kdesvn@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/ksvnwidgets/logmsg_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ksvnwidgets/logmsg_impl.cpp') diff --git a/src/ksvnwidgets/logmsg_impl.cpp b/src/ksvnwidgets/logmsg_impl.cpp index 972512b..fb053c6 100644 --- a/src/ksvnwidgets/logmsg_impl.cpp +++ b/src/ksvnwidgets/logmsg_impl.cpp @@ -261,7 +261,7 @@ void Logmsg_impl::saveHistory(bool canceld) /// @todo make static threadsafe if (!canceld) { TQValueList::iterator it; - if ( (it=sLogHistory.tqfind(m_LogEdit->text()))!=sLogHistory.end()) { + if ( (it=sLogHistory.find(m_LogEdit->text()))!=sLogHistory.end()) { sLogHistory.erase(it); } sLogHistory.push_front(m_LogEdit->text()); -- cgit v1.2.1