diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-11-08 09:04:58 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-11-08 09:04:58 +0100 |
commit | ffc3a34f0a82c436b758057810b6cca61c90c7da (patch) | |
tree | a291de539d7b1eed167be31d8732c6793a5f12e0 /qtinterface/convert_qt_tqt1 | |
parent | 2e2a1ef93e03e64e1469791471ce754ce5202d31 (diff) | |
download | tqtinterface-ffc3a34f0a82c436b758057810b6cca61c90c7da.tar.gz tqtinterface-ffc3a34f0a82c436b758057810b6cca61c90c7da.zip |
Fix unintended renaming
Diffstat (limited to 'qtinterface/convert_qt_tqt1')
-rwxr-xr-x | qtinterface/convert_qt_tqt1 | 4 |
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' {} \; |