diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:42:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:42:13 -0600 |
commit | 6d2c9202c915a68614ec940f5673804ae258f9fc (patch) | |
tree | 0edbeed37b46436dcd24f28fb8aca435a97e0174 /qt3-tqt3 | |
parent | c384c6b991a7e773ac962a2ac8c7bbf7714d6bcf (diff) | |
download | experimental-6d2c9202c915a68614ec940f5673804ae258f9fc.tar.gz experimental-6d2c9202c915a68614ec940f5673804ae258f9fc.zip |
Update TQt3 autoconversion script
Diffstat (limited to 'qt3-tqt3')
-rwxr-xr-x | qt3-tqt3/convert_qt_itself_qt3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3 b/qt3-tqt3/convert_qt_itself_qt3 index 556c798..c34d394 100755 --- a/qt3-tqt3/convert_qt_itself_qt3 +++ b/qt3-tqt3/convert_qt_itself_qt3 @@ -60,6 +60,9 @@ find ./ -type f -iname "*" -exec sed -i 's/tquiv/quiv/g' {} \; find ./ -type f -iname "*" -exec sed -i 's/\([^abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)tquit/\1quit/g' {} \; 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 patches patch -p0 < ../tqt3_fixups.diff |