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/svnfrontend/graphtree/revisiontree.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/svnfrontend/graphtree/revisiontree.cpp') diff --git a/src/svnfrontend/graphtree/revisiontree.cpp b/src/svnfrontend/graphtree/revisiontree.cpp index a334a0c..2f84179 100644 --- a/src/svnfrontend/graphtree/revisiontree.cpp +++ b/src/svnfrontend/graphtree/revisiontree.cpp @@ -361,8 +361,8 @@ bool RevisionTree::isValid()const static TQString uniqueNodeName(long rev,const TQString&path) { TQString res = KCodecs::base64Encode(path.local8Bit(),false); - res.tqreplace("\"","_quot_"); - res.tqreplace(" ","_space_"); + res.replace("\"","_quot_"); + res.replace(" ","_space_"); TQString n; n.sprintf("%05ld",rev); res = "\""+n+TQString("_%1\"").tqarg(res); return res; -- cgit v1.2.3