summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:05:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:05:01 -0600
commit7901b39daed3d5295ec8aa973a808c4ef4d79974 (patch)
tree537e77c66e770d552fa76d6da4a3ac8fc07ef961 /qt3-tqt3
parentbbda4bbf7982f98e726094cf1c2a1ff9a6d4fa23 (diff)
downloadexperimental-7901b39daed3d5295ec8aa973a808c4ef4d79974.tar.gz
experimental-7901b39daed3d5295ec8aa973a808c4ef4d79974.zip
Update TQt3 autoconversion script
Diffstat (limited to 'qt3-tqt3')
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt35
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' {} \;