diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 18:58:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 18:58:09 -0600 |
commit | bbda4bbf7982f98e726094cf1c2a1ff9a6d4fa23 (patch) | |
tree | f21169eb62e62041c09ac8ac9ba74ca4b0b9ece3 | |
parent | 6d2c9202c915a68614ec940f5673804ae258f9fc (diff) | |
download | experimental-bbda4bbf7982f98e726094cf1c2a1ff9a6d4fa23.tar.gz experimental-bbda4bbf7982f98e726094cf1c2a1ff9a6d4fa23.zip |
Update TQt3 autoconversion script
-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 c34d394..f74466b 100755 --- a/qt3-tqt3/convert_qt_itself_qt3 +++ b/qt3-tqt3/convert_qt_itself_qt3 @@ -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 |