From 4013136b98d8312ec8d0b0e447ae5dbf88383079 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 11:31:14 -0600 Subject: Fix tqt3 conversion script --- qt3-tqt3/convert_qt_itself_qt3 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt3-tqt3') diff --git a/qt3-tqt3/convert_qt_itself_qt3 b/qt3-tqt3/convert_qt_itself_qt3 index 10a534c..9379816 100755 --- a/qt3-tqt3/convert_qt_itself_qt3 +++ b/qt3-tqt3/convert_qt_itself_qt3 @@ -55,6 +55,8 @@ find ./ -type f -iname "*" -exec sed -i 's/QUType_Q/QUType_TQ/g' {} \; find ./ -type f -iname "*" -exec sed -i 's/\([ (]\)Q\#\#/\1TQ\#\#/g' {} \; find ./ -type f -iname "*" -exec sed -i 's/STQL/SQL/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/tquiv/quiv/g' {} \; + # Apply patches patch -p0 < ../tqt3_fixups.diff -- cgit v1.2.3