From 322de3080f963a8172a8821575570d9a945e1e75 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Oct 2013 19:28:03 -0500 Subject: [PATCH] Synchronize conversion scripts with actual tqt3 module contents --- qt3-tqt3/convert_qt_itself_qt3_batch4 | 8 ++++++++ 1 file changed, 8 insertions(+) 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