summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-18 20:35:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-18 20:35:45 -0600
commit63dc2685cb7b1c8fe5e5b4e218f3edcc48754395 (patch)
treea7ebd926a037e0338d505efe7245a15619e0d0b8 /qt3-tqt3
parentbabf376ccc142ffc0863505d5fc62cfea83b63c6 (diff)
downloadexperimental-63dc2685cb7b1c8fe5e5b4e218f3edcc48754395.tar.gz
experimental-63dc2685cb7b1c8fe5e5b4e218f3edcc48754395.zip
Update conversion script
Diffstat (limited to 'qt3-tqt3')
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt3_batch41
1 files changed, 1 insertions, 0 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_batch4 b/qt3-tqt3/convert_qt_itself_qt3_batch4
index 2feb41b..638fd3c 100755
--- a/qt3-tqt3/convert_qt_itself_qt3_batch4
+++ b/qt3-tqt3/convert_qt_itself_qt3_batch4
@@ -8,5 +8,6 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_CLASSINFO
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QT_POINTER_SIZE/TQT_POINTER_SIZE/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([^T]\)Qt3/\1TQt3/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qt_main_thread/tqt_main_thread/g' {} \;
exit 0