diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 11:31:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 11:31:14 -0600 |
commit | 4013136b98d8312ec8d0b0e447ae5dbf88383079 (patch) | |
tree | 665f71d6fe29685122bf7173b8c164a2dad234c8 /qt3-tqt3/convert_qt_itself_qt3 | |
parent | 940d3c0601da8793049070bb56ad3a22ea39642a (diff) | |
download | experimental-4013136b98d8312ec8d0b0e447ae5dbf88383079.tar.gz experimental-4013136b98d8312ec8d0b0e447ae5dbf88383079.zip |
Fix tqt3 conversion script
Diffstat (limited to 'qt3-tqt3/convert_qt_itself_qt3')
-rwxr-xr-x | qt3-tqt3/convert_qt_itself_qt3 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |