diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-10-16 19:28:03 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-10-16 19:28:03 -0500 |
commit | 322de3080f963a8172a8821575570d9a945e1e75 (patch) | |
tree | f2e5edeaf3bc6088c5b0369c9b79611f1175d827 /qt3-tqt3/convert_qt_itself_qt3_batch4 | |
parent | 663a8e4aacfee47b0ab5a469d936ae2f900b5aa0 (diff) | |
download | experimental-322de3080f963a8172a8821575570d9a945e1e75.tar.gz experimental-322de3080f963a8172a8821575570d9a945e1e75.zip |
Synchronize conversion scripts with actual tqt3 module contents
Diffstat (limited to 'qt3-tqt3/convert_qt_itself_qt3_batch4')
-rwxr-xr-x | qt3-tqt3/convert_qt_itself_qt3_batch4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_batch4 b/qt3-tqt3/convert_qt_itself_qt3_batch4 index 43b2cec..f88f60f 100755 --- a/qt3-tqt3/convert_qt_itself_qt3_batch4 +++ b/qt3-tqt3/convert_qt_itself_qt3_batch4 @@ -55,4 +55,12 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/tquiz/quiz/ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ubitquitous/ubiquitous/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/unitquifying/uniquifying/g' {} \; +find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_shared/\1tqt_shared/g' {} \; +find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_timer/\1tqt_timer/g' {} \; +find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qThread/\1tqThread/g' {} \; + +find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_shared/tqt_shared/g' {} \; +find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_timer/tqt_timer/g' {} \; +find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qThread/tqThread/g' {} \; + exit 0 |