diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-25 13:50:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-25 13:50:38 -0600 |
commit | aada85b8caf5b280c3ab12ef955237fcd5f97299 (patch) | |
tree | 626ae4857881a329efde3b6de56c6fa31bd8afb0 /qt3-tqt3/convert_qt_itself_qt3 | |
parent | d63e388bec84f55ad6d16a1400f086d757260c08 (diff) | |
download | experimental-aada85b8caf5b280c3ab12ef955237fcd5f97299.tar.gz experimental-aada85b8caf5b280c3ab12ef955237fcd5f97299.zip |
Add initial header rename scripts
Diffstat (limited to 'qt3-tqt3/convert_qt_itself_qt3')
-rwxr-xr-x | qt3-tqt3/convert_qt_itself_qt3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3 b/qt3-tqt3/convert_qt_itself_qt3 index 2ac5726..9520401 100755 --- a/qt3-tqt3/convert_qt_itself_qt3 +++ b/qt3-tqt3/convert_qt_itself_qt3 @@ -67,6 +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 + # Apply patches patch -p0 < ../tqt3_fixups.diff |