#!/bin/bash
#----------------------------------------------------------------------
# Description: 	     *.ui 
#	    . 
#	(       
#	  _ui, .. *_ui.ui )  
#	    tr ..  
#	 " tr("  " (" .
#
# Author:   . <tihansky@yandex.ru>
# Created at: Sun Oct 12 00:48:52 MSD 2003
# Computer: localhost.localdomain
# System: Linux 2.4.18-5asp on i686
#    
# Copyright (c) 2003   .  All rights reserved.
#
#----------------------------------------------------------------------


#   
$QT_TOOLS/bin/tmp_folder

echo "      ..."
LS=`ls *_ui.cpp` 2>  /dev/null  || exit 1

for i in ${LS}
do
	echo "$i ..."
	$QT_TOOLS/bin/replace " tr("  " (" $i
done

#   
echo "cln -> tmp"
mv *.cln tmp 2> /dev/null
