From 551fb6d0d8c5d2ed90363a1017816d252b03d9bd 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/abakus@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editor.cpp') diff --git a/src/editor.cpp b/src/editor.cpp index ec83878..caadb5e 100644 --- a/src/editor.cpp +++ b/src/editor.cpp @@ -596,7 +596,7 @@ void Editor::autoCalc() // If we're using set for a function don't try. TQRegExp setFn("\\s*set.*\\(.*="); - if( str.tqfind(setFn) != -1 ) + if( str.find(setFn) != -1 ) return; // strip off assignment operator, e.g. "x=1+2" becomes "1+2" only -- cgit v1.2.1