summaryrefslogtreecommitdiffstats
path: root/qtinterface/convert_qt_tqt1
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-23 22:44:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-23 22:44:13 +0900
commit61ee606981960150ffa7e565908558cecf1108a8 (patch)
tree2d2dbb7b65c2c54266a0d1d5d97c498f62fabc52 /qtinterface/convert_qt_tqt1
parente373db3cf2c5aee04a7e24f610b99c8c8f6493a0 (diff)
downloadtqtinterface-61ee6069.tar.gz
tqtinterface-61ee6069.zip
Removed obsolete Qt2's TQStack, TQVector, TQList, TQListIterator classes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/convert_qt_tqt1')
-rwxr-xr-xqtinterface/convert_qt_tqt12
1 files changed, 0 insertions, 2 deletions
diff --git a/qtinterface/convert_qt_tqt1 b/qtinterface/convert_qt_tqt1
index 63f92f4..c3b0035 100755
--- a/qtinterface/convert_qt_tqt1
+++ b/qtinterface/convert_qt_tqt1
@@ -516,8 +516,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qsqlresult\.h/\1tqsqlresul
find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qsqlresult\.h/\1tqsqlresult\.h/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qsqlselectcursor\.h/\1tqsqlselectcursor\.h/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qsqlselectcursor\.h/\1tqsqlselectcursor\.h/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qstack\.h/\1tqstack\.h/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qstack\.h/\1tqstack\.h/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qstatusbar\.h/\1tqstatusbar\.h/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qstatusbar\.h/\1tqstatusbar\.h/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qstring\.h/\1tqstring\.h/g' {} \;