diff options
Diffstat (limited to 'qtinterface/convert_qt_tqt1')
-rwxr-xr-x | qtinterface/convert_qt_tqt1 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/qtinterface/convert_qt_tqt1 b/qtinterface/convert_qt_tqt1 index e65f144..63f92f4 100755 --- a/qtinterface/convert_qt_tqt1 +++ b/qtinterface/convert_qt_tqt1 @@ -1,7 +1,5 @@ #!/bin/bash -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)q1xcompatibility\.h/\1tq1xcompatibility\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)q1xcompatibility\.h/\1tq1xcompatibility\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qabstractlayout\.h/\1tqabstractlayout\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qabstractlayout\.h/\1tqabstractlayout\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qaccel\.h/\1tqaccel\.h/g' {} \; @@ -274,8 +272,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlineedit\.h/\1tqlineedit\ find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qlineedit\.h/\1tqlineedit\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlistbox\.h/\1tqlistbox\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qlistbox\.h/\1tqlistbox\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlist\.h/\1tqlist\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qlist\.h/\1tqlist\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlistview\.h/\1tqlistview\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qlistview\.h/\1tqlistview\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlocale\.h/\1tqlocale\.h/g' {} \; @@ -342,8 +338,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qobject\.h/\1tqobject\.h/g find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qobject\.h/\1tqobject\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qobjectlist\.h/\1tqobjectlist\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qobjectlist\.h/\1tqobjectlist\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpaintdc\.h/\1tqpaintdc\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpaintdc\.h/\1tqpaintdc\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpaintdevice\.h/\1tqpaintdevice\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpaintdevice\.h/\1tqpaintdevice\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpaintdevicemetrics\.h/\1tqpaintdevicemetrics\.h/g' {} \; @@ -616,8 +610,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvbox\.h/\1tqvbox\.h/g' {} find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvbox\.h/\1tqvbox\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvbuttongroup\.h/\1tqvbuttongroup\.h/g' {} \; 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]\)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' {} \; |