diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-04 02:15:10 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-04 02:15:10 -0500 |
commit | 1ac5a26fe484542cf7a2825b10ce06695ce275ef (patch) | |
tree | 4e92d20e4e12074627e57c04503b9b06f829854e /qt3-tqt3 | |
parent | 84de21ab25f6363efff38fbb37940152cfd9a11e (diff) | |
download | experimental-1ac5a26fe484542cf7a2825b10ce06695ce275ef.tar.gz experimental-1ac5a26fe484542cf7a2825b10ce06695ce275ef.zip |
Fix incorrect renaming of RETQUEST
Diffstat (limited to 'qt3-tqt3')
-rwxr-xr-x | qt3-tqt3/convert_qt_itself_qt3_batch4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_batch4 b/qt3-tqt3/convert_qt_itself_qt3_batch4 index 638fd3c..f39dc86 100755 --- a/qt3-tqt3/convert_qt_itself_qt3_batch4 +++ b/qt3-tqt3/convert_qt_itself_qt3_batch4 @@ -10,4 +10,6 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QT_POINTER_ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([^T]\)Qt3/\1TQt3/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qt_main_thread/tqt_main_thread/g' {} \; +find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/RETQUEST/REQUEST/g' {} \; + exit 0 |