summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3/convert_qt_itself_qt3
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 13:50:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 13:50:38 -0600
commitaada85b8caf5b280c3ab12ef955237fcd5f97299 (patch)
tree626ae4857881a329efde3b6de56c6fa31bd8afb0 /qt3-tqt3/convert_qt_itself_qt3
parentd63e388bec84f55ad6d16a1400f086d757260c08 (diff)
downloadexperimental-aada85b8caf5b280c3ab12ef955237fcd5f97299.tar.gz
experimental-aada85b8caf5b280c3ab12ef955237fcd5f97299.zip
Add initial header rename scripts
Diffstat (limited to 'qt3-tqt3/convert_qt_itself_qt3')
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt32
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