From 6335dc55802871b5a43492f217b6edbb420204c4 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/kdeutils@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- superkaramba/doc/python_api/make_api_doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'superkaramba/doc/python_api/make_api_doc.sh') diff --git a/superkaramba/doc/python_api/make_api_doc.sh b/superkaramba/doc/python_api/make_api_doc.sh index 719d05e..866c534 100755 --- a/superkaramba/doc/python_api/make_api_doc.sh +++ b/superkaramba/doc/python_api/make_api_doc.sh @@ -25,7 +25,7 @@ function replaceComments() } -FOO=`tqfind $SRCDIR -type f -name "*_python.h"` +FOO=`find $SRCDIR -type f -name "*_python.h"` for FILE in $FOO do -- cgit v1.2.1