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_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 9379816..556c798 100755
--- a/qt3-tqt3/convert_qt_itself_qt3
+++ b/qt3-tqt3/convert_qt_itself_qt3
@@ -57,6 +57,9 @@ find ./ -type f -iname "*" -exec sed -i 's/STQL/SQL/g' {} \;
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' {} \;
+
# Apply patches
patch -p0 < ../tqt3_fixups.diff