From b6edfe41c9395f2e20784cbf0e630af6426950a3 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/koffice@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/kopainter/svgpathparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kopainter/svgpathparser.cc') diff --git a/lib/kopainter/svgpathparser.cc b/lib/kopainter/svgpathparser.cc index 1bdc3095a..9295cdd29 100644 --- a/lib/kopainter/svgpathparser.cc +++ b/lib/kopainter/svgpathparser.cc @@ -93,7 +93,7 @@ SVGPathParser::parseSVG( const TQString &s, bool process ) if( !s.isEmpty() ) { TQString d = s; - d = d.tqreplace( ',', ' ' ); + d = d.replace( ',', ' ' ); d = d.simplifyWhiteSpace(); const char *ptr = d.latin1(); -- cgit v1.2.3