From 09c208d62385d05e3ad23037bd8335b24a590f2d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Nov 2011 22:33:39 -0600 Subject: [PATCH] Fix native TQt3 accidental conversion to tquit --- qt3-tqt3/convert_qt_itself_qt3 | 3 +++ 1 file changed, 3 insertions(+) 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