summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:54:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:54:58 -0600
commite81eb9ddbda5a9c0f8e6cbfb82b74ce20180e3fc (patch)
treee6366b553e7c37e782ce2eae3562008ac56b12fc
parent9f742f40ad720d2797fb5414691d898c626fed5d (diff)
downloadexperimental-e81eb9ddbda5a9c0f8e6cbfb82b74ce20180e3fc.tar.gz
experimental-e81eb9ddbda5a9c0f8e6cbfb82b74ce20180e3fc.zip
Fix autoconversion scripts
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt3_batch2148
1 files changed, 74 insertions, 74 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_batch2 b/qt3-tqt3/convert_qt_itself_qt3_batch2
index 22ca7e9..fbf802c 100755
--- a/qt3-tqt3/convert_qt_itself_qt3_batch2
+++ b/qt3-tqt3/convert_qt_itself_qt3_batch2
@@ -14,19 +14,19 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_OBJECT/TQ
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TTQ_OBJECT/TQ_OBJECT/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/RGB_MASK/TQT_RGB_MASK/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qRound/\1tqRound/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qSwap/\1tqSwap/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qstrlen/\1tqstrlen/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qstrncmp/\1tqstrncmp/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qUncompress/\1tqUncompress/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qCopy/\1tqCopy/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qCopyBackward/\1tqCopyBackward/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qEqual/\1tqEqual/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qFill/\1tqFill/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qFind/\1tqFind/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qCount/\1tqCount/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qHash/\1tqHash/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qAppName/\1tqAppName/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qRound/\1tqRound/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qSwap/\1tqSwap/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qstrlen/\1tqstrlen/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qstrncmp/\1tqstrncmp/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qUncompress/\1tqUncompress/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qCopy/\1tqCopy/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qCopyBackward/\1tqCopyBackward/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qEqual/\1tqEqual/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qFill/\1tqFill/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qFind/\1tqFind/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qCount/\1tqCount/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qHash/\1tqHash/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qAppName/\1tqAppName/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qRound/tqRound/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qSwap/tqSwap/g' {} \;
@@ -42,13 +42,13 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qCount/tqC
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qHash/tqHash/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qAppName/tqAppName/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qRed/\1tqRed/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qGreen/\1tqGreen/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qBlue/\1tqBlue/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qAlpha/\1tqAlpha/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qRgb/\1tqRgb/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qGray/\1tqGray/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qApp/\1tqApp/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qRed/\1tqRed/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qGreen/\1tqGreen/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qBlue/\1tqBlue/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qAlpha/\1tqAlpha/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qRgb/\1tqRgb/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qGray/\1tqGray/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qApp/\1tqApp/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qRed/tqRed/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qGreen/tqGreen/g' {} \;
@@ -58,24 +58,24 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qRgb/tqRgb
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qGray/tqGray/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qApp/tqApp/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qAddPostRoutine/\1tqAddPostRoutine/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qWarning/\1tqWarning/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qSharedBuild/\1tqSharedBuild/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qNetworkProtocolRegister/\1tqNetworkProtocolRegister/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qDebug/\1tqDebug/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qCompress/\1tqCompress/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qFatal/\1tqFatal/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qSqlDriverExtDict/\1tqSqlDriverExtDict/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qSqlOpenExtDict/\1tqSqlOpenExtDict/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qInitNetworkProtocols/\1tqInitNetworkProtocols/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qSuppressObsoleteWarnings/\1tqSuppressObsoleteWarnings/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qChecksum/\1tqChecksum/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qRemovePostRoutine/\1tqRemovePostRoutine/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qInstallPath/\1tqInstallPath/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qObsolete/\1tqObsolete/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qVersion/\1tqVersion/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qSystemWarning/\1tqSystemWarning/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qSysInfo/\1tqSysInfo/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qAddPostRoutine/\1tqAddPostRoutine/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qWarning/\1tqWarning/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qSharedBuild/\1tqSharedBuild/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qNetworkProtocolRegister/\1tqNetworkProtocolRegister/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qDebug/\1tqDebug/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qCompress/\1tqCompress/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qFatal/\1tqFatal/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qSqlDriverExtDict/\1tqSqlDriverExtDict/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qSqlOpenExtDict/\1tqSqlOpenExtDict/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qInitNetworkProtocols/\1tqInitNetworkProtocols/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qSuppressObsoleteWarnings/\1tqSuppressObsoleteWarnings/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qChecksum/\1tqChecksum/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qRemovePostRoutine/\1tqRemovePostRoutine/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qInstallPath/\1tqInstallPath/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qObsolete/\1tqObsolete/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qVersion/\1tqVersion/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qSystemWarning/\1tqSystemWarning/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qSysInfo/\1tqSysInfo/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qAddPostRoutine/tqAddPostRoutine/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qWarning/tqWarning/g' {} \;
@@ -96,11 +96,11 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qVersion/t
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qSystemWarning/tqSystemWarning/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qSysInfo/tqSysInfo/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qmemmove/\1tqmemmove/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qstrncpy/\1tqstrncpy/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qstrdup/\1tqstrdup/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qstrnicmp/\1tqstrnicmp/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qstricmp/\1tqstricmp/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qmemmove/\1tqmemmove/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qstrncpy/\1tqstrncpy/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qstrdup/\1tqstrdup/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qstrnicmp/\1tqstrnicmp/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qstricmp/\1tqstricmp/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qmemmove/tqmemmove/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qstrncpy/tqstrncpy/g' {} \;
@@ -108,37 +108,37 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qstrdup/tq
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qstrnicmp/tqstrnicmp/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qstricmp/tqstricmp/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_get_application_thread_id/\1tqt_get_application_thread_id/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_x_user_time/\1tqt_x_user_time/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_xget_temp_gc/\1tqt_xget_temp_gc/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_has_xft/\1tqt_has_xft/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_modal_state/\1tqt_modal_state/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_check_pointer/\1tqt_check_pointer/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_preliminary_signal_spy/\1tqt_preliminary_signal_spy/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_wm_take_focus/\1tqt_wm_take_focus/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_global_mutexpool/\1tqt_global_mutexpool/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_xdisplay/\1tqt_xdisplay/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_resolve_symlinks/\1tqt_resolve_symlinks/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_qclipboard_bailout_hack/\1tqt_qclipboard_bailout_hack/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_x_time/\1tqt_x_time/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_wm_delete_window/\1tqt_wm_delete_window/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_qheader_label_return_null_strings/\1tqt_qheader_label_return_null_strings/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_xscreen/\1tqt_xscreen/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_setAccelAutoShortcuts/\1tqt_setAccelAutoShortcuts/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_sm_client_id/\1tqt_sm_client_id/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_set_table_clipper_enabled/\1tqt_set_table_clipper_enabled/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_hebrew_keyboard_hack/\1tqt_hebrew_keyboard_hack/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_use_native_dialogs/\1tqt_use_native_dialogs/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_generate_epsf/\1tqt_generate_epsf/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_xget_readonly_gc/\1tqt_xget_readonly_gc/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_use_xrender/\1tqt_use_xrender/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_set_x11_event_filter/\1tqt_set_x11_event_filter/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_xrootwin/\1tqt_xrootwin/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_wm_protocols/\1tqt_wm_protocols/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_ftp_filename_codec/\1tqt_ftp_filename_codec/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_window_role/\1tqt_window_role/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_tab_all_widgets/\1tqt_tab_all_widgets/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=[\t ]\)qt_wm_state/\1tqt_wm_state/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_get_application_thread_id/\1tqt_get_application_thread_id/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_x_user_time/\1tqt_x_user_time/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_xget_temp_gc/\1tqt_xget_temp_gc/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_has_xft/\1tqt_has_xft/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_modal_state/\1tqt_modal_state/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_check_pointer/\1tqt_check_pointer/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_preliminary_signal_spy/\1tqt_preliminary_signal_spy/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_wm_take_focus/\1tqt_wm_take_focus/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_global_mutexpool/\1tqt_global_mutexpool/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_xdisplay/\1tqt_xdisplay/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_resolve_symlinks/\1tqt_resolve_symlinks/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_qclipboard_bailout_hack/\1tqt_qclipboard_bailout_hack/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_x_time/\1tqt_x_time/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_wm_delete_window/\1tqt_wm_delete_window/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_qheader_label_return_null_strings/\1tqt_qheader_label_return_null_strings/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_xscreen/\1tqt_xscreen/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_setAccelAutoShortcuts/\1tqt_setAccelAutoShortcuts/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_sm_client_id/\1tqt_sm_client_id/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_set_table_clipper_enabled/\1tqt_set_table_clipper_enabled/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_hebrew_keyboard_hack/\1tqt_hebrew_keyboard_hack/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_use_native_dialogs/\1tqt_use_native_dialogs/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_generate_epsf/\1tqt_generate_epsf/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_xget_readonly_gc/\1tqt_xget_readonly_gc/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_use_xrender/\1tqt_use_xrender/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_set_x11_event_filter/\1tqt_set_x11_event_filter/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_xrootwin/\1tqt_xrootwin/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_wm_protocols/\1tqt_wm_protocols/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_ftp_filename_codec/\1tqt_ftp_filename_codec/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_window_role/\1tqt_window_role/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_tab_all_widgets/\1tqt_tab_all_widgets/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},!:=&[\t ]\)qt_wm_state/\1tqt_wm_state/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_get_application_thread_id/tqt_get_application_thread_id/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_x_user_time/tqt_x_user_time/g' {} \;