From bbda4bbf7982f98e726094cf1c2a1ff9a6d4fa23 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 18:58:09 -0600 Subject: Update TQt3 autoconversion script --- qt3-tqt3/convert_qt_itself_qt3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qt3-tqt3/convert_qt_itself_qt3 b/qt3-tqt3/convert_qt_itself_qt3 index c34d394..f74466b 100755 --- a/qt3-tqt3/convert_qt_itself_qt3 +++ b/qt3-tqt3/convert_qt_itself_qt3 @@ -63,6 +63,9 @@ find ./ -type f -iname "*" -exec sed -i 's/^tquit/quit/g' {} \; find ./ -type f -iname "*" -exec sed -i 's/RETQUIRED/REQUIRED/g' {} \; find ./ -type f -iname "*" -exec sed -i 's/Retquired/Required/g' {} \; +# Apply changes that should have been made but were not +find ./ -type f -iname "*" -exec sed -i 's/aboutQt/aboutTQt/g' {} \; + # Apply patches patch -p0 < ../tqt3_fixups.diff -- cgit v1.2.1