diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 551fb6d0d8c5d2ed90363a1017816d252b03d9bd (patch) | |
tree | 80f1396a23fdc417726dcf1d8b4b3aba82588068 /src/hmath.cpp | |
parent | 1b7882c63e0e5e7926595444122726270617279b (diff) | |
download | abakus-551fb6d0d8c5d2ed90363a1017816d252b03d9bd.tar.gz abakus-551fb6d0d8c5d2ed90363a1017816d252b03d9bd.zip |
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
Diffstat (limited to 'src/hmath.cpp')
-rw-r--r-- | src/hmath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |