diff options
author | Timothy Pearson <[email protected]> | 2013-02-18 20:35:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-18 20:35:45 -0600 |
commit | 63dc2685cb7b1c8fe5e5b4e218f3edcc48754395 (patch) | |
tree | a7ebd926a037e0338d505efe7245a15619e0d0b8 | |
parent | babf376ccc142ffc0863505d5fc62cfea83b63c6 (diff) | |
download | experimental-63dc2685cb7b1c8fe5e5b4e218f3edcc48754395.tar.gz experimental-63dc2685cb7b1c8fe5e5b4e218f3edcc48754395.zip |
Update conversion script
-rwxr-xr-x | qt3-tqt3/convert_qt_itself_qt3_batch4 | 1 |
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 |