Update TQt3 autoconversion script

pull/1/head
Timothy Pearson 13 years ago
parent 6d2c9202c9
commit bbda4bbf79

@ -63,6 +63,9 @@ find ./ -type f -iname "*" -exec sed -i 's/^tquit/quit/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/RETQUIRED/REQUIRED/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/Retquired/Required/g' {} \;
# Apply changes that should have been made but were not
find ./ -type f -iname "*" -exec sed -i 's/aboutQt/aboutTQt/g' {} \;
# Apply patches
patch -p0 < ../tqt3_fixups.diff

Loading…
Cancel
Save