#!/bin/bash # # (c) 2013 Timothy Pearson # All Rights Reserved SCRIPT_WORK_DIR="$(pwd)/.." find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidget\.3qt/tqwidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstring\.3qt/tqstring\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qapplication\.3qt/tqapplication\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpainter\.3qt/tqpainter\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextedit\.3qt/tqtextedit\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtable\.3qt/tqtable\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstyle\.3qt/tqstyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlistview\.3qt/tqlistview\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlistbox\.3qt/tqlistbox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qt\.3qt/tqt\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qiconview\.3qt/tqiconview\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qimage\.3qt/tqimage\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmainwindow\.3qt/tqmainwindow\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcstring\.3qt/tqcstring\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qscrollview\.3qt/tqscrollview\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfiledialog\.3qt/tqfiledialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvariant\.3qt/tqvariant\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qregexp\.3qt/tqregexp\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qobject\.3qt/tqobject\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpopupmenu\.3qt/tqpopupmenu\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfont\.3qt/tqfont\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatatable\.3qt/tqdatatable\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpixmap\.3qt/tqpixmap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdir\.3qt/tqdir\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlistviewitem\.3qt/tqlistviewitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlcursor\.3qt/tqsqlcursor\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmessagebox\.3qt/tqmessagebox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlocale\.3qt/tqlocale\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmenudata\.3qt/tqmenudata\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlineedit\.3qt/tqlineedit\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatabrowser\.3qt/tqdatabrowser\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprinter\.3qt/tqprinter\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomnode\.3qt/tqdomnode\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrlist\.3qt/tqptrlist\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qftp\.3qt/tqftp\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmenubar\.3qt/tqmenubar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprocess\.3qt/tqprocess\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvaluelist\.3qt/tqvaluelist\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcombobox\.3qt/tqcombobox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsettings\.3qt/tqsettings\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qheader\.3qt/tqheader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qiconviewitem\.3qt/tqiconviewitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqldatabase\.3qt/tqsqldatabase\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextstream\.3qt/tqtextstream\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhttp\.3qt/tqhttp\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlquery\.3qt/tqsqlquery\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaxbase\.3qt/tqaxbase\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvas\.3qt/tqcanvas\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qnetworkprotocol\.3qt/tqnetworkprotocol\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaction\.3qt/tqaction\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextcodec\.3qt/tqtextcodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvaluevector\.3qt/tqvaluevector\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qglwidget\.3qt/tqglwidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qrect\.3qt/tqrect\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qspinbox\.3qt/tqspinbox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdockwindow\.3qt/tqdockwindow\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcolor\.3qt/tqcolor\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomdocument\.3qt/tqdomdocument\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatastream\.3qt/tqdatastream\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qurloperator\.3qt/tqurloperator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtabdialog\.3qt/tqtabdialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qchar\.3qt/tqchar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpushbutton\.3qt/tqpushbutton\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsocket\.3qt/tqsocket\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmap\.3qt/tqmap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfileinfo\.3qt/tqfileinfo\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtableitem\.3qt/tqtableitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbutton\.3qt/tqbutton\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtoolbutton\.3qt/tqtoolbutton\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qclipboard\.3qt/tqclipboard\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstylesheetitem\.3qt/tqstylesheetitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtabwidget\.3qt/tqtabwidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfile\.3qt/tqfile\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qiodevice\.3qt/tqiodevice\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmemarray\.3qt/tqmemarray\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgridlayout\.3qt/tqgridlayout\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvasitem\.3qt/tqcanvasitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfontmetrics\.3qt/tqfontmetrics\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpaintdevice\.3qt/tqpaintdevice\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsocketdevice\.3qt/tqsocketdevice\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlabel\.3qt/tqlabel\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprogressdialog\.3qt/tqprogressdialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdate\.3qt/tqdate\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwmatrix\.3qt/tqwmatrix\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaxfactory\.3qt/tqaxfactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qscreen\.3qt/tqscreen\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtooltip\.3qt/tqtooltip\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qboxlayout\.3qt/tqboxlayout\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlayout\.3qt/tqlayout\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qframe\.3qt/tqframe\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qglformat\.3qt/tqglformat\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qurl\.3qt/tqurl\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdict\.3qt/tqdict\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfontdatabase\.3qt/tqfontdatabase\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomelement\.3qt/tqdomelement\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qscrollbar\.3qt/tqscrollbar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmovie\.3qt/tqmovie\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qurlinfo\.3qt/tqurlinfo\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatetime\.3qt/tqdatetime\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qslider\.3qt/tqslider\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaccel\.3qt/tqaccel\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtime\.3qt/tqtime\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdialog\.3qt/tqdialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgroupbox\.3qt/tqgroupbox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qiconset\.3qt/tqiconset\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdial\.3qt/tqdial\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtabbar\.3qt/tqtabbar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrvector\.3qt/tqptrvector\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsplitter\.3qt/tqsplitter\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qimageio\.3qt/tqimageio\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtranslator\.3qt/tqtranslator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qregion\.3qt/tqregion\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsessionmanager\.3qt/tqsessionmanager\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlcdnumber\.3qt/tqlcdnumber\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwsserver\.3qt/tqwsserver\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaccessible\.3qt/tqaccessible\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwizard\.3qt/tqwizard\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qrangecontrol\.3qt/tqrangecontrol\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcolorgroup\.3qt/tqcolorgroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qglcontext\.3qt/tqglcontext\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qnpinstance\.3qt/tqnpinstance\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqldriver\.3qt/tqsqldriver\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcheckbox\.3qt/tqcheckbox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpalette\.3qt/tqpalette\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdateedit\.3qt/tqdateedit\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmimesourcefactory\.3qt/tqmimesourcefactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlrecord\.3qt/tqsqlrecord\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdns\.3qt/tqdns\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdockarea\.3qt/tqdockarea\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qasciidict\.3qt/tqasciidict\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsize\.3qt/tqsize\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmlcontenthandler\.3qt/tqxmlcontenthandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaxwidget\.3qt/tqaxwidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbitarray\.3qt/tqbitarray\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstringlist\.3qt/tqstringlist\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvassprite\.3qt/tqcanvassprite\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpoint\.3qt/tqpoint\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qradiobutton\.3qt/tqradiobutton\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qeventloop\.3qt/tqeventloop\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbuttongroup\.3qt/tqbuttongroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrdict\.3qt/tqptrdict\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstylesheet\.3qt/tqstylesheet\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlibrary\.3qt/tqlibrary\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qintdict\.3qt/tqintdict\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpointarray\.3qt/tqpointarray\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsizepolicy\.3qt/tqsizepolicy\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcache\.3qt/tqcache\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qevent\.3qt/tqevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qchecklistitem\.3qt/tqchecklistitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwhatsthis\.3qt/tqwhatsthis\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaxscriptmanager\.3qt/tqaxscriptmanager\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextbrowser\.3qt/tqtextbrowser\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsimplerichtext\.3qt/tqsimplerichtext\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtimeedit\.3qt/tqtimeedit\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpen\.3qt/tqpen\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprogressbar\.3qt/tqprogressbar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcursor\.3qt/tqcursor\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qasciicache\.3qt/tqasciicache\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaccessibleinterface\.3qt/tqaccessibleinterface\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgridview\.3qt/tqgridview\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpicture\.3qt/tqpicture\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmotifdialog\.3qt/tqmotifdialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlresult\.3qt/tqsqlresult\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaxobject\.3qt/tqaxobject\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtabletevent\.3qt/tqtabletevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtoolbox\.3qt/tqtoolbox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qactiongroup\.3qt/tqactiongroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlistviewitemiterator\.3qt/tqlistviewitemiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmlreader\.3qt/tqxmlreader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvaspolygonalitem\.3qt/tqcanvaspolygonalitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qthread\.3qt/tqthread\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstyleoption\.3qt/tqstyleoption\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qinputdialog\.3qt/tqinputdialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qintcache\.3qt/tqintcache\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtranslatormessage\.3qt/tqtranslatormessage\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlform\.3qt/tqsqlform\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaxscript\.3qt/tqaxscript\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtoolbar\.3qt/tqtoolbar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmouseevent\.3qt/tqmouseevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qworkspace\.3qt/tqworkspace\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlfieldinfo\.3qt/tqsqlfieldinfo\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdragobject\.3qt/tqdragobject\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstatusbar\.3qt/tqstatusbar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlayoutitem\.3qt/tqlayoutitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/quuid\.3qt/tquuid\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbitmap\.3qt/tqbitmap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdropevent\.3qt/tqdropevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhttpheader\.3qt/tqhttpheader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbrush\.3qt/tqbrush\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdesktopwidget\.3qt/tqdesktopwidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvaluelistiterator\.3qt/tqvaluelistiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmlinputsource\.3qt/tqxmlinputsource\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvaspixmaparray\.3qt/tqcanvaspixmaparray\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmlnamespacesupport\.3qt/tqxmlnamespacesupport\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidgetfactory\.3qt/tqwidgetfactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qkeysequence\.3qt/tqkeysequence\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcontextmenuevent\.3qt/tqcontextmenuevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmlattributes\.3qt/tqxmlattributes\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomnamednodemap\.3qt/tqdomnamednodemap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlistboxitem\.3qt/tqlistboxitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpixmapcache\.3qt/tqpixmapcache\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrlistiterator\.3qt/tqptrlistiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvasview\.3qt/tqcanvasview\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwindowsmime\.3qt/tqwindowsmime\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsocketnotifier\.3qt/tqsocketnotifier\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/quridrag\.3qt/tquridrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwheelevent\.3qt/tqwheelevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidgetstack\.3qt/tqwidgetstack\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmetaobject\.3qt/tqmetaobject\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qasciicacheiterator\.3qt/tqasciicacheiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtimer\.3qt/tqtimer\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qintcacheiterator\.3qt/tqintcacheiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmapiterator\.3qt/tqmapiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhostaddress\.3qt/tqhostaddress\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qthreadstorage\.3qt/tqthreadstorage\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsplashscreen\.3qt/tqsplashscreen\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmacmime\.3qt/tqmacmime\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwaitcondition\.3qt/tqwaitcondition\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlfield\.3qt/tqsqlfield\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcacheiterator\.3qt/tqcacheiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfontinfo\.3qt/tqfontinfo\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrqueue\.3qt/tqptrqueue\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qguardedptr\.3qt/tqguardedptr\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcopchannel\.3qt/tqcopchannel\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsyntaxhighlighter\.3qt/tqsyntaxhighlighter\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdirectpainter\.3qt/tqdirectpainter\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmlsimplereader\.3qt/tqxmlsimplereader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qnplugin\.3qt/tqnplugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmllexicalhandler\.3qt/tqxmllexicalhandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qserversocket\.3qt/tqserversocket\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcombotableitem\.3qt/tqcombotableitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qnetworkoperation\.3qt/tqnetworkoperation\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrcollection\.3qt/tqptrcollection\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qimevent\.3qt/tqimevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qassistantclient\.3qt/tqassistantclient\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmutexlocker\.3qt/tqmutexlocker\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwsdecoration\.3qt/tqwsdecoration\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qkeyevent\.3qt/tqkeyevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlpropertymap\.3qt/tqsqlpropertymap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qregexpvalidator\.3qt/tqregexpvalidator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatetimeedit\.3qt/tqdatetimeedit\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvalidator\.3qt/tqvalidator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qintvalidator\.3qt/tqintvalidator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaxbindable\.3qt/tqaxbindable\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdoublevalidator\.3qt/tqdoublevalidator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmacstyle\.3qt/tqmacstyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmutex\.3qt/tqmutex\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtableselection\.3qt/tqtableselection\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmapconstiterator\.3qt/tqmapconstiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsignal\.3qt/tqsignal\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qimagedecoder\.3qt/tqimagedecoder\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhttprequestheader\.3qt/tqhttprequestheader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrstack\.3qt/tqptrstack\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qglcolormap\.3qt/tqglcolormap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomimplementation\.3qt/tqdomimplementation\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvasellipse\.3qt/tqcanvasellipse\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomcharacterdata\.3qt/tqdomcharacterdata\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsound\.3qt/tqsound\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvaluelistconstiterator\.3qt/tqvaluelistconstiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmetaproperty\.3qt/tqmetaproperty\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlerror\.3qt/tqsqlerror\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidgetplugin\.3qt/tqwidgetplugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qasciidictiterator\.3qt/tqasciidictiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtooltipgroup\.3qt/tqtooltipgroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomattr\.3qt/tqdomattr\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrdictiterator\.3qt/tqptrdictiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlindex\.3qt/tqsqlindex\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbuffer\.3qt/tqbuffer\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qintdictiterator\.3qt/tqintdictiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qjiscodec\.3qt/tqjiscodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdeepcopy\.3qt/tqdeepcopy\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvastext\.3qt/tqcanvastext\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsemaphore\.3qt/tqsemaphore\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdictiterator\.3qt/tqdictiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaxscriptengine\.3qt/tqaxscriptengine\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaxaggregated\.3qt/tqaxaggregated\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcustommenuitem\.3qt/tqcustommenuitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcloseevent\.3qt/tqcloseevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvaluestack\.3qt/tqvaluestack\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlayoutiterator\.3qt/tqlayoutiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qimageconsumer\.3qt/tqimageconsumer\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfontdialog\.3qt/tqfontdialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomdocumenttype\.3qt/tqdomdocumenttype\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpaintdevicemetrics\.3qt/tqpaintdevicemetrics\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdataview\.3qt/tqdataview\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwsinputmethod\.3qt/tqwsinputmethod\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmldeclhandler\.3qt/tqxmldeclhandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgb18030codec\.3qt/tqgb18030codec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwswindow\.3qt/tqwswindow\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlistboxpixmap\.3qt/tqlistboxpixmap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextdrag\.3qt/tqtextdrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvasrectangle\.3qt/tqcanvasrectangle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhebrewcodec\.3qt/tqhebrewcodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmotifwidget\.3qt/tqmotifwidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomprocessinginstruction\.3qt/tqdomprocessinginstruction\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomentity\.3qt/tqdomentity\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcolordialog\.3qt/tqcolordialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcustomevent\.3qt/tqcustomevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbig5hkscscodec\.3qt/tqbig5hkscscodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qicondrag\.3qt/tqicondrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsignalmapper\.3qt/tqsignalmapper\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpaintevent\.3qt/tqpaintevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomentityreference\.3qt/tqdomentityreference\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfocusevent\.3qt/tqfocusevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvaspixmap\.3qt/tqcanvaspixmap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpair\.3qt/tqpair\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsjiscodec\.3qt/tqsjiscodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qspaceritem\.3qt/tqspaceritem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstrlist\.3qt/tqstrlist\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qnpstream\.3qt/tqnpstream\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomdocumentfragment\.3qt/tqdomdocumentfragment\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qeucjpcodec\.3qt/tqeucjpcodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomnodelist\.3qt/tqdomnodelist\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qimagedrag\.3qt/tqimagedrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqleditorfactory\.3qt/tqsqleditorfactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmlerrorhandler\.3qt/tqxmlerrorhandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbig5codec\.3qt/tqbig5codec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfocusdata\.3qt/tqfocusdata\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvasspline\.3qt/tqcanvasspline\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qobjectcleanuphandler\.3qt/tqobjectcleanuphandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvaspolygon\.3qt/tqcanvaspolygon\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qnpwidget\.3qt/tqnpwidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmldtdhandler\.3qt/tqxmldtdhandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhboxlayout\.3qt/tqhboxlayout\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomnotation\.3qt/tqdomnotation\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomcdatasection\.3qt/tqdomcdatasection\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qiconfactory\.3qt/tqiconfactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwsmousehandler\.3qt/tqwsmousehandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qchecktableitem\.3qt/tqchecktableitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomtext\.3qt/tqdomtext\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qerrormessage\.3qt/tqerrormessage\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtsciicodec\.3qt/tqtsciicodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmotif\.3qt/tqmotif\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextcodecplugin\.3qt/tqtextcodecplugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsizegrip\.3qt/tqsizegrip\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qimageformattype\.3qt/tqimageformattype\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhbox\.3qt/tqhbox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtab\.3qt/tqtab\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidgetitem\.3qt/tqwidgetitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvboxlayout\.3qt/tqvboxlayout\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qeuckrcodec\.3qt/tqeuckrcodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlistboxtext\.3qt/tqlistboxtext\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbytearray\.3qt/tqbytearray\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhttpresponseheader\.3qt/tqhttpresponseheader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmlentityresolver\.3qt/tqxmlentityresolver\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qeditorfactory\.3qt/tqeditorfactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmimesource\.3qt/tqmimesource\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdragmoveevent\.3qt/tqdragmoveevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgl\.3qt/tqgl\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdomcomment\.3qt/tqdomcomment\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwskeyboardhandler\.3qt/tqwskeyboardhandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsql\.3qt/tqsql\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcolordrag\.3qt/tqcolordrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qglayoutiterator\.3qt/tqglayoutiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqldriverplugin\.3qt/tqsqldriverplugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmlparseexception\.3qt/tqxmlparseexception\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstoreddrag\.3qt/tqstoreddrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlrecordinfo\.3qt/tqsqlrecordinfo\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qimageformat\.3qt/tqimageformat\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgrid\.3qt/tqgrid\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvasline\.3qt/tqcanvasline\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmotifstyle\.3qt/tqmotifstyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfontmanager\.3qt/tqfontmanager\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmousedriverplugin\.3qt/tqmousedriverplugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qkbddriverplugin\.3qt/tqkbddriverplugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgfxdriverplugin\.3qt/tqgfxdriverplugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlselectcursor\.3qt/tqsqlselectcursor\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstyleplugin\.3qt/tqstyleplugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qconststring\.3qt/tqconststring\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qimageformatplugin\.3qt/tqimageformatplugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qicondragevent\.3qt/tqicondragevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpngimagepacker\.3qt/tqpngimagepacker\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qchildevent\.3qt/tqchildevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfileiconprovider\.3qt/tqfileiconprovider\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhbuttongroup\.3qt/tqhbuttongroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qobjectlist\.3qt/tqobjectlist\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvbuttongroup\.3qt/tqvbuttongroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qplatinumstyle\.3qt/tqplatinumstyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qicondragitem\.3qt/tqicondragitem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhgroupbox\.3qt/tqhgroupbox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvgroupbox\.3qt/tqvgroupbox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmllocator\.3qt/tqxmllocator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfilepreview\.3qt/tqfilepreview\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbitval\.3qt/tqbitval\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaccessibleobject\.3qt/tqaccessibleobject\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstrilist\.3qt/tqstrilist\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextistream\.3qt/tqtextistream\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextencoder\.3qt/tqtextencoder\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcdestyle\.3qt/tqcdestyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxmldefaulthandler\.3qt/tqxmldefaulthandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmousedriverfactory\.3qt/tqmousedriverfactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qkbddriverfactory\.3qt/tqkbddriverfactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgfxdriverfactory\.3qt/tqgfxdriverfactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtimerevent\.3qt/tqtimerevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextostream\.3qt/tqtextostream\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstylefactory\.3qt/tqstylefactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qresizeevent\.3qt/tqresizeevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmoveevent\.3qt/tqmoveevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextdecoder\.3qt/tqtextdecoder\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlocalfs\.3qt/tqlocalfs\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdragenterevent\.3qt/tqdragenterevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qobjectlistiterator\.3qt/tqobjectlistiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsgistyle\.3qt/tqsgistyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhideevent\.3qt/tqhideevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgbkcodec\.3qt/tqgbkcodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmotifplusstyle\.3qt/tqmotifplusstyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdragleaveevent\.3qt/tqdragleaveevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvasitemlist\.3qt/tqcanvasitemlist\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qshowevent\.3qt/tqshowevent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvbox\.3qt/tqvbox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcharref\.3qt/tqcharref\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcommonstyle\.3qt/tqcommonstyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgb2312codec\.3qt/tqgb2312codec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwindowsstyle\.3qt/tqwindowsstyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatetimeeditbase\.3qt/tqdatetimeeditbase\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstrlistiterator\.3qt/tqstrlistiterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomProcessingInstruction\.3qt/TQDomProcessingInstruction\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QValueListConstIterator\.3qt/TQValueListConstIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QListViewItemIterator\.3qt/TQListViewItemIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QObjectCleanupHandler\.3qt/TQObjectCleanupHandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAccessibleInterface\.3qt/TQAccessibleInterface\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasPolygonalItem\.3qt/TQCanvasPolygonalItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomDocumentFragment\.3qt/TQDomDocumentFragment\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlNamespaceSupport\.3qt/TQXmlNamespaceSupport\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAsciiCacheIterator\.3qt/TQAsciiCacheIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomEntityReference\.3qt/TQDomEntityReference\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHttpResponseHeader\.3qt/TQHttpResponseHeader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMouseDriverFactory\.3qt/TQMouseDriverFactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QObjectListIterator\.3qt/TQObjectListIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPaintDeviceMetrics\.3qt/TQPaintDeviceMetrics\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAsciiDictIterator\.3qt/TQAsciiDictIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasPixmapArray\.3qt/TQCanvasPixmapArray\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomImplementation\.3qt/TQDomImplementation\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHttpRequestHeader\.3qt/TQHttpRequestHeader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QImageFormatPlugin\.3qt/TQImageFormatPlugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMimeSourceFactory\.3qt/TQMimeSourceFactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMouseDriverPlugin\.3qt/TQMouseDriverPlugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSyntaxHighlighter\.3qt/TQSyntaxHighlighter\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTranslatorMessage\.3qt/TQTranslatorMessage\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QValueListIterator\.3qt/TQValueListIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWSKeyboardHandler\.3qt/TQWSKeyboardHandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlContentHandler\.3qt/TQXmlContentHandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlDefaultHandler\.3qt/TQXmlDefaultHandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlEntityResolver\.3qt/TQXmlEntityResolver\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlLexicalHandler\.3qt/TQXmlLexicalHandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlParseException\.3qt/TQXmlParseException\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAccessibleObject\.3qt/TQAccessibleObject\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QContextMenuEvent\.3qt/TQContextMenuEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDateTimeEditBase\.3qt/TQDateTimeEditBase\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomCharacterData\.3qt/TQDomCharacterData\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFileIconProvider\.3qt/TQFileIconProvider\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGfxDriverFactory\.3qt/TQGfxDriverFactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIntCacheIterator\.3qt/TQIntCacheIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QKbdDriverFactory\.3qt/TQKbdDriverFactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMapConstIterator\.3qt/TQMapConstIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QNetworkOperation\.3qt/TQNetworkOperation\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlEditorFactory\.3qt/TQSqlEditorFactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAssistantClient\.3qt/TQAssistantClient\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAxScriptManager\.3qt/TQAxScriptManager\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasRectangle\.3qt/TQCanvasRectangle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomCDATASection\.3qt/TQDomCDATASection\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomDocumentType\.3qt/TQDomDocumentType\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomNamedNodeMap\.3qt/TQDomNamedNodeMap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDoubleValidator\.3qt/TQDoubleValidator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGfxDriverPlugin\.3qt/TQGfxDriverPlugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGLayoutIterator\.3qt/TQGLayoutIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QImageFormatType\.3qt/TQImageFormatType\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIntDictIterator\.3qt/TQIntDictIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QKbdDriverPlugin\.3qt/TQKbdDriverPlugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QNetworkProtocol\.3qt/TQNetworkProtocol\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPtrDictIterator\.3qt/TQPtrDictIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPtrListIterator\.3qt/TQPtrListIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QRegExpValidator\.3qt/TQRegExpValidator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlDriverPlugin\.3qt/TQSqlDriverPlugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlSelectCursor\.3qt/TQSqlSelectCursor\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStrListIterator\.3qt/TQStrListIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTextCodecPlugin\.3qt/TQTextCodecPlugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlErrorHandler\.3qt/TQXmlErrorHandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlSimpleReader\.3qt/TQXmlSimpleReader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAxScriptEngine\.3qt/TQAxScriptEngine\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QBig5hkscsCodec\.3qt/TQBig5hkscsCodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasItemList\.3qt/TQCanvasItemList\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCheckTableItem\.3qt/TQCheckTableItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QComboTableItem\.3qt/TQComboTableItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCustomMenuItem\.3qt/TQCustomMenuItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDragEnterEvent\.3qt/TQDragEnterEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDragLeaveEvent\.3qt/TQDragLeaveEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QLayoutIterator\.3qt/TQLayoutIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMotifPlusStyle\.3qt/TQMotifPlusStyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPNGImagePacker\.3qt/TQPNGImagePacker\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QProgressDialog\.3qt/TQProgressDialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSessionManager\.3qt/TQSessionManager\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSimpleRichText\.3qt/TQSimpleRichText\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSocketNotifier\.3qt/TQSocketNotifier\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlPropertyMap\.3qt/TQSqlPropertyMap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStyleSheetItem\.3qt/TQStyleSheetItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTableSelection\.3qt/TQTableSelection\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWSMouseHandler\.3qt/TQWSMouseHandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlDeclHandler\.3qt/TQXmlDeclHandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlInputSource\.3qt/TQXmlInputSource\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCacheIterator\.3qt/TQCacheIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasEllipse\.3qt/TQCanvasEllipse\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasPolygon\.3qt/TQCanvasPolygon\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCheckListItem\.3qt/TQCheckListItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDesktopWidget\.3qt/TQDesktopWidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDirectPainter\.3qt/TQDirectPainter\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDragMoveEvent\.3qt/TQDragMoveEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QEditorFactory\.3qt/TQEditorFactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIconDragEvent\.3qt/TQIconDragEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QImageConsumer\.3qt/TQImageConsumer\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QListBoxPixmap\.3qt/TQListBoxPixmap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPlatinumStyle\.3qt/TQPlatinumStyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPtrCollection\.3qt/TQPtrCollection\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlRecordInfo\.3qt/TQSqlRecordInfo\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QThreadStorage\.3qt/TQThreadStorage\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWaitCondition\.3qt/TQWaitCondition\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWidgetFactory\.3qt/TQWidgetFactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWSInputMethod\.3qt/TQWSInputMethod\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlAttributes\.3qt/TQXmlAttributes\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlDTDHandler\.3qt/TQXmlDTDHandler\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAxAggregated\.3qt/TQAxAggregated\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasPixmap\.3qt/TQCanvasPixmap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasSpline\.3qt/TQCanvasSpline\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasSprite\.3qt/TQCanvasSprite\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDateTimeEdit\.3qt/TQDateTimeEdit\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDictIterator\.3qt/TQDictIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QErrorMessage\.3qt/TQErrorMessage\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFontDatabase\.3qt/TQFontDatabase\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGb18030Codec\.3qt/TQGb18030Codec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHButtonGroup\.3qt/TQHButtonGroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIconDragItem\.3qt/TQIconDragItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIconViewItem\.3qt/TQIconViewItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QImageDecoder\.3qt/TQImageDecoder\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIntValidator\.3qt/TQIntValidator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QListViewItem\.3qt/TQListViewItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMetaProperty\.3qt/TQMetaProperty\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QRangeControl\.3qt/TQRangeControl\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QServerSocket\.3qt/TQServerSocket\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSignalMapper\.3qt/TQSignalMapper\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSocketDevice\.3qt/TQSocketDevice\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSplashScreen\.3qt/TQSplashScreen\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlFieldInfo\.3qt/TQSqlFieldInfo\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStyleFactory\.3qt/TQStyleFactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QToolTipGroup\.3qt/TQToolTipGroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QVButtonGroup\.3qt/TQVButtonGroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWidgetPlugin\.3qt/TQWidgetPlugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWindowsStyle\.3qt/TQWindowsStyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWSDecoration\.3qt/TQWSDecoration\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QActionGroup\.3qt/TQActionGroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QApplication\.3qt/TQApplication\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QButtonGroup\.3qt/TQButtonGroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QColorDialog\.3qt/TQColorDialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCommonStyle\.3qt/TQCommonStyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QConstString\.3qt/TQConstString\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCustomEvent\.3qt/TQCustomEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDataBrowser\.3qt/TQDataBrowser\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomDocument\.3qt/TQDomDocument\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomNodeList\.3qt/TQDomNodeList\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomNotation\.3qt/TQDomNotation\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFilePreview\.3qt/TQFilePreview\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFontManager\.3qt/TQFontManager\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFontMetrics\.3qt/TQFontMetrics\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGb2312Codec\.3qt/TQGb2312Codec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHebrewCodec\.3qt/TQHebrewCodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHostAddress\.3qt/TQHostAddress\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIconFactory\.3qt/TQIconFactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QImageFormat\.3qt/TQImageFormat\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QInputDialog\.3qt/TQInputDialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QKeySequence\.3qt/TQKeySequence\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QListBoxItem\.3qt/TQListBoxItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QListBoxText\.3qt/TQListBoxText\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMapIterator\.3qt/TQMapIterator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMotifDialog\.3qt/TQMotifDialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMotifWidget\.3qt/TQMotifWidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMutexLocker\.3qt/TQMutexLocker\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPaintDevice\.3qt/TQPaintDevice\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPixmapCache\.3qt/TQPixmapCache\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QProgressBar\.3qt/TQProgressBar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QRadioButton\.3qt/TQRadioButton\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QResizeEvent\.3qt/TQResizeEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlDatabase\.3qt/TQSqlDatabase\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStyleOption\.3qt/TQStyleOption\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStylePlugin\.3qt/TQStylePlugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTabletEvent\.3qt/TQTabletEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTextBrowser\.3qt/TQTextBrowser\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTextDecoder\.3qt/TQTextDecoder\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTextEncoder\.3qt/TQTextEncoder\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTextIStream\.3qt/TQTextIStream\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTextOStream\.3qt/TQTextOStream\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QUrlOperator\.3qt/TQUrlOperator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QValueVector\.3qt/TQValueVector\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWidgetStack\.3qt/TQWidgetStack\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWindowsMime\.3qt/TQWindowsMime\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAccessible\.3qt/TQAccessible\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAsciiCache\.3qt/TQAsciiCache\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAxBindable\.3qt/TQAxBindable\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasItem\.3qt/TQCanvasItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasLine\.3qt/TQCanvasLine\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasText\.3qt/TQCanvasText\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvasView\.3qt/TQCanvasView\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QChildEvent\.3qt/TQChildEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCloseEvent\.3qt/TQCloseEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QColorGroup\.3qt/TQColorGroup\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCopChannel\.3qt/TQCopChannel\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDataStream\.3qt/TQDataStream\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDockWindow\.3qt/TQDockWindow\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomComment\.3qt/TQDomComment\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomElement\.3qt/TQDomElement\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDragObject\.3qt/TQDragObject\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QEucJpCodec\.3qt/TQEucJpCodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QEucKrCodec\.3qt/TQEucKrCodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFileDialog\.3qt/TQFileDialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFocusEvent\.3qt/TQFocusEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFontDialog\.3qt/TQFontDialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGLColormap\.3qt/TQGLColormap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGridLayout\.3qt/TQGridLayout\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGuardedPtr\.3qt/TQGuardedPtr\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHBoxLayout\.3qt/TQHBoxLayout\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHttpHeader\.3qt/TQHttpHeader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QLayoutItem\.3qt/TQLayoutItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMainWindow\.3qt/TQMainWindow\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMessageBox\.3qt/TQMessageBox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMetaObject\.3qt/TQMetaObject\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMimeSource\.3qt/TQMimeSource\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMotifStyle\.3qt/TQMotifStyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMouseEvent\.3qt/TQMouseEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QNPInstance\.3qt/TQNPInstance\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QObjectList\.3qt/TQObjectList\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPaintEvent\.3qt/TQPaintEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPointArray\.3qt/TQPointArray\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPushButton\.3qt/TQPushButton\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QScrollView\.3qt/TQScrollView\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSizePolicy\.3qt/TQSizePolicy\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSpacerItem\.3qt/TQSpacerItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStoredDrag\.3qt/TQStoredDrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStringList\.3qt/TQStringList\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStyleSheet\.3qt/TQStyleSheet\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTextStream\.3qt/TQTextStream\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTimerEvent\.3qt/TQTimerEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QToolButton\.3qt/TQToolButton\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTranslator\.3qt/TQTranslator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTsciiCodec\.3qt/TQTsciiCodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QValueStack\.3qt/TQValueStack\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QVBoxLayout\.3qt/TQVBoxLayout\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWheelEvent\.3qt/TQWheelEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWidgetItem\.3qt/TQWidgetItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlLocator\.3qt/TQXmlLocator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAsciiDict\.3qt/TQAsciiDict\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAxFactory\.3qt/TQAxFactory\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QBig5Codec\.3qt/TQBig5Codec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QBoxLayout\.3qt/TQBoxLayout\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QByteArray\.3qt/TQByteArray\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QClipboard\.3qt/TQClipboard\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QColorDrag\.3qt/TQColorDrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDataTable\.3qt/TQDataTable\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomEntity\.3qt/TQDomEntity\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDropEvent\.3qt/TQDropEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QEventLoop\.3qt/TQEventLoop\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFocusData\.3qt/TQFocusData\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGLContext\.3qt/TQGLContext\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHGroupBox\.3qt/TQHGroupBox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHideEvent\.3qt/TQHideEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QImageDrag\.3qt/TQImageDrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QLCDNumber\.3qt/TQLCDNumber\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMoveEvent\.3qt/TQMoveEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPopupMenu\.3qt/TQPopupMenu\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPtrVector\.3qt/TQPtrVector\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QScrollBar\.3qt/TQScrollBar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSemaphore\.3qt/TQSemaphore\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QShowEvent\.3qt/TQShowEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSjisCodec\.3qt/TQSjisCodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlCursor\.3qt/TQSqlCursor\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlDriver\.3qt/TQSqlDriver\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlRecord\.3qt/TQSqlRecord\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlResult\.3qt/TQSqlResult\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStatusBar\.3qt/TQStatusBar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTabDialog\.3qt/TQTabDialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTableItem\.3qt/TQTableItem\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTabWidget\.3qt/TQTabWidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTextCodec\.3qt/TQTextCodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QValidator\.3qt/TQValidator\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QValueList\.3qt/TQValueList\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QVGroupBox\.3qt/TQVGroupBox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWhatsThis\.3qt/TQWhatsThis\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWorkspace\.3qt/TQWorkspace\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QXmlReader\.3qt/TQXmlReader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAxObject\.3qt/TQAxObject\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAxScript\.3qt/TQAxScript\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAxWidget\.3qt/TQAxWidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QBitArray\.3qt/TQBitArray\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCDEStyle\.3qt/TQCDEStyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCheckBox\.3qt/TQCheckBox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QComboBox\.3qt/TQComboBox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDataView\.3qt/TQDataView\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDateEdit\.3qt/TQDateEdit\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDateTime\.3qt/TQDateTime\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDeepCopy\.3qt/TQDeepCopy\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDockArea\.3qt/TQDockArea\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFileInfo\.3qt/TQFileInfo\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFontInfo\.3qt/TQFontInfo\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGbkCodec\.3qt/TQGbkCodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGLFormat\.3qt/TQGLFormat\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGLWidget\.3qt/TQGLWidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGridView\.3qt/TQGridView\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGroupBox\.3qt/TQGroupBox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIconDrag\.3qt/TQIconDrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIconView\.3qt/TQIconView\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIntCache\.3qt/TQIntCache\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIODevice\.3qt/TQIODevice\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QJisCodec\.3qt/TQJisCodec\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QKeyEvent\.3qt/TQKeyEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QLineEdit\.3qt/TQLineEdit\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QListView\.3qt/TQListView\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMacStyle\.3qt/TQMacStyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMemArray\.3qt/TQMemArray\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMenuData\.3qt/TQMenuData\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QNPStream\.3qt/TQNPStream\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QNPWidget\.3qt/TQNPWidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPtrQueue\.3qt/TQPtrQueue\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPtrStack\.3qt/TQPtrStack\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSettings\.3qt/TQSettings\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSGIStyle\.3qt/TQSGIStyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSizeGrip\.3qt/TQSizeGrip\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSplitter\.3qt/TQSplitter\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlError\.3qt/TQSqlError\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlField\.3qt/TQSqlField\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlIndex\.3qt/TQSqlIndex\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlQuery\.3qt/TQSqlQuery\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStrIList\.3qt/TQStrIList\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTextDrag\.3qt/TQTextDrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTextEdit\.3qt/TQTextEdit\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTimeEdit\.3qt/TQTimeEdit\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWSServer\.3qt/TQWSServer\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWSWindow\.3qt/TQWSWindow\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCharRef\.3qt/TQCharRef\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCString\.3qt/TQCString\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomAttr\.3qt/TQDomAttr\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomNode\.3qt/TQDomNode\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDomText\.3qt/TQDomText\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIconSet\.3qt/TQIconSet\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QImageIO\.3qt/TQImageIO\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIMEvent\.3qt/TQIMEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QIntDict\.3qt/TQIntDict\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QLibrary\.3qt/TQLibrary\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QListBox\.3qt/TQListBox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QLocalFs\.3qt/TQLocalFs\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMacMime\.3qt/TQMacMime\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMenuBar\.3qt/TQMenuBar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QNPlugin\.3qt/TQNPlugin\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPainter\.3qt/TQPainter\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPalette\.3qt/TQPalette\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPicture\.3qt/TQPicture\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPrinter\.3qt/TQPrinter\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QProcess\.3qt/TQProcess\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPtrDict\.3qt/TQPtrDict\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPtrList\.3qt/TQPtrList\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSpinBox\.3qt/TQSpinBox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSqlForm\.3qt/TQSqlForm\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStrList\.3qt/TQStrList\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QToolBar\.3qt/TQToolBar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QToolBox\.3qt/TQToolBox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QToolTip\.3qt/TQToolTip\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QUriDrag\.3qt/TQUriDrag\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QUrlInfo\.3qt/TQUrlInfo\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QVariant\.3qt/TQVariant\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWMatrix\.3qt/TQWMatrix\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAction\.3qt/TQAction\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAxBase\.3qt/TQAxBase\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QBitmap\.3qt/TQBitmap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QBitVal\.3qt/TQBitVal\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QBuffer\.3qt/TQBuffer\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QButton\.3qt/TQButton\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCanvas\.3qt/TQCanvas\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCursor\.3qt/TQCursor\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDialog\.3qt/TQDialog\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHeader\.3qt/TQHeader\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QLayout\.3qt/TQLayout\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QLocale\.3qt/TQLocale\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QObject\.3qt/TQObject\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPixmap\.3qt/TQPixmap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QRegExp\.3qt/TQRegExp\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QRegion\.3qt/TQRegion\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QScreen\.3qt/TQScreen\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSignal\.3qt/TQSignal\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSlider\.3qt/TQSlider\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSocket\.3qt/TQSocket\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QString\.3qt/TQString\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTabBar\.3qt/TQTabBar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QThread\.3qt/TQThread\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWidget\.3qt/TQWidget\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QWizard\.3qt/TQWizard\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QAccel\.3qt/TQAccel\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QBrush\.3qt/TQBrush\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QCache\.3qt/TQCache\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QColor\.3qt/TQColor\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QEvent\.3qt/TQEvent\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFrame\.3qt/TQFrame\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QImage\.3qt/TQImage\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QLabel\.3qt/TQLabel\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMotif\.3qt/TQMotif\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMovie\.3qt/TQMovie\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMutex\.3qt/TQMutex\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPoint\.3qt/TQPoint\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSound\.3qt/TQSound\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QStyle\.3qt/TQStyle\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTable\.3qt/TQTable\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTimer\.3qt/TQTimer\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QChar\.3qt/TQChar\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDate\.3qt/TQDate\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDial\.3qt/TQDial\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDict\.3qt/TQDict\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFile\.3qt/TQFile\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFont\.3qt/TQFont\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGrid\.3qt/TQGrid\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHBox\.3qt/TQHBox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QHttp\.3qt/TQHttp\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPair\.3qt/TQPair\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QRect\.3qt/TQRect\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSize\.3qt/TQSize\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTime\.3qt/TQTime\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QUuid\.3qt/TQUuid\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QVBox\.3qt/TQVBox\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDir\.3qt/TQDir\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QDns\.3qt/TQDns\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QFtp\.3qt/TQFtp\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QMap\.3qt/TQMap\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QPen\.3qt/TQPen\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QSql\.3qt/TQSql\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QTab\.3qt/TQTab\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QUrl\.3qt/TQUrl\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QGL\.3qt/TQGL\.3qt/g' {} \; find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Qt\.3qt/TQt\.3qt/g' {} \; find ./ -type d -exec ${SCRIPT_WORK_DIR}/man_rename_2 {} \; find ./ -type d -exec ${SCRIPT_WORK_DIR}/rename_other_files {} \;