summaryrefslogtreecommitdiffstats
path: root/win/tools/kdcopidl
diff options
context:
space:
mode:
Diffstat (limited to 'win/tools/kdcopidl')
-rwxr-xr-xwin/tools/kdcopidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tools/kdcopidl b/win/tools/kdcopidl
index 406b35cfc..f695659d7 100755
--- a/win/tools/kdcopidl
+++ b/win/tools/kdcopidl
@@ -9,7 +9,7 @@ else
dir="."
fi
-tqfind $dir -maxdepth 1 -name \*.h | while read ; do
+find $dir -maxdepth 1 -name \*.h | while read ; do
grep K_DCOP $REPLY > /dev/null || continue
name=`echo $REPLY | sed -e "s/\\.h//"`
if [ $name".kidl" -ot $REPLY -o ! -f $name".kidl" -o ! -f $name"_skel.cpp" -o ! -f $name"_stub.cpp" ] ; then