From 86715ac657b0c8a37b27fa72215d7d2c88508dd9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 25 Jan 2012 16:12:45 -0600 Subject: Fix linear alphabet string errors --- qt3-tqt3/convert_qt_itself_qt3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qt3-tqt3') 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 -- cgit v1.2.1