diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:05:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:05:01 -0600 |
commit | 7901b39daed3d5295ec8aa973a808c4ef4d79974 (patch) | |
tree | 537e77c66e770d552fa76d6da4a3ac8fc07ef961 | |
parent | bbda4bbf7982f98e726094cf1c2a1ff9a6d4fa23 (diff) | |
download | experimental-7901b39daed3d5295ec8aa973a808c4ef4d79974.tar.gz experimental-7901b39daed3d5295ec8aa973a808c4ef4d79974.zip |
Update TQt3 autoconversion script
-rwxr-xr-x | qt3-tqt3/convert_qt_itself_qt3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3 b/qt3-tqt3/convert_qt_itself_qt3 index f74466b..2ac5726 100755 --- a/qt3-tqt3/convert_qt_itself_qt3 +++ b/qt3-tqt3/convert_qt_itself_qt3 @@ -60,8 +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' {} \; +find ./ -type f -iname "*" -exec sed -i 's/RETQUIRE/REQUIRE/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/Retquire/Require/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/retquire/require/g' {} \; # Apply changes that should have been made but were not find ./ -type f -iname "*" -exec sed -i 's/aboutQt/aboutTQt/g' {} \; |