summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt33
1 files changed, 3 insertions, 0 deletions
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