summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3
diff options
context:
space:
mode:
Diffstat (limited to 'qt3-tqt3')
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt33
1 files changed, 2 insertions, 1 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3 b/qt3-tqt3/convert_qt_itself_qt3
index 9520401..d5ed6de 100755
--- a/qt3-tqt3/convert_qt_itself_qt3
+++ b/qt3-tqt3/convert_qt_itself_qt3
@@ -67,7 +67,8 @@ find ./ -type f -iname "*" -exec sed -i 's/retquire/require/g' {} \;
# Apply changes that should have been made but were not
find ./ -type f -iname "*" -exec sed -i 's/aboutQt/aboutTQt/g' {} \;
-# Rename the headers
+# Back out linear alphabet string changes
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/MNOPTQR/MNOPQR/g' {} \;
# Apply patches
patch -p0 < ../tqt3_fixups.diff