summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3
diff options
context:
space:
mode:
Diffstat (limited to 'qt3-tqt3')
-rwxr-xr-xqt3-tqt3/convert_existing_qt3_app_to_tqt31
1 files changed, 1 insertions, 0 deletions
diff --git a/qt3-tqt3/convert_existing_qt3_app_to_tqt3 b/qt3-tqt3/convert_existing_qt3_app_to_tqt3
index f5a2984..bcf6f9f 100755
--- a/qt3-tqt3/convert_existing_qt3_app_to_tqt3
+++ b/qt3-tqt3/convert_existing_qt3_app_to_tqt3
@@ -22,6 +22,7 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -print0 |\
xargs -r0 sed -i \
-e 's/TQ_OBJECT/Q_OBJECT/g' \
-e 's/TQT_/QT_/g' \
+ -e 's/TQCStringList/QCStringList/g' \
-e 's/TQMAKE/QMAKE/g' \
-e 's/TQTDIR/QTDIR/g' \
-e 's/OBLITQUE/OBLIQUE/g' \