summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3/convert_qt_itself_qt3
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 16:12:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 16:12:45 -0600
commit86715ac657b0c8a37b27fa72215d7d2c88508dd9 (patch)
treea9fcba0d6a5d22fd4f8cfa3fe3c13e5dc8dcf3d7 /qt3-tqt3/convert_qt_itself_qt3
parentb5ceb719aabb997aaeaf578622845c384e6b3021 (diff)
downloadexperimental-86715ac657b0c8a37b27fa72215d7d2c88508dd9.tar.gz
experimental-86715ac657b0c8a37b27fa72215d7d2c88508dd9.zip
Fix linear alphabet string errors
Diffstat (limited to 'qt3-tqt3/convert_qt_itself_qt3')
-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