summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3/convert_qt_itself_qt3_batch4
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-06 16:22:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-06 16:22:32 -0600
commitbcb23b86d064f39b04b92d110f9ce7c2272be99a (patch)
tree3b6b336b54c4fc013a0615986ccacb63919cedb3 /qt3-tqt3/convert_qt_itself_qt3_batch4
parent322de3080f963a8172a8821575570d9a945e1e75 (diff)
downloadexperimental-bcb23b86d064f39b04b92d110f9ce7c2272be99a.tar.gz
experimental-bcb23b86d064f39b04b92d110f9ce7c2272be99a.zip
Rename additional files to avoid conflicts with Qt3
Diffstat (limited to 'qt3-tqt3/convert_qt_itself_qt3_batch4')
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt3_batch415
1 files changed, 15 insertions, 0 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_batch4 b/qt3-tqt3/convert_qt_itself_qt3_batch4
index f88f60f..ff4f944 100755
--- a/qt3-tqt3/convert_qt_itself_qt3_batch4
+++ b/qt3-tqt3/convert_qt_itself_qt3_batch4
@@ -63,4 +63,19 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_shared/
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' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qm2ts/tqm2ts/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/mergetr/tqtmergetr/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/msg2qm/msg2tqm/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/makeqpf/maketqpf/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvfb/tqvfb/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/createcw/tqtcreatecw/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/conv2ui/tqtconv2ui/g' {} \;
+
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/findtr/tqtfindtr/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtrename140/tqtrename140/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qt20fix/tqt20fix/g' {} \;
+
+# Clean up unintended renames
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ttqtconv2ui/tqtconv2ui/g' {} \;
+
exit 0