From 1c79e9f894674ffa87cb10d0a218fae8d9feda7f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 3 Jun 2023 11:17:13 +0900 Subject: Drop Qt2 obsolete classes Signed-off-by: Michele Calgaro --- qtinterface/convert_qt_tqt1 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'qtinterface/convert_qt_tqt1') 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' {} \; -- cgit v1.2.1