summaryrefslogtreecommitdiffstats
path: root/qtinterface/convert_qt_tqt2
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_tqt2
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_tqt2')
-rwxr-xr-xqtinterface/convert_qt_tqt24
1 files changed, 0 insertions, 4 deletions
diff --git a/qtinterface/convert_qt_tqt2 b/qtinterface/convert_qt_tqt2
index d63048c..8dae878 100755
--- a/qtinterface/convert_qt_tqt2
+++ b/qtinterface/convert_qt_tqt2
@@ -664,8 +664,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/QScrollView\([ :<>"()*&.,^;]\)/TQS
find ./ -type f -iname "*.h*" -exec sed -i 's/QScrollView\([ :<>"()*&.,^;]\)/TQScrollView\1/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/QSemaphore\([ :<>"()*&.,^;]\)/TQSemaphore\1/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/QSemaphore\([ :<>"()*&.,^;]\)/TQSemaphore\1/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/QSemiModal\([ :<>"()*&.,^;]\)/TQSemiModal\1/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/QSemiModal\([ :<>"()*&.,^;]\)/TQSemiModal\1/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/QServerSocket\([ :<>"()*&.,^;]\)/TQServerSocket\1/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/QServerSocket\([ :<>"()*&.,^;]\)/TQServerSocket\1/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/QSettings\([ :<>"()*&.,^;]\)/TQSettings\1/g' {} \;
@@ -700,8 +698,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/QSocket\([ :<>"()*&.,^;]\)/TQSocke
find ./ -type f -iname "*.h*" -exec sed -i 's/QSocket\([ :<>"()*&.,^;]\)/TQSocket\1/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/QSocketNotifier\([ :<>"()*&.,^;]\)/TQSocketNotifier\1/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/QSocketNotifier\([ :<>"()*&.,^;]\)/TQSocketNotifier\1/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/QSortedList\([ :<>"()*&.,^;]\)/TQSortedList\1/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/QSortedList\([ :<>"()*&.,^;]\)/TQSortedList\1/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/QSound\([ :<>"()*&.,^;]\)/TQSound\1/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/QSound\([ :<>"()*&.,^;]\)/TQSound\1/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/QSpinBox\([ :<>"()*&.,^;]\)/TQSpinBox\1/g' {} \;