summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:42:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:42:13 -0600
commit6d2c9202c915a68614ec940f5673804ae258f9fc (patch)
tree0edbeed37b46436dcd24f28fb8aca435a97e0174
parentc384c6b991a7e773ac962a2ac8c7bbf7714d6bcf (diff)
downloadexperimental-6d2c9202c915a68614ec940f5673804ae258f9fc.tar.gz
experimental-6d2c9202c915a68614ec940f5673804ae258f9fc.zip
Update TQt3 autoconversion script
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt33
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