diff options
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 |