diff options
Diffstat (limited to 'qtinterface/convert_qt_tqt1')
-rwxr-xr-x | qtinterface/convert_qt_tqt1 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qtinterface/convert_qt_tqt1 b/qtinterface/convert_qt_tqt1 index c3b0035..b075b0f 100755 --- a/qtinterface/convert_qt_tqt1 +++ b/qtinterface/convert_qt_tqt1 @@ -12,8 +12,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qapp\.h/\1tqapp\.h/g' {} \ find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qapp\.h/\1tqapp\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qapplication\.h/\1tqapplication\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qapplication\.h/\1tqapplication\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qarray\.h/\1tqarray\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qarray\.h/\1tqarray\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qasciicache\.h/\1tqasciicache\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qasciicache\.h/\1tqasciicache\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qasciidict\.h/\1tqasciidict\.h/g' {} \; @@ -58,8 +56,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qclipbrd\.h/\1tqclipbrd\.h find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qclipbrd\.h/\1tqclipbrd\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcollect\.h/\1tqcollect\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcollect\.h/\1tqcollect\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcollection\.h/\1tqcollection\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcollection\.h/\1tqcollection\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcolordialog\.h/\1tqcolordialog\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcolordialog\.h/\1tqcolordialog\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcolor\.h/\1tqcolor\.h/g' {} \; @@ -410,8 +406,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpushbt\.h/\1tqpushbt\.h/g find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpushbt\.h/\1tqpushbt\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpushbutton\.h/\1tqpushbutton\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpushbutton\.h/\1tqpushbutton\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qqueue\.h/\1tqqueue\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qqueue\.h/\1tqqueue\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qradiobt\.h/\1tqradiobt\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qradiobt\.h/\1tqradiobt\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qradiobutton\.h/\1tqradiobutton\.h/g' {} \; |