summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3/convert_qt_itself_qt3
diff options
context:
space:
mode:
Diffstat (limited to 'qt3-tqt3/convert_qt_itself_qt3')
-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' {} \;