summaryrefslogtreecommitdiffstats
path: root/qtinterface/convert_qt_tqt3
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-06 00:01:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-06 00:01:49 +0900
commit4746fbba243dc95b51c261e0d914e8f47cedc907 (patch)
tree1ae0a0340aa753e11bfd4d55b97a79921c542743 /qtinterface/convert_qt_tqt3
parent1c79e9f894674ffa87cb10d0a218fae8d9feda7f (diff)
downloadtqtinterface-4746fbba243dc95b51c261e0d914e8f47cedc907.tar.gz
tqtinterface-4746fbba243dc95b51c261e0d914e8f47cedc907.zip
Drop Qt2's TQSemiModal and TQSortedList classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/convert_qt_tqt3')
-rwxr-xr-xqtinterface/convert_qt_tqt34
1 files changed, 0 insertions, 4 deletions
diff --git a/qtinterface/convert_qt_tqt3 b/qtinterface/convert_qt_tqt3
index 0097603..433816a 100755
--- a/qtinterface/convert_qt_tqt3
+++ b/qtinterface/convert_qt_tqt3
@@ -656,8 +656,6 @@ find ./ -type f -iname "*.diff*" -exec sed -i 's/QScrollView/TQScrollView/g' {}
find ./ -type f -iname "*.patch*" -exec sed -i 's/QScrollView/TQScrollView/g' {} \;
find ./ -type f -iname "*.diff*" -exec sed -i 's/QSemaphore/TQSemaphore/g' {} \;
find ./ -type f -iname "*.patch*" -exec sed -i 's/QSemaphore/TQSemaphore/g' {} \;
-find ./ -type f -iname "*.diff*" -exec sed -i 's/QSemiModal/TQSemiModal/g' {} \;
-find ./ -type f -iname "*.patch*" -exec sed -i 's/QSemiModal/TQSemiModal/g' {} \;
find ./ -type f -iname "*.diff*" -exec sed -i 's/QServerSocket/TQServerSocket/g' {} \;
find ./ -type f -iname "*.patch*" -exec sed -i 's/QServerSocket/TQServerSocket/g' {} \;
find ./ -type f -iname "*.diff*" -exec sed -i 's/QSettings/TQSettings/g' {} \;
@@ -692,8 +690,6 @@ find ./ -type f -iname "*.diff*" -exec sed -i 's/QSocket/TQSocket/g' {} \;
find ./ -type f -iname "*.patch*" -exec sed -i 's/QSocket/TQSocket/g' {} \;
find ./ -type f -iname "*.diff*" -exec sed -i 's/QSocketNotifier/TQSocketNotifier/g' {} \;
find ./ -type f -iname "*.patch*" -exec sed -i 's/QSocketNotifier/TQSocketNotifier/g' {} \;
-find ./ -type f -iname "*.diff*" -exec sed -i 's/QSortedList/TQSortedList/g' {} \;
-find ./ -type f -iname "*.patch*" -exec sed -i 's/QSortedList/TQSortedList/g' {} \;
find ./ -type f -iname "*.diff*" -exec sed -i 's/QSound/TQSound/g' {} \;
find ./ -type f -iname "*.patch*" -exec sed -i 's/QSound/TQSound/g' {} \;
find ./ -type f -iname "*.diff*" -exec sed -i 's/QSpinBox/TQSpinBox/g' {} \;