summaryrefslogtreecommitdiffstats
path: root/qtinterface/convert_qt_tqt1
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-11-08 09:04:58 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-11-08 09:04:58 +0100
commitffc3a34f0a82c436b758057810b6cca61c90c7da (patch)
treea291de539d7b1eed167be31d8732c6793a5f12e0 /qtinterface/convert_qt_tqt1
parent2e2a1ef93e03e64e1469791471ce754ce5202d31 (diff)
downloadtqtinterface-ffc3a34f0a82c436b758057810b6cca61c90c7da.tar.gz
tqtinterface-ffc3a34f0a82c436b758057810b6cca61c90c7da.zip
Fix unintended renaming
Diffstat (limited to 'qtinterface/convert_qt_tqt1')
-rwxr-xr-xqtinterface/convert_qt_tqt14
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/convert_qt_tqt1 b/qtinterface/convert_qt_tqt1
index 1b2883c..1b36f80 100755
--- a/qtinterface/convert_qt_tqt1
+++ b/qtinterface/convert_qt_tqt1
@@ -616,8 +616,8 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvbuttongroup\.h/\1tqvbutt
find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvbuttongroup\.h/\1tqvbuttongroup\.h/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvector\.h/\1tqvector\.h/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvector\.h/\1tqvector\.h/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)tqvfbhdr\.h/\1tqvfbhdr\.h/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)tqvfbhdr\.h/\1tqvfbhdr\.h/g' {} \;
+find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvfbhdr\.h/\1tqvfbhdr\.h/g' {} \;
+find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvfbhdr\.h/\1tqvfbhdr\.h/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvgroupbox\.h/\1tqvgroupbox\.h/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvgroupbox\.h/\1tqvgroupbox\.h/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwaitcondition\.h/\1tqwaitcondition\.h/g' {} \;