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/hmath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hmath.cpp') diff --git a/src/hmath.cpp b/src/hmath.cpp index 736b241..893d7b3 100644 --- a/src/hmath.cpp +++ b/src/hmath.cpp @@ -224,7 +224,7 @@ static bc_num h_div( bc_num n1, bc_num n2 ) return r; } -// tqfind 10 raise to num +// find 10 raise to num // e.g.: when num is 5, it results 100000 static bc_num h_raise10( int n ) { -- cgit v1.2.1