diff options
author | Michele Calgaro <[email protected]> | 2024-11-29 16:44:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-29 18:17:31 +0900 |
commit | 8bd9e8f5247bd2ca15e24eb3d499c6cd84fdf3cd (patch) | |
tree | 1a5d979bae65dc8a52713395179a83f028438297 | |
parent | 02d714dbaf9d56d57773a3bc3550e74d6723df34 (diff) | |
download | scripts-8bd9e8f5247bd2ca15e24eb3d499c6cd84fdf3cd.tar.gz scripts-8bd9e8f5247bd2ca15e24eb3d499c6cd84fdf3cd.zip |
qt conversion scripts: don't use ntq* headers anymore
Signed-off-by: Michele Calgaro <[email protected]>
-rwxr-xr-x | conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3 | 666 |
1 files changed, 333 insertions, 333 deletions
diff --git a/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3 b/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3 index 647fdf7..1b8976c 100755 --- a/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3 +++ b/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3 @@ -374,336 +374,336 @@ xargs -r0 sed -i \ # Headers find ./ -type f -iname "*" -not -iwholename '*.git*' -print0 |\ xargs -r0 sed -i \ - -e 's/q1xcompatibility\.h/ntq1xcompatibility\.h/g' \ - -e 's/qabstractlayout\.h/ntqabstractlayout\.h/g' \ - -e 's/qaccel\.h/ntqaccel\.h/g' \ - -e 's/qaccessible\.h/ntqaccessible\.h/g' \ - -e 's/qaction\.h/ntqaction\.h/g' \ - -e 's/qapp\.h/ntqapp\.h/g' \ - -e 's/qapplication\.h/ntqapplication\.h/g' \ - -e 's/qarray\.h/ntqarray\.h/g' \ - -e 's/qasciicache\.h/ntqasciicache\.h/g' \ - -e 's/qasciidict\.h/ntqasciidict\.h/g' \ - -e 's/qassistantclient\.h/ntqassistantclient\.h/g' \ - -e 's/qasyncimageio\.h/ntqasyncimageio\.h/g' \ - -e 's/qasyncio\.h/ntqasyncio\.h/g' \ - -e 's/qbig5codec\.h/ntqbig5codec\.h/g' \ - -e 's/qbitarray\.h/ntqbitarray\.h/g' \ - -e 's/qbitarry\.h/ntqbitarry\.h/g' \ - -e 's/qbitmap\.h/ntqbitmap\.h/g' \ - -e 's/qbrush\.h/ntqbrush\.h/g' \ - -e 's/qbttngrp\.h/ntqbttngrp\.h/g' \ - -e 's/qbuffer\.h/ntqbuffer\.h/g' \ - -e 's/qbuttongroup\.h/ntqbuttongroup\.h/g' \ - -e 's/qbutton\.h/ntqbutton\.h/g' \ - -e 's/qcache\.h/ntqcache\.h/g' \ - -e 's/qcanvas\.h/ntqcanvas\.h/g' \ - -e 's/qcdestyle\.h/ntqcdestyle\.h/g' \ - -e 's/qcheckbox\.h/ntqcheckbox\.h/g' \ - -e 's/qchkbox\.h/ntqchkbox\.h/g' \ - -e 's/qcleanuphandler\.h/ntqcleanuphandler\.h/g' \ - -e 's/qclipboard\.h/ntqclipboard\.h/g' \ - -e 's/qclipbrd\.h/ntqclipbrd\.h/g' \ - -e 's/qcollect\.h/ntqcollect\.h/g' \ - -e 's/qcollection\.h/ntqcollection\.h/g' \ - -e 's/qcolordialog\.h/ntqcolordialog\.h/g' \ - -e 's/qcolor\.h/ntqcolor\.h/g' \ - -e 's/qcombobox\.h/ntqcombobox\.h/g' \ - -e 's/qcombo\.h/ntqcombo\.h/g' \ - -e 's/qcommonstyle\.h/ntqcommonstyle\.h/g' \ - -e 's/qcompactstyle\.h/ntqcompactstyle\.h/g' \ - -e 's/qconfig\.h/ntqconfig\.h/g' \ - -e 's/qconnect\.h/ntqconnect\.h/g' \ - -e 's/qconnection\.h/ntqconnection\.h/g' \ - -e 's/qcstring\.h/ntqcstring\.h/g' \ - -e 's/qcursor\.h/ntqcursor\.h/g' \ - -e 's/qdatabrowser\.h/ntqdatabrowser\.h/g' \ - -e 's/qdatastream\.h/ntqdatastream\.h/g' \ - -e 's/qdatatable\.h/ntqdatatable\.h/g' \ - -e 's/qdataview\.h/ntqdataview\.h/g' \ - -e 's/qdatetimeedit\.h/ntqdatetimeedit\.h/g' \ - -e 's/qdatetime\.h/ntqdatetime\.h/g' \ - -e 's/qdatetm\.h/ntqdatetm\.h/g' \ - -e 's/qdeepcopy\.h/ntqdeepcopy\.h/g' \ - -e 's/qdesktopwidget\.h/ntqdesktopwidget\.h/g' \ - -e 's/qdial\.h/ntqdial\.h/g' \ - -e 's/qdialog\.h/ntqdialog\.h/g' \ - -e 's/qdict\.h/ntqdict\.h/g' \ - -e 's/qdir\.h/ntqdir\.h/g' \ - -e 's/qdns\.h/ntqdns\.h/g' \ - -e 's/qdockarea\.h/ntqdockarea\.h/g' \ - -e 's/qdockwindow\.h/ntqdockwindow\.h/g' \ - -e 's/qdom\.h/ntqdom\.h/g' \ - -e 's/qdragobject\.h/ntqdragobject\.h/g' \ - -e 's/qdrawutil\.h/ntqdrawutil\.h/g' \ - -e 's/qdrawutl\.h/ntqdrawutl\.h/g' \ - -e 's/qdropsite\.h/ntqdropsite\.h/g' \ - -e 's/qdstream\.h/ntqdstream\.h/g' \ - -e 's/qeditorfactory\.h/ntqeditorfactory\.h/g' \ - -e 's/qerrormessage\.h/ntqerrormessage\.h/g' \ - -e 's/qeucjpcodec\.h/ntqeucjpcodec\.h/g' \ - -e 's/qeuckrcodec\.h/ntqeuckrcodec\.h/g' \ - -e 's/qevent\.h/ntqevent\.h/g' \ - -e 's/qeventloop\.h/ntqeventloop\.h/g' \ - -e 's/qfeatures\.h/ntqfeatures\.h/g' \ - -e 's/qfiledef\.h/ntqfiledef\.h/g' \ - -e 's/qfiledialog\.h/ntqfiledialog\.h/g' \ - -e 's/qfiledlg\.h/ntqfiledlg\.h/g' \ - -e 's/qfile\.h/ntqfile\.h/g' \ - -e 's/qfileinf\.h/ntqfileinf\.h/g' \ - -e 's/qfileinfo\.h/ntqfileinfo\.h/g' \ - -e 's/qfocusdata\.h/ntqfocusdata\.h/g' \ - -e 's/qfontdatabase\.h/ntqfontdatabase\.h/g' \ - -e 's/qfontdialog\.h/ntqfontdialog\.h/g' \ - -e 's/qfont\.h/ntqfont\.h/g' \ - -e 's/qfontinf\.h/ntqfontinf\.h/g' \ - -e 's/qfontinfo\.h/ntqfontinfo\.h/g' \ - -e 's/qfontmet\.h/ntqfontmet\.h/g' \ - -e 's/qfontmetrics\.h/ntqfontmetrics\.h/g' \ - -e 's/qframe\.h/ntqframe\.h/g' \ - -e 's/qftp\.h/ntqftp\.h/g' \ - -e 's/qgarray\.h/ntqgarray\.h/g' \ - -e 's/qgb18030codec\.h/ntqgb18030codec\.h/g' \ - -e 's/qgbkcodec\.h/ntqgbkcodec\.h/g' \ - -e 's/qgcache\.h/ntqgcache\.h/g' \ - -e 's/qgdict\.h/ntqgdict\.h/g' \ - -e 's/qgeneric\.h/ntqgeneric\.h/g' \ - -e 's/qgif\.h/ntqgif\.h/g' \ - -e 's/qglcolormap\.h/ntqglcolormap\.h/g' \ - -e 's/qgl\.h/ntqgl\.h/g' \ - -e 's/qglist\.h/ntqglist\.h/g' \ - -e 's/qglobal\.h/ntqglobal\.h/g' \ - -e 's/qgplugin\.h/ntqgplugin\.h/g' \ - -e 's/qgrid\.h/ntqgrid\.h/g' \ - -e 's/qgridview\.h/ntqgridview\.h/g' \ - -e 's/qgroupbox\.h/ntqgroupbox\.h/g' \ - -e 's/qgrpbox\.h/ntqgrpbox\.h/g' \ - -e 's/qguardedptr\.h/ntqguardedptr\.h/g' \ - -e 's/qgvector\.h/ntqgvector\.h/g' \ - -e 's/qhbox\.h/ntqhbox\.h/g' \ - -e 's/qhbuttongroup\.h/ntqhbuttongroup\.h/g' \ - -e 's/qheader\.h/ntqheader\.h/g' \ - -e 's/qhgroupbox\.h/ntqhgroupbox\.h/g' \ - -e 's/qhostaddress\.h/ntqhostaddress\.h/g' \ - -e 's/qhttp\.h/ntqhttp\.h/g' \ - -e 's/qiconset\.h/ntqiconset\.h/g' \ - -e 's/qiconview\.h/ntqiconview\.h/g' \ - -e 's/qimageformatplugin\.h/ntqimageformatplugin\.h/g' \ - -e 's/qimage\.h/ntqimage\.h/g' \ - -e 's/qinputcontextfactory\.h/ntqinputcontextfactory\.h/g' \ - -e 's/qinputcontext\.h/ntqinputcontext\.h/g' \ - -e 's/qinputcontextplugin\.h/ntqinputcontextplugin\.h/g' \ - -e 's/qinputdialog\.h/ntqinputdialog\.h/g' \ - -e 's/qintcache\.h/ntqintcache\.h/g' \ - -e 's/qintcach\.h/ntqintcach\.h/g' \ - -e 's/qintdict\.h/ntqintdict\.h/g' \ - -e 's/qinterlacestyle\.h/ntqinterlacestyle\.h/g' \ - -e 's/qiodev\.h/ntqiodev\.h/g' \ - -e 's/qiodevice\.h/ntqiodevice\.h/g' \ - -e 's/qjiscodec\.h/ntqjiscodec\.h/g' \ - -e 's/qjpegio\.h/ntqjpegio\.h/g' \ - -e 's/qjpunicode\.h/ntqjpunicode\.h/g' \ - -e 's/qkeycode\.h/ntqkeycode\.h/g' \ - -e 's/qkeysequence\.h/ntqkeysequence\.h/g' \ - -e 's/qlabel\.h/ntqlabel\.h/g' \ - -e 's/qlayout\.h/ntqlayout\.h/g' \ - -e 's/qlcdnumber\.h/ntqlcdnumber\.h/g' \ - -e 's/qlcdnum\.h/ntqlcdnum\.h/g' \ - -e 's/qlibrary\.h/ntqlibrary\.h/g' \ - -e 's/qlined\.h/ntqlined\.h/g' \ - -e 's/qlineedit\.h/ntqlineedit\.h/g' \ - -e 's/qlistbox\.h/ntqlistbox\.h/g' \ - -e 's/qlist\.h/ntqlist\.h/g' \ - -e 's/qlistview\.h/ntqlistview\.h/g' \ - -e 's/qlocale\.h/ntqlocale\.h/g' \ - -e 's/qlocalfs\.h/ntqlocalfs\.h/g' \ - -e 's/qmainwindow\.h/ntqmainwindow\.h/g' \ - -e 's/qmap\.h/ntqmap\.h/g' \ - -e 's/qmemarray\.h/ntqmemarray\.h/g' \ - -e 's/qmenubar\.h/ntqmenubar\.h/g' \ - -e 's/qmenudata\.h/ntqmenudata\.h/g' \ - -e 's/qmenudta\.h/ntqmenudta\.h/g' \ - -e 's/qmessagebox\.h/ntqmessagebox\.h/g' \ - -e 's/qmetaobject\.h/ntqmetaobject\.h/g' \ - -e 's/qmetaobj\.h/ntqmetaobj\.h/g' \ - -e 's/qmime\.h/ntqmime\.h/g' \ - -e 's/qmlined\.h/ntqmlined\.h/g' \ - -e 's/qmngio\.h/ntqmngio\.h/g' \ - -e 's/qmodules\.h/ntqmodules\.h/g' \ - -e 's/qmotifplusstyle\.h/ntqmotifplusstyle\.h/g' \ - -e 's/qmotifstyle\.h/ntqmotifstyle\.h/g' \ - -e 's/qmovie\.h/ntqmovie\.h/g' \ - -e 's/qmsgbox\.h/ntqmsgbox\.h/g' \ - -e 's/qmultilinedit\.h/ntqmultilinedit\.h/g' \ - -e 's/qmultilineedit\.h/ntqmultilineedit\.h/g' \ - -e 's/qmutex\.h/ntqmutex\.h/g' \ - -e 's/qnamespace\.h/ntqnamespace\.h/g' \ - -e 's/qnetwork\.h/ntqnetwork\.h/g' \ - -e 's/qnetworkprotocol\.h/ntqnetworkprotocol\.h/g' \ - -e 's/qnp\.h/ntqnp\.h/g' \ - -e 's/qobjcoll\.h/ntqobjcoll\.h/g' \ - -e 's/qobjdefs\.h/ntqobjdefs\.h/g' \ - -e 's/qobjectcleanuphandler\.h/ntqobjectcleanuphandler\.h/g' \ - -e 's/qobjectdefs\.h/ntqobjectdefs\.h/g' \ - -e 's/qobjectdict\.h/ntqobjectdict\.h/g' \ - -e 's/qobject\.h/ntqobject\.h/g' \ - -e 's/qobjectlist\.h/ntqobjectlist\.h/g' \ - -e 's/qpaintdc\.h/ntqpaintdc\.h/g' \ - -e 's/qpaintdevicedefs\.h/ntqpaintdevicedefs\.h/g' \ - -e 's/qpaintdevice\.h/ntqpaintdevice\.h/g' \ - -e 's/qpaintdevicemetrics\.h/ntqpaintdevicemetrics\.h/g' \ - -e 's/qpaintd\.h/ntqpaintd\.h/g' \ - -e 's/qpainter\.h/ntqpainter\.h/g' \ - -e 's/qpair\.h/ntqpair\.h/g' \ - -e 's/qpalette\.h/ntqpalette\.h/g' \ - -e 's/qpdevmet\.h/ntqpdevmet\.h/g' \ - -e 's/qpen\.h/ntqpen\.h/g' \ - -e 's/qpicture\.h/ntqpicture\.h/g' \ - -e 's/qpixmapcache\.h/ntqpixmapcache\.h/g' \ - -e 's/qpixmap\.h/ntqpixmap\.h/g' \ - -e 's/qplatinumstyle\.h/ntqplatinumstyle\.h/g' \ - -e 's/qpmcache\.h/ntqpmcache\.h/g' \ - -e 's/qpngio\.h/ntqpngio\.h/g' \ - -e 's/qpntarry\.h/ntqpntarry\.h/g' \ - -e 's/qpointarray\.h/ntqpointarray\.h/g' \ - -e 's/qpoint\.h/ntqpoint\.h/g' \ - -e 's/qpolygonscanner\.h/ntqpolygonscanner\.h/g' \ - -e 's/qpopmenu\.h/ntqpopmenu\.h/g' \ - -e 's/qpopupmenu\.h/ntqpopupmenu\.h/g' \ - -e 's/qprintdialog\.h/ntqprintdialog\.h/g' \ - -e 's/qprinter\.h/ntqprinter\.h/g' \ - -e 's/qprndlg\.h/ntqprndlg\.h/g' \ - -e 's/qprocess\.h/ntqprocess\.h/g' \ - -e 's/qprogbar\.h/ntqprogbar\.h/g' \ - -e 's/qprogdlg\.h/ntqprogdlg\.h/g' \ - -e 's/qprogressbar\.h/ntqprogressbar\.h/g' \ - -e 's/qprogressdialog\.h/ntqprogressdialog\.h/g' \ - -e 's/qpsprn\.h/ntqpsprn\.h/g' \ - -e 's/qptrcollection\.h/ntqptrcollection\.h/g' \ - -e 's/qptrdict\.h/ntqptrdict\.h/g' \ - -e 's/qptrlist\.h/ntqptrlist\.h/g' \ - -e 's/qptrqueue\.h/ntqptrqueue\.h/g' \ - -e 's/qptrstack\.h/ntqptrstack\.h/g' \ - -e 's/qptrvector\.h/ntqptrvector\.h/g' \ - -e 's/qpushbt\.h/ntqpushbt\.h/g' \ - -e 's/qpushbutton\.h/ntqpushbutton\.h/g' \ - -e 's/qqueue\.h/ntqqueue\.h/g' \ - -e 's/qradiobt\.h/ntqradiobt\.h/g' \ - -e 's/qradiobutton\.h/ntqradiobutton\.h/g' \ - -e 's/qrangecontrol\.h/ntqrangecontrol\.h/g' \ - -e 's/qrangect\.h/ntqrangect\.h/g' \ - -e 's/qrect\.h/ntqrect\.h/g' \ - -e 's/qregexp\.h/ntqregexp\.h/g' \ - -e 's/qregion\.h/ntqregion\.h/g' \ - -e 's/qrtlcodec\.h/ntqrtlcodec\.h/g' \ - -e 's/qscrbar\.h/ntqscrbar\.h/g' \ - -e 's/qscrollbar\.h/ntqscrollbar\.h/g' \ - -e 's/qscrollview\.h/ntqscrollview\.h/g' \ - -e 's/qsemaphore\.h/ntqsemaphore\.h/g' \ - -e 's/qsemimodal\.h/ntqsemimodal\.h/g' \ - -e 's/qserversocket\.h/ntqserversocket\.h/g' \ - -e 's/qsession\.h/ntqsession\.h/g' \ - -e 's/qsessionmanager\.h/ntqsessionmanager\.h/g' \ - -e 's/qsettings\.h/ntqsettings\.h/g' \ - -e 's/qsgistyle\.h/ntqsgistyle\.h/g' \ - -e 's/qshared\.h/ntqshared\.h/g' \ - -e 's/qsignal\.h/ntqsignal\.h/g' \ - -e 's/qsignalmapper\.h/ntqsignalmapper\.h/g' \ - -e 's/qsignalslotimp\.h/ntqsignalslotimp\.h/g' \ - -e 's/qsimplerichtext\.h/ntqsimplerichtext\.h/g' \ - -e 's/qsizegrip\.h/ntqsizegrip\.h/g' \ - -e 's/qsize\.h/ntqsize\.h/g' \ - -e 's/qsizepolicy\.h/ntqsizepolicy\.h/g' \ - -e 's/qsjiscodec\.h/ntqsjiscodec\.h/g' \ - -e 's/qslider\.h/ntqslider\.h/g' \ - -e 's/qsocketdevice\.h/ntqsocketdevice\.h/g' \ - -e 's/qsocket\.h/ntqsocket\.h/g' \ - -e 's/qsocketnotifier\.h/ntqsocketnotifier\.h/g' \ - -e 's/qsocknot\.h/ntqsocknot\.h/g' \ - -e 's/qsortedlist\.h/ntqsortedlist\.h/g' \ - -e 's/qsound\.h/ntqsound\.h/g' \ - -e 's/qspinbox\.h/ntqspinbox\.h/g' \ - -e 's/qsplashscreen\.h/ntqsplashscreen\.h/g' \ - -e 's/qsplitter\.h/ntqsplitter\.h/g' \ - -e 's/qsqlcursor\.h/ntqsqlcursor\.h/g' \ - -e 's/qsqldatabase\.h/ntqsqldatabase\.h/g' \ - -e 's/qsqldriver\.h/ntqsqldriver\.h/g' \ - -e 's/qsqldriverplugin\.h/ntqsqldriverplugin\.h/g' \ - -e 's/qsqleditorfactory\.h/ntqsqleditorfactory\.h/g' \ - -e 's/qsqlerror\.h/ntqsqlerror\.h/g' \ - -e 's/qsqlfield\.h/ntqsqlfield\.h/g' \ - -e 's/qsqlform\.h/ntqsqlform\.h/g' \ - -e 's/qsql\.h/ntqsql\.h/g' \ - -e 's/qsqlindex\.h/ntqsqlindex\.h/g' \ - -e 's/qsqlpropertymap\.h/ntqsqlpropertymap\.h/g' \ - -e 's/qsqlquery\.h/ntqsqlquery\.h/g' \ - -e 's/qsqlrecord\.h/ntqsqlrecord\.h/g' \ - -e 's/qsqlresult\.h/ntqsqlresult\.h/g' \ - -e 's/qsqlselectcursor\.h/ntqsqlselectcursor\.h/g' \ - -e 's/qstack\.h/ntqstack\.h/g' \ - -e 's/qstatusbar\.h/ntqstatusbar\.h/g' \ - -e 's/qstring\.h/ntqstring\.h/g' \ - -e 's/qstringlist\.h/ntqstringlist\.h/g' \ - -e 's/qstrlist\.h/ntqstrlist\.h/g' \ - -e 's/qstrvec\.h/ntqstrvec\.h/g' \ - -e 's/qstylefactory\.h/ntqstylefactory\.h/g' \ - -e 's/qstyle\.h/ntqstyle\.h/g' \ - -e 's/qstyleplugin\.h/ntqstyleplugin\.h/g' \ - -e 's/qstylesheet\.h/ntqstylesheet\.h/g' \ - -e 's/qsyntaxhighlighter\.h/ntqsyntaxhighlighter\.h/g' \ - -e 's/qtabbar\.h/ntqtabbar\.h/g' \ - -e 's/qtabdialog\.h/ntqtabdialog\.h/g' \ - -e 's/qtabdlg\.h/ntqtabdlg\.h/g' \ - -e 's/qtable\.h/ntqtable\.h/g' \ - -e 's/qtabwidget\.h/ntqtabwidget\.h/g' \ - -e 's/qtextbrowser\.h/ntqtextbrowser\.h/g' \ - -e 's/qtextcodecfactory\.h/ntqtextcodecfactory\.h/g' \ - -e 's/qtextcodec\.h/ntqtextcodec\.h/g' \ - -e 's/qtextcodecplugin\.h/ntqtextcodecplugin\.h/g' \ - -e 's/qtextedit\.h/ntqtextedit\.h/g' \ - -e 's/qtextstream\.h/ntqtextstream\.h/g' \ - -e 's/qtextview\.h/ntqtextview\.h/g' \ - -e 's/qt\.h/ntqt\.h/g' \ - -e 's/qthread\.h/ntqthread\.h/g' \ - -e 's/qthreadstorage\.h/ntqthreadstorage\.h/g' \ - -e 's/qtimer\.h/ntqtimer\.h/g' \ - -e 's/qtl\.h/ntqtl\.h/g' \ - -e 's/qtoolbar\.h/ntqtoolbar\.h/g' \ - -e 's/qtoolbox\.h/ntqtoolbox\.h/g' \ - -e 's/qtoolbutton\.h/ntqtoolbutton\.h/g' \ - -e 's/qtooltip\.h/ntqtooltip\.h/g' \ - -e 's/qtranslator\.h/ntqtranslator\.h/g' \ - -e 's/qtsciicodec\.h/ntqtsciicodec\.h/g' \ - -e 's/qtstream\.h/ntqtstream\.h/g' \ - -e 's/qurl\.h/ntqurl\.h/g' \ - -e 's/qurlinfo\.h/ntqurlinfo\.h/g' \ - -e 's/qurloperator\.h/ntqurloperator\.h/g' \ - -e 's/qutfcodec\.h/ntqutfcodec\.h/g' \ - -e 's/quuid\.h/ntquuid\.h/g' \ - -e 's/qvalidator\.h/ntqvalidator\.h/g' \ - -e 's/qvaluelist\.h/ntqvaluelist\.h/g' \ - -e 's/qvaluestack\.h/ntqvaluestack\.h/g' \ - -e 's/qvaluevector\.h/ntqvaluevector\.h/g' \ - -e 's/qvariant\.h/ntqvariant\.h/g' \ - -e 's/qvbox\.h/ntqvbox\.h/g' \ - -e 's/qvbuttongroup\.h/ntqvbuttongroup\.h/g' \ - -e 's/qvector\.h/ntqvector\.h/g' \ - -e 's/qvfbhdr\.h/ntqvfbhdr\.h/g' \ - -e 's/qvgroupbox\.h/ntqvgroupbox\.h/g' \ - -e 's/qwaitcondition\.h/ntqwaitcondition\.h/g' \ - -e 's/qwhatsthis\.h/ntqwhatsthis\.h/g' \ - -e 's/qwidcoll\.h/ntqwidcoll\.h/g' \ - -e 's/qwidgetfactory\.h/ntqwidgetfactory\.h/g' \ - -e 's/qwidget\.h/ntqwidget\.h/g' \ - -e 's/qwidgetintdict\.h/ntqwidgetintdict\.h/g' \ - -e 's/qwidgetlist\.h/ntqwidgetlist\.h/g' \ - -e 's/qwidgetplugin\.h/ntqwidgetplugin\.h/g' \ - -e 's/qwidgetstack\.h/ntqwidgetstack\.h/g' \ - -e 's/qwindefs\.h/ntqwindefs\.h/g' \ - -e 's/qwindowdefs\.h/ntqwindowdefs\.h/g' \ - -e 's/qwindowsstyle\.h/ntqwindowsstyle\.h/g' \ - -e 's/qwinexport\.h/ntqwinexport\.h/g' \ - -e 's/qwizard\.h/ntqwizard\.h/g' \ - -e 's/qwmatrix\.h/ntqwmatrix\.h/g' \ - -e 's/qworkspace\.h/ntqworkspace\.h/g' \ - -e 's/qxml\.h/ntqxml\.h/g' + -e 's/q1xcompatibility\.h/tq1xcompatibility\.h/g' \ + -e 's/qabstractlayout\.h/tqabstractlayout\.h/g' \ + -e 's/qaccel\.h/tqaccel\.h/g' \ + -e 's/qaccessible\.h/tqaccessible\.h/g' \ + -e 's/qaction\.h/tqaction\.h/g' \ + -e 's/qapp\.h/tqapp\.h/g' \ + -e 's/qapplication\.h/tqapplication\.h/g' \ + -e 's/qarray\.h/tqarray\.h/g' \ + -e 's/qasciicache\.h/tqasciicache\.h/g' \ + -e 's/qasciidict\.h/tqasciidict\.h/g' \ + -e 's/qassistantclient\.h/tqassistantclient\.h/g' \ + -e 's/qasyncimageio\.h/tqasyncimageio\.h/g' \ + -e 's/qasyncio\.h/tqasyncio\.h/g' \ + -e 's/qbig5codec\.h/tqbig5codec\.h/g' \ + -e 's/qbitarray\.h/tqbitarray\.h/g' \ + -e 's/qbitarry\.h/tqbitarry\.h/g' \ + -e 's/qbitmap\.h/tqbitmap\.h/g' \ + -e 's/qbrush\.h/tqbrush\.h/g' \ + -e 's/qbttngrp\.h/tqbttngrp\.h/g' \ + -e 's/qbuffer\.h/tqbuffer\.h/g' \ + -e 's/qbuttongroup\.h/tqbuttongroup\.h/g' \ + -e 's/qbutton\.h/tqbutton\.h/g' \ + -e 's/qcache\.h/tqcache\.h/g' \ + -e 's/qcanvas\.h/tqcanvas\.h/g' \ + -e 's/qcdestyle\.h/tqcdestyle\.h/g' \ + -e 's/qcheckbox\.h/tqcheckbox\.h/g' \ + -e 's/qchkbox\.h/tqchkbox\.h/g' \ + -e 's/qcleanuphandler\.h/tqcleanuphandler\.h/g' \ + -e 's/qclipboard\.h/tqclipboard\.h/g' \ + -e 's/qclipbrd\.h/tqclipbrd\.h/g' \ + -e 's/qcollect\.h/tqcollect\.h/g' \ + -e 's/qcollection\.h/tqcollection\.h/g' \ + -e 's/qcolordialog\.h/tqcolordialog\.h/g' \ + -e 's/qcolor\.h/tqcolor\.h/g' \ + -e 's/qcombobox\.h/tqcombobox\.h/g' \ + -e 's/qcombo\.h/tqcombo\.h/g' \ + -e 's/qcommonstyle\.h/tqcommonstyle\.h/g' \ + -e 's/qcompactstyle\.h/tqcompactstyle\.h/g' \ + -e 's/qconfig\.h/tqconfig\.h/g' \ + -e 's/qconnect\.h/tqconnect\.h/g' \ + -e 's/qconnection\.h/tqconnection\.h/g' \ + -e 's/qcstring\.h/tqcstring\.h/g' \ + -e 's/qcursor\.h/tqcursor\.h/g' \ + -e 's/qdatabrowser\.h/tqdatabrowser\.h/g' \ + -e 's/qdatastream\.h/tqdatastream\.h/g' \ + -e 's/qdatatable\.h/tqdatatable\.h/g' \ + -e 's/qdataview\.h/tqdataview\.h/g' \ + -e 's/qdatetimeedit\.h/tqdatetimeedit\.h/g' \ + -e 's/qdatetime\.h/tqdatetime\.h/g' \ + -e 's/qdatetm\.h/tqdatetm\.h/g' \ + -e 's/qdeepcopy\.h/tqdeepcopy\.h/g' \ + -e 's/qdesktopwidget\.h/tqdesktopwidget\.h/g' \ + -e 's/qdial\.h/tqdial\.h/g' \ + -e 's/qdialog\.h/tqdialog\.h/g' \ + -e 's/qdict\.h/tqdict\.h/g' \ + -e 's/qdir\.h/tqdir\.h/g' \ + -e 's/qdns\.h/tqdns\.h/g' \ + -e 's/qdockarea\.h/tqdockarea\.h/g' \ + -e 's/qdockwindow\.h/tqdockwindow\.h/g' \ + -e 's/qdom\.h/tqdom\.h/g' \ + -e 's/qdragobject\.h/tqdragobject\.h/g' \ + -e 's/qdrawutil\.h/tqdrawutil\.h/g' \ + -e 's/qdrawutl\.h/tqdrawutl\.h/g' \ + -e 's/qdropsite\.h/tqdropsite\.h/g' \ + -e 's/qdstream\.h/tqdstream\.h/g' \ + -e 's/qeditorfactory\.h/tqeditorfactory\.h/g' \ + -e 's/qerrormessage\.h/tqerrormessage\.h/g' \ + -e 's/qeucjpcodec\.h/tqeucjpcodec\.h/g' \ + -e 's/qeuckrcodec\.h/tqeuckrcodec\.h/g' \ + -e 's/qevent\.h/tqevent\.h/g' \ + -e 's/qeventloop\.h/tqeventloop\.h/g' \ + -e 's/qfeatures\.h/tqfeatures\.h/g' \ + -e 's/qfiledef\.h/tqfiledef\.h/g' \ + -e 's/qfiledialog\.h/tqfiledialog\.h/g' \ + -e 's/qfiledlg\.h/tqfiledlg\.h/g' \ + -e 's/qfile\.h/tqfile\.h/g' \ + -e 's/qfileinf\.h/tqfileinf\.h/g' \ + -e 's/qfileinfo\.h/tqfileinfo\.h/g' \ + -e 's/qfocusdata\.h/tqfocusdata\.h/g' \ + -e 's/qfontdatabase\.h/tqfontdatabase\.h/g' \ + -e 's/qfontdialog\.h/tqfontdialog\.h/g' \ + -e 's/qfont\.h/tqfont\.h/g' \ + -e 's/qfontinf\.h/tqfontinf\.h/g' \ + -e 's/qfontinfo\.h/tqfontinfo\.h/g' \ + -e 's/qfontmet\.h/tqfontmet\.h/g' \ + -e 's/qfontmetrics\.h/tqfontmetrics\.h/g' \ + -e 's/qframe\.h/tqframe\.h/g' \ + -e 's/qftp\.h/tqftp\.h/g' \ + -e 's/qgarray\.h/tqgarray\.h/g' \ + -e 's/qgb18030codec\.h/tqgb18030codec\.h/g' \ + -e 's/qgbkcodec\.h/tqgbkcodec\.h/g' \ + -e 's/qgcache\.h/tqgcache\.h/g' \ + -e 's/qgdict\.h/tqgdict\.h/g' \ + -e 's/qgeneric\.h/tqgeneric\.h/g' \ + -e 's/qgif\.h/tqgif\.h/g' \ + -e 's/qglcolormap\.h/tqglcolormap\.h/g' \ + -e 's/qgl\.h/tqgl\.h/g' \ + -e 's/qglist\.h/tqglist\.h/g' \ + -e 's/qglobal\.h/tqglobal\.h/g' \ + -e 's/qgplugin\.h/tqgplugin\.h/g' \ + -e 's/qgrid\.h/tqgrid\.h/g' \ + -e 's/qgridview\.h/tqgridview\.h/g' \ + -e 's/qgroupbox\.h/tqgroupbox\.h/g' \ + -e 's/qgrpbox\.h/tqgrpbox\.h/g' \ + -e 's/qguardedptr\.h/tqguardedptr\.h/g' \ + -e 's/qgvector\.h/tqgvector\.h/g' \ + -e 's/qhbox\.h/tqhbox\.h/g' \ + -e 's/qhbuttongroup\.h/tqhbuttongroup\.h/g' \ + -e 's/qheader\.h/tqheader\.h/g' \ + -e 's/qhgroupbox\.h/tqhgroupbox\.h/g' \ + -e 's/qhostaddress\.h/tqhostaddress\.h/g' \ + -e 's/qhttp\.h/tqhttp\.h/g' \ + -e 's/qiconset\.h/tqiconset\.h/g' \ + -e 's/qiconview\.h/tqiconview\.h/g' \ + -e 's/qimageformatplugin\.h/tqimageformatplugin\.h/g' \ + -e 's/qimage\.h/tqimage\.h/g' \ + -e 's/qinputcontextfactory\.h/tqinputcontextfactory\.h/g' \ + -e 's/qinputcontext\.h/tqinputcontext\.h/g' \ + -e 's/qinputcontextplugin\.h/tqinputcontextplugin\.h/g' \ + -e 's/qinputdialog\.h/tqinputdialog\.h/g' \ + -e 's/qintcache\.h/tqintcache\.h/g' \ + -e 's/qintcach\.h/tqintcach\.h/g' \ + -e 's/qintdict\.h/tqintdict\.h/g' \ + -e 's/qinterlacestyle\.h/tqinterlacestyle\.h/g' \ + -e 's/qiodev\.h/tqiodev\.h/g' \ + -e 's/qiodevice\.h/tqiodevice\.h/g' \ + -e 's/qjiscodec\.h/tqjiscodec\.h/g' \ + -e 's/qjpegio\.h/tqjpegio\.h/g' \ + -e 's/qjpunicode\.h/tqjpunicode\.h/g' \ + -e 's/qkeycode\.h/tqkeycode\.h/g' \ + -e 's/qkeysequence\.h/tqkeysequence\.h/g' \ + -e 's/qlabel\.h/tqlabel\.h/g' \ + -e 's/qlayout\.h/tqlayout\.h/g' \ + -e 's/qlcdnumber\.h/tqlcdnumber\.h/g' \ + -e 's/qlcdnum\.h/tqlcdnum\.h/g' \ + -e 's/qlibrary\.h/tqlibrary\.h/g' \ + -e 's/qlined\.h/tqlined\.h/g' \ + -e 's/qlineedit\.h/tqlineedit\.h/g' \ + -e 's/qlistbox\.h/tqlistbox\.h/g' \ + -e 's/qlist\.h/tqlist\.h/g' \ + -e 's/qlistview\.h/tqlistview\.h/g' \ + -e 's/qlocale\.h/tqlocale\.h/g' \ + -e 's/qlocalfs\.h/tqlocalfs\.h/g' \ + -e 's/qmainwindow\.h/tqmainwindow\.h/g' \ + -e 's/qmap\.h/tqmap\.h/g' \ + -e 's/qmemarray\.h/tqmemarray\.h/g' \ + -e 's/qmenubar\.h/tqmenubar\.h/g' \ + -e 's/qmenudata\.h/tqmenudata\.h/g' \ + -e 's/qmenudta\.h/tqmenudta\.h/g' \ + -e 's/qmessagebox\.h/tqmessagebox\.h/g' \ + -e 's/qmetaobject\.h/tqmetaobject\.h/g' \ + -e 's/qmetaobj\.h/tqmetaobj\.h/g' \ + -e 's/qmime\.h/tqmime\.h/g' \ + -e 's/qmlined\.h/tqmlined\.h/g' \ + -e 's/qmngio\.h/tqmngio\.h/g' \ + -e 's/qmodules\.h/tqmodules\.h/g' \ + -e 's/qmotifplusstyle\.h/tqmotifplusstyle\.h/g' \ + -e 's/qmotifstyle\.h/tqmotifstyle\.h/g' \ + -e 's/qmovie\.h/tqmovie\.h/g' \ + -e 's/qmsgbox\.h/tqmsgbox\.h/g' \ + -e 's/qmultilinedit\.h/tqmultilinedit\.h/g' \ + -e 's/qmultilineedit\.h/tqmultilineedit\.h/g' \ + -e 's/qmutex\.h/tqmutex\.h/g' \ + -e 's/qnamespace\.h/tqnamespace\.h/g' \ + -e 's/qnetwork\.h/tqnetwork\.h/g' \ + -e 's/qnetworkprotocol\.h/tqnetworkprotocol\.h/g' \ + -e 's/qnp\.h/tqnp\.h/g' \ + -e 's/qobjcoll\.h/tqobjcoll\.h/g' \ + -e 's/qobjdefs\.h/tqobjdefs\.h/g' \ + -e 's/qobjectcleanuphandler\.h/tqobjectcleanuphandler\.h/g' \ + -e 's/qobjectdefs\.h/tqobjectdefs\.h/g' \ + -e 's/qobjectdict\.h/tqobjectdict\.h/g' \ + -e 's/qobject\.h/tqobject\.h/g' \ + -e 's/qobjectlist\.h/tqobjectlist\.h/g' \ + -e 's/qpaintdc\.h/tqpaintdc\.h/g' \ + -e 's/qpaintdevicedefs\.h/tqpaintdevicedefs\.h/g' \ + -e 's/qpaintdevice\.h/tqpaintdevice\.h/g' \ + -e 's/qpaintdevicemetrics\.h/tqpaintdevicemetrics\.h/g' \ + -e 's/qpaintd\.h/tqpaintd\.h/g' \ + -e 's/qpainter\.h/tqpainter\.h/g' \ + -e 's/qpair\.h/tqpair\.h/g' \ + -e 's/qpalette\.h/tqpalette\.h/g' \ + -e 's/qpdevmet\.h/tqpdevmet\.h/g' \ + -e 's/qpen\.h/tqpen\.h/g' \ + -e 's/qpicture\.h/tqpicture\.h/g' \ + -e 's/qpixmapcache\.h/tqpixmapcache\.h/g' \ + -e 's/qpixmap\.h/tqpixmap\.h/g' \ + -e 's/qplatinumstyle\.h/tqplatinumstyle\.h/g' \ + -e 's/qpmcache\.h/tqpmcache\.h/g' \ + -e 's/qpngio\.h/tqpngio\.h/g' \ + -e 's/qpntarry\.h/tqpntarry\.h/g' \ + -e 's/qpointarray\.h/tqpointarray\.h/g' \ + -e 's/qpoint\.h/tqpoint\.h/g' \ + -e 's/qpolygonscanner\.h/tqpolygonscanner\.h/g' \ + -e 's/qpopmenu\.h/tqpopmenu\.h/g' \ + -e 's/qpopupmenu\.h/tqpopupmenu\.h/g' \ + -e 's/qprintdialog\.h/tqprintdialog\.h/g' \ + -e 's/qprinter\.h/tqprinter\.h/g' \ + -e 's/qprndlg\.h/tqprndlg\.h/g' \ + -e 's/qprocess\.h/tqprocess\.h/g' \ + -e 's/qprogbar\.h/tqprogbar\.h/g' \ + -e 's/qprogdlg\.h/tqprogdlg\.h/g' \ + -e 's/qprogressbar\.h/tqprogressbar\.h/g' \ + -e 's/qprogressdialog\.h/tqprogressdialog\.h/g' \ + -e 's/qpsprn\.h/tqpsprn\.h/g' \ + -e 's/qptrcollection\.h/tqptrcollection\.h/g' \ + -e 's/qptrdict\.h/tqptrdict\.h/g' \ + -e 's/qptrlist\.h/tqptrlist\.h/g' \ + -e 's/qptrqueue\.h/tqptrqueue\.h/g' \ + -e 's/qptrstack\.h/tqptrstack\.h/g' \ + -e 's/qptrvector\.h/tqptrvector\.h/g' \ + -e 's/qpushbt\.h/tqpushbt\.h/g' \ + -e 's/qpushbutton\.h/tqpushbutton\.h/g' \ + -e 's/qqueue\.h/tqqueue\.h/g' \ + -e 's/qradiobt\.h/tqradiobt\.h/g' \ + -e 's/qradiobutton\.h/tqradiobutton\.h/g' \ + -e 's/qrangecontrol\.h/tqrangecontrol\.h/g' \ + -e 's/qrangect\.h/tqrangect\.h/g' \ + -e 's/qrect\.h/tqrect\.h/g' \ + -e 's/qregexp\.h/tqregexp\.h/g' \ + -e 's/qregion\.h/tqregion\.h/g' \ + -e 's/qrtlcodec\.h/tqrtlcodec\.h/g' \ + -e 's/qscrbar\.h/tqscrbar\.h/g' \ + -e 's/qscrollbar\.h/tqscrollbar\.h/g' \ + -e 's/qscrollview\.h/tqscrollview\.h/g' \ + -e 's/qsemaphore\.h/tqsemaphore\.h/g' \ + -e 's/qsemimodal\.h/tqsemimodal\.h/g' \ + -e 's/qserversocket\.h/tqserversocket\.h/g' \ + -e 's/qsession\.h/tqsession\.h/g' \ + -e 's/qsessionmanager\.h/tqsessionmanager\.h/g' \ + -e 's/qsettings\.h/tqsettings\.h/g' \ + -e 's/qsgistyle\.h/tqsgistyle\.h/g' \ + -e 's/qshared\.h/tqshared\.h/g' \ + -e 's/qsignal\.h/tqsignal\.h/g' \ + -e 's/qsignalmapper\.h/tqsignalmapper\.h/g' \ + -e 's/qsignalslotimp\.h/tqsignalslotimp\.h/g' \ + -e 's/qsimplerichtext\.h/tqsimplerichtext\.h/g' \ + -e 's/qsizegrip\.h/tqsizegrip\.h/g' \ + -e 's/qsize\.h/tqsize\.h/g' \ + -e 's/qsizepolicy\.h/tqsizepolicy\.h/g' \ + -e 's/qsjiscodec\.h/tqsjiscodec\.h/g' \ + -e 's/qslider\.h/tqslider\.h/g' \ + -e 's/qsocketdevice\.h/tqsocketdevice\.h/g' \ + -e 's/qsocket\.h/tqsocket\.h/g' \ + -e 's/qsocketnotifier\.h/tqsocketnotifier\.h/g' \ + -e 's/qsocknot\.h/tqsocknot\.h/g' \ + -e 's/qsortedlist\.h/tqsortedlist\.h/g' \ + -e 's/qsound\.h/tqsound\.h/g' \ + -e 's/qspinbox\.h/tqspinbox\.h/g' \ + -e 's/qsplashscreen\.h/tqsplashscreen\.h/g' \ + -e 's/qsplitter\.h/tqsplitter\.h/g' \ + -e 's/qsqlcursor\.h/tqsqlcursor\.h/g' \ + -e 's/qsqldatabase\.h/tqsqldatabase\.h/g' \ + -e 's/qsqldriver\.h/tqsqldriver\.h/g' \ + -e 's/qsqldriverplugin\.h/tqsqldriverplugin\.h/g' \ + -e 's/qsqleditorfactory\.h/tqsqleditorfactory\.h/g' \ + -e 's/qsqlerror\.h/tqsqlerror\.h/g' \ + -e 's/qsqlfield\.h/tqsqlfield\.h/g' \ + -e 's/qsqlform\.h/tqsqlform\.h/g' \ + -e 's/qsql\.h/tqsql\.h/g' \ + -e 's/qsqlindex\.h/tqsqlindex\.h/g' \ + -e 's/qsqlpropertymap\.h/tqsqlpropertymap\.h/g' \ + -e 's/qsqlquery\.h/tqsqlquery\.h/g' \ + -e 's/qsqlrecord\.h/tqsqlrecord\.h/g' \ + -e 's/qsqlresult\.h/tqsqlresult\.h/g' \ + -e 's/qsqlselectcursor\.h/tqsqlselectcursor\.h/g' \ + -e 's/qstack\.h/tqstack\.h/g' \ + -e 's/qstatusbar\.h/tqstatusbar\.h/g' \ + -e 's/qstring\.h/tqstring\.h/g' \ + -e 's/qstringlist\.h/tqstringlist\.h/g' \ + -e 's/qstrlist\.h/tqstrlist\.h/g' \ + -e 's/qstrvec\.h/tqstrvec\.h/g' \ + -e 's/qstylefactory\.h/tqstylefactory\.h/g' \ + -e 's/qstyle\.h/tqstyle\.h/g' \ + -e 's/qstyleplugin\.h/tqstyleplugin\.h/g' \ + -e 's/qstylesheet\.h/tqstylesheet\.h/g' \ + -e 's/qsyntaxhighlighter\.h/tqsyntaxhighlighter\.h/g' \ + -e 's/qtabbar\.h/tqtabbar\.h/g' \ + -e 's/qtabdialog\.h/tqtabdialog\.h/g' \ + -e 's/qtabdlg\.h/tqtabdlg\.h/g' \ + -e 's/qtable\.h/tqtable\.h/g' \ + -e 's/qtabwidget\.h/tqtabwidget\.h/g' \ + -e 's/qtextbrowser\.h/tqtextbrowser\.h/g' \ + -e 's/qtextcodecfactory\.h/tqtextcodecfactory\.h/g' \ + -e 's/qtextcodec\.h/tqtextcodec\.h/g' \ + -e 's/qtextcodecplugin\.h/tqtextcodecplugin\.h/g' \ + -e 's/qtextedit\.h/tqtextedit\.h/g' \ + -e 's/qtextstream\.h/tqtextstream\.h/g' \ + -e 's/qtextview\.h/tqtextview\.h/g' \ + -e 's/qt\.h/tqt\.h/g' \ + -e 's/qthread\.h/tqthread\.h/g' \ + -e 's/qthreadstorage\.h/tqthreadstorage\.h/g' \ + -e 's/qtimer\.h/tqtimer\.h/g' \ + -e 's/qtl\.h/tqtl\.h/g' \ + -e 's/qtoolbar\.h/tqtoolbar\.h/g' \ + -e 's/qtoolbox\.h/tqtoolbox\.h/g' \ + -e 's/qtoolbutton\.h/tqtoolbutton\.h/g' \ + -e 's/qtooltip\.h/tqtooltip\.h/g' \ + -e 's/qtranslator\.h/tqtranslator\.h/g' \ + -e 's/qtsciicodec\.h/tqtsciicodec\.h/g' \ + -e 's/qtstream\.h/tqtstream\.h/g' \ + -e 's/qurl\.h/tqurl\.h/g' \ + -e 's/qurlinfo\.h/tqurlinfo\.h/g' \ + -e 's/qurloperator\.h/tqurloperator\.h/g' \ + -e 's/qutfcodec\.h/tqutfcodec\.h/g' \ + -e 's/quuid\.h/tquuid\.h/g' \ + -e 's/qvalidator\.h/tqvalidator\.h/g' \ + -e 's/qvaluelist\.h/tqvaluelist\.h/g' \ + -e 's/qvaluestack\.h/tqvaluestack\.h/g' \ + -e 's/qvaluevector\.h/tqvaluevector\.h/g' \ + -e 's/qvariant\.h/tqvariant\.h/g' \ + -e 's/qvbox\.h/tqvbox\.h/g' \ + -e 's/qvbuttongroup\.h/tqvbuttongroup\.h/g' \ + -e 's/qvector\.h/tqvector\.h/g' \ + -e 's/qvfbhdr\.h/tqvfbhdr\.h/g' \ + -e 's/qvgroupbox\.h/tqvgroupbox\.h/g' \ + -e 's/qwaitcondition\.h/tqwaitcondition\.h/g' \ + -e 's/qwhatsthis\.h/tqwhatsthis\.h/g' \ + -e 's/qwidcoll\.h/tqwidcoll\.h/g' \ + -e 's/qwidgetfactory\.h/tqwidgetfactory\.h/g' \ + -e 's/qwidget\.h/tqwidget\.h/g' \ + -e 's/qwidgetintdict\.h/tqwidgetintdict\.h/g' \ + -e 's/qwidgetlist\.h/tqwidgetlist\.h/g' \ + -e 's/qwidgetplugin\.h/tqwidgetplugin\.h/g' \ + -e 's/qwidgetstack\.h/tqwidgetstack\.h/g' \ + -e 's/qwindefs\.h/tqwindefs\.h/g' \ + -e 's/qwindowdefs\.h/tqwindowdefs\.h/g' \ + -e 's/qwindowsstyle\.h/tqwindowsstyle\.h/g' \ + -e 's/qwinexport\.h/tqwinexport\.h/g' \ + -e 's/qwizard\.h/tqwizard\.h/g' \ + -e 's/qwmatrix\.h/tqwmatrix\.h/g' \ + -e 's/qworkspace\.h/tqworkspace\.h/g' \ + -e 's/qxml\.h/tqxml\.h/g' |