diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-12 17:07:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-12 17:07:26 -0600 |
commit | f844f6a82d5c7674f83ad91923940d10aa078944 (patch) | |
tree | aa10d6a8e9d91aabd61472b9d247d004a4c0c95b | |
parent | 87d9f02085e344a4ba21b12ea8c37ae071af23a6 (diff) | |
download | experimental-f844f6a82d5c7674f83ad91923940d10aa078944.tar.gz experimental-f844f6a82d5c7674f83ad91923940d10aa078944.zip |
Update again
-rwxr-xr-x | qt3-tqt3/convert_qt_itself_qt3_batch2 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_batch2 b/qt3-tqt3/convert_qt_itself_qt3_batch2 index 8871bfd..0e1dfae 100755 --- a/qt3-tqt3/convert_qt_itself_qt3_batch2 +++ b/qt3-tqt3/convert_qt_itself_qt3_batch2 @@ -16,19 +16,19 @@ find ./ -type f -iname "*" -exec sed -i 's/QT_TR_FUNCTIONS/TQT_TR_FUNCTIONS/g' { find ./ -type f -iname "*" -exec sed -i 's/Q_OBJECT/TQ_OBJECT/g' {} \; find ./ -type f -iname "*" -exec sed -i 's/TTQ_OBJECT/TQ_OBJECT/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qRound/\1tqRound/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qSwap/\1tqSwap/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qstrlen/\1tqstrlen/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qstrncmp/\1tqstrncmp/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qUncompress/\1tqUncompress/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qCopy/\1tqCopy/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qCopyBackward/\1tqCopyBackward/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qEqual/\1tqEqual/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qFill/\1tqFill/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qFind/\1tqFind/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qCount/\1tqCount/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qHash/\1tqHash/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/\([ :-(),[\t]\)qAppName/\1tqAppName/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qRound/\1tqRound/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qSwap/\1tqSwap/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qstrlen/\1tqstrlen/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qstrncmp/\1tqstrncmp/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qUncompress/\1tqUncompress/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qCopy/\1tqCopy/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qCopyBackward/\1tqCopyBackward/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qEqual/\1tqEqual/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qFill/\1tqFill/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qFind/\1tqFind/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qCount/\1tqCount/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qHash/\1tqHash/g' {} \; +find ./ -type f -iname "*" -exec sed -i 's/\([ :-()+/{*},[\t]\)qAppName/\1tqAppName/g' {} \; find ./ -type f -iname "*" -exec sed -i 's/^qRound/tqRound/g' {} \; find ./ -type f -iname "*" -exec sed -i 's/^qSwap/tqSwap/g' {} \; |