diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-25 02:58:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-25 02:58:08 -0600 |
commit | dd95f4e3681ae9a1ca890926bd25bd596d6c1702 (patch) | |
tree | 8e473212fb76093cac278270e8be0dba0473823f /qt3-tqt3/convert_qt_itself_qt3_batch4 | |
parent | 10eafa49fd1fef7ea609f930bb0bb4773e61a015 (diff) | |
download | experimental-dd95f4e3681ae9a1ca890926bd25bd596d6c1702.tar.gz experimental-dd95f4e3681ae9a1ca890926bd25bd596d6c1702.zip |
Add a couple of additional conversions
Diffstat (limited to 'qt3-tqt3/convert_qt_itself_qt3_batch4')
-rwxr-xr-x | qt3-tqt3/convert_qt_itself_qt3_batch4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_batch4 b/qt3-tqt3/convert_qt_itself_qt3_batch4 index 0cb8f89..2feb41b 100755 --- a/qt3-tqt3/convert_qt_itself_qt3_batch4 +++ b/qt3-tqt3/convert_qt_itself_qt3_batch4 @@ -6,4 +6,7 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_SETS/TQ_S find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_OVERRIDE/TQ_OVERRIDE/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_CLASSINFO/TQ_CLASSINFO/g' {} \; +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' {} \; + exit 0 |