find -name \*.cpp -o -name \*.h | \
  xargs perl -i.old -p \
\
    -e 's/KDChart/KDChart1/g;' \
    -e 's/KDXMLTools/KDXMLTools1/g;' \
    -e 's/KDFrame/KDFrame1/g;' \
    -e 's/KDDrawText/KDDrawText1/g;' \
    -e 's/kdchart_export/kdchart1_export/g;' \


