Moved conversion scripts from experimental repository.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/3/head
Michele Calgaro 4 years ago
parent 428c2d88b4
commit a7c35253fa
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -0,0 +1,524 @@
#!/bin/bash
#
# Licensed under the GPL v2
THISSCRIPT=$(readlink -f $0)
if [[ ! -e "$THISSCRIPT" ]]; then
echo "Unable to find myself! Exiting..."
exit 1
fi
SCRIPTPATH=`dirname $THISSCRIPT`
find ./ -type f -not -iwholename '*.git*' -print0 |
xargs -r0 grep -ElI "([^a-zA-Z0-9]|^)(\
(|-l|lib)kdecorations|\
(|-l|lib)kdecore|\
(|-l|lib)kdefakes|\
(|-l|lib)kdefx|\
(|-l|lib)kdegames|\
(|-l|lib)kdeinit|\
(|-l|lib)kdepim|\
(|-l|lib)kdeprint|\
(|-l|lib)kdesasl|\
(|-l|lib)kdesu|\
(|-l|lib)kdesvnpart|\
(|-l|lib)kdeui|\
KDECORATIONS|\
KDECORE|\
KDEFAKES|\
KDEFX|\
KDEGAMES|\
KDEINIT|\
KDEPIM|\
KDEPRINT|\
KDESASL|\
KDESU|\
KDESVNPART|\
KDEUI|\
KDNSSD|\
KIMPROXY|\
KIO([^a-zA-Z0-9]|\$)|\
KPARTS|\
KSPELL|\
KSYCOCA|\
KUNITTEST|\
KUTILS|\
(|-l|lib)kdeaccessibility|\
(|-l|lib)kdeaddons|\
(|-l|lib)kdeadmin|\
(|-l|lib)kdeartwork|\
(|-l|lib)kdebase|\
(|-l|lib)kdebindings|\
(|-l|lib)kdeedu|\
(|-l|lib)kdegames|\
(|-l|lib)kdegraphics|\
kde-i18n|\
(|-l|lib)kdelibs|\
(|-l|lib)kdemultimedia|\
(|-l|lib)kdenetwork|\
(|-l|lib)kdepim|\
(|-l|lib)kdesdk|\
(|-l|lib)kdetoys|\
(|-l|lib)kdeutils|\
(|-l|lib)kdevelop|\
(|-l|lib)kdewebdev|\
desktop-effects-kde|\
kde-guidance|\
kde-style-lipstik|\
kde-style-qtcurve|\
kdesudo|\
kdesvn|\
kde-systemsettings|\
kwin-style-crystal|\
kwin|\
KDE_VERSION|\
kdeversion|\
startkde|\
pykde|\
KDEHOME|\
KDEDIR|\
KDE_MULTIHEAD|\
KDE_SESSION|\
kdehome|\
kdedir|\
KDEROOTHOME|\
kderoothome|\
KDE_MAKE_VERSION|\
kdm|\
KDM|\
ksocket|\
KSOCKET|\
kcache|\
KCACHE|\
KDETMP|\
KDEVARTMP|\
KDEWM|\
include/kde([^\.]|\$)|\
\$\{INCLUDE_INSTALL_DIR\}/kde([^\.]|\$)|\
kde-config|\
KDE_FORK_SLAVES|\
KDE_HOME_READONLY|\
KDE_NO_IPV6|\
KDE_IS_PRELINKED|\
KDE_UTF8_FILENAMES|\
KDESYCOCA|\
KApplication|\
KCmdLineArgs|\
KInstance|\
KAboutData|\
KCModule|\
KConfig|\
KServer|\
KSocket|\
KIO\.|\
KIO:|\
KIO;|\
\<KIO\>|\
KIO_|\
KIOInput|\
KIOJob|\
KIOConfig|\
KIOBuffer|\
KBuffer|\
kcmodule|\
kconfig_compiler|\
kunittestmodrunner|\
kioexec|\
kio_|\
kmailservice|\
ktelnetservice|\
ksendbugmail|\
(|-l|lib)kfile|\
ktradertest|\
kbuildsycoca|\
kde-menu|\
kmimelist|\
kioslave|\
kio/|\
(|-l|lib)kio\>|\
kstartupconfig|\
kdostartupconfig|\
klauncher|\
kab2kabc|\
kcmshell|\
kconf|\
khotnewstuff|\
(|-l|lib)ksycoca|\
(|-l|lib)kunittest|\
(|-l|lib)kwallet|\
kntlm|\
(|-l|lib)kparts|\
(|-l|lib)kutils|\
(|-l|lib)kspell|\
(|-l|lib)kmdi|\
(|-l|lib)kresources|\
kscript|\
kmediaplayer|\
(|-l|lib)kimproxy|\
(|-l|lib)ktexteditor|\
kcert|\
krandr|\
(|-l|lib)khtml|\
kmulti|\
kmid|\
kscreensaver|\
(|-l|lib)kdnssd|\
krsync|\
kiobuffer|\
KHTML|\
KShared|\
KStandard|\
KStartup|\
KLocale|\
KLock|\
KTrader|\
KLaunch|\
KShort|\
KStdAccel|\
KAccel|\
KAction|\
KMain|\
KTool|\
KPopup|\
KToggle|\
KRadio|\
KSelect|\
KList|\
KRecent|\
KFont|\
KPaste|\
klaunch|\
kshort|\
kstdaccel|\
kaccel|\
kaction|\
kmain|\
ktool|\
kpopup|\
ktoggle|\
kradio|\
kselect|\
klist|\
krecent|\
kfont|\
kpaste|\
kdisplay|\
KStyle|\
KIcon|\
KZone|\
KCrash|\
KCmd|\
KAbout|\
KComp|\
KGlobal|\
(|the)KProcess|\
KClipboard|\
Kwallet|\
KWallet|\
KWALLET|\
kcompletionbox|\
kaboutapplication\.|\
kaboutdata\.|\
kaboutdialog\.|\
kaboutkde\.|\
kcmdlineargs\.|\
kapplication\.|\
kstyle\.|\
drawKStylePrimitive|\
kdiroperator\.|\
klocale\.|\
kmessagebox\.|\
ktempfile\.|\
kemailsettings\.|\
kglobal\.|\
kglobalsettings\.|\
kmenubar\.|\
kprotocolmanager\.|\
kstartupinfo\.|\
kabc|\
(|-l|lib)kabc|\
makekdewidgets|\
MAKEKDEWIDGETS|\
kdewidgets|\
Categories=Qt;KDE|\
X-KDE-|\
kde\.org/tdehotnewstuff|\
tdevelop[a-z_\-]*@[tk]develop\.org|\
tdevelop\.org|\
tdewebdev\.org|\
\<tdelistr|\
kde toolbar widget\
)" |
tr "\n" "\0" |
xargs -r0 sed -ri \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdecorations|\1tdecorations|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdecore|\1tdecore|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdefakes|\1tdefakes|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdefx|\1tdefx|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdegames|\1tdegames|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdeinit|\1tdeinit|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdepim|\1tdepim|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdeprint|\1tdeprint|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdesasl|\1tdesasl|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdesu|\1tdesu|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdesvnpart|\1tdesvnpart|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdeui|\1tdeui|g" \
-e "s|([^a-zA-Z0-9]\|^)KDECORATIONS|\1TDECORATIONS|g" \
-e "s|([^a-zA-Z0-9]\|^)KDECORE|\1TDECORE|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEFAKES|\1TDEFAKES|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEFX|\1TDEFX|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEGAMES|\1TDEGAMES|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEINIT|\1TDEINIT|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEPIM|\1TDEPIM|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEPRINT|\1TDEPRINT|g" \
-e "s|([^a-zA-Z0-9]\|^)KDESASL|\1TDESASL|g" \
-e "s|([^a-zA-Z0-9]\|^)KDESU|\1TDESU|g" \
-e "s|([^a-zA-Z0-9]\|^)KDESVNPART|\1TDESVNPART|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEUI|\1TDEUI|g" \
-e "s|([^a-zA-Z0-9]\|^)KDNSSD|\1TDEDNSSD|g" \
-e "s|([^a-zA-Z0-9]\|^)KIMPROXY|\1TDEIMPROXY|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO([^a-zA-Z0-9]\|\$)|\1TDEIO\2|g" \
-e "s|([^a-zA-Z0-9]\|^)KPARTS|\1TDEPARTS|g" \
-e "s|([^a-zA-Z0-9]\|^)KSPELL|\1TDESPELL|g" \
-e "s|([^a-zA-Z0-9]\|^)KSYCOCA|\1TDESYCOCA|g" \
-e "s|([^a-zA-Z0-9]\|^)KUNITTEST|\1TDEUNITTEST|g" \
-e "s|([^a-zA-Z0-9]\|^)KUTILS|\1TDEUTILS|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdeaccessibility|\1tdeaccessibility|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdeaddons|\1tdeaddons|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdeadmin|\1tdeadmin|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdeartwork|\1tdeartwork|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdebase|\1tdebase|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdebindings|\1tdebindings|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdeedu|\1tdeedu|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdegames|\1tdegames|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdegraphics|\1tdegraphics|g" \
-e "s|([^a-zA-Z0-9]\|^)kde-i18n|\1tde-i18n|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdelibs|\1tdelibs|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdemultimedia|\1tdemultimedia|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdenetwork|\1tdenetwork|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdepim|\1tdepim|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdesdk|\1tdesdk|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdetoys|\1tdetoys|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdeutils|\1tdeutils|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdevelop|\1tdevelop|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdewebdev|\1tdewebdev|g" \
-e "s|([^a-zA-Z0-9]\|^)desktop-effects-kde|\1desktop-effects-tde|g" \
-e "s|([^a-zA-Z0-9]\|^)kde-guidance|\1tde-guidance|g" \
-e "s|([^a-zA-Z0-9]\|^)kde-style-lipstik|\1tde-style-lipstik|g" \
-e "s|([^a-zA-Z0-9]\|^)kde-style-qtcurve|\1tde-style-qtcurve|g" \
-e "s|([^a-zA-Z0-9]\|^)kdesudo|\1tdesudo|g" \
-e "s|([^a-zA-Z0-9]\|^)kdesvn|\1tdesvn|g" \
-e "s|([^a-zA-Z0-9]\|^)kde-systemsettings|\1tde-systemsettings|g" \
-e "s|([^a-zA-Z0-9]\|^)kwin-style-crystal|\1twin-style-crystal|g" \
-e "s|([^a-zA-Z0-9]\|^)kwin|\1twin|g" \
-e "s|([^a-zA-Z0-9]\|^)KDE_VERSION|\1TDE_VERSION|g" \
-e "s|([^a-zA-Z0-9]\|^)kdeversion|\1tdeversion|g" \
-e "s|([^a-zA-Z0-9]\|^)startkde|\1starttde|g" \
-e "s|([^a-zA-Z0-9]\|^)pykde|\1pytde|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEHOME|\1TDEHOME|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEDIR|\1TDEDIR|g" \
-e "s|([^a-zA-Z0-9]\|^)KDE_MULTIHEAD|\1TDE_MULTIHEAD|g" \
-e "s|([^a-zA-Z0-9]\|^)KDE_SESSION|\1TDE_SESSION|g" \
-e "s|([^a-zA-Z0-9]\|^)kdehome|\1tdehome|g" \
-e "s|([^a-zA-Z0-9]\|^)kdedir|\1tdedir|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEROOTHOME|\1TDEROOTHOME|g" \
-e "s|([^a-zA-Z0-9]\|^)kderoothome|\1tderoothome|g" \
-e "s|([^a-zA-Z0-9]\|^)KDE_MAKE_VERSION|\1TDE_MAKE_VERSION|g" \
-e "s|([^a-zA-Z0-9]\|^)kdm|\1tdm|g" \
-e "s|([^a-zA-Z0-9]\|^)KDM|\1TDM|g" \
-e "s|([^a-zA-Z0-9]\|^)ksocket|\1tdesocket|g" \
-e "s|([^a-zA-Z0-9]\|^)KSOCKET|\1TDESOCKET|g" \
-e "s|([^a-zA-Z0-9]\|^)kcache|\1tdecache|g" \
-e "s|([^a-zA-Z0-9]\|^)KCACHE|\1TDECACHE|g" \
-e "s|([^a-zA-Z0-9]\|^)KDETMP|\1TDETMP|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEVARTMP|\1TDEVARTMP|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEWM|\1TDEWM|g" \
-e "s|([^a-zA-Z0-9]\|^)include/kde([^\.]\|\$)|\1include/tde\2|g" \
-e "s|([^a-zA-Z0-9]\|^)\$\{INCLUDE_INSTALL_DIR\}/kde([^\.]\|\$)|\1\${INCLUDE_INSTALL_DIR}/tde\2|g" \
-e "s|([^a-zA-Z0-9]\|^)kde-config|\1tde-config|g" \
-e "s|([^a-zA-Z0-9]\|^)KDE_FORK_SLAVES|\1TDE_FORK_SLAVES|g" \
-e "s|([^a-zA-Z0-9]\|^)KDE_HOME_READONLY|\1TDE_HOME_READONLY|g" \
-e "s|([^a-zA-Z0-9]\|^)KDE_NO_IPV6|\1TDE_NO_IPV6|g" \
-e "s|([^a-zA-Z0-9]\|^)KDE_IS_PRELINKED|\1TDE_IS_PRELINKED|g" \
-e "s|([^a-zA-Z0-9]\|^)KDE_UTF8_FILENAMES|\1TDE_UTF8_FILENAMES|g" \
-e "s|([^a-zA-Z0-9]\|^)KDESYCOCA|\1TDESYCOCA|g" \
\
-e "s|([^a-zA-Z0-9]\|^)KApplication|\1TDEApplication|g" \
-e "s|([^a-zA-Z0-9]\|^)KCmdLineArgs|\1TDECmdLineArgs|g" \
-e "s|([^a-zA-Z0-9]\|^)KInstance|\1TDEInstance|g" \
-e "s|([^a-zA-Z0-9]\|^)KAboutData|\1TDEAboutData|g" \
\
-e "s|([^a-zA-Z0-9]\|^)KCModule|\1TDECModule|g" \
-e "s|([^a-zA-Z0-9]\|^)KConfig|\1TDEConfig|g" \
-e "s|([^a-zA-Z0-9]\|^)KServer|\1TDEServer|g" \
-e "s|([^a-zA-Z0-9]\|^)KSocket|\1TDESocket|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO\.|\1TDEIO.|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO:|\1TDEIO:|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO;|\1TDEIO;|g" \
-e "s|([^a-zA-Z0-9]\|^)\<KIO\>|\1TDEIO|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO_|\1TDEIO_|g" \
-e "s|([^a-zA-Z0-9]\|^)KIOInput|\1TDEIOInput|g" \
-e "s|([^a-zA-Z0-9]\|^)KIOJob|\1TDEIOJob|g" \
-e "s|([^a-zA-Z0-9]\|^)KIOConfig|\1TDEIOConfig|g" \
-e "s|([^a-zA-Z0-9]\|^)KIOBuffer|\1TDEIOBuffer|g" \
-e "s|([^a-zA-Z0-9]\|^)KBuffer|\1TDEBuffer|g" \
-e "s|([^a-zA-Z0-9]\|^)kcmodule|\1tdecmodule|g" \
\
-e "s|([^a-zA-Z0-9]\|^)kconfig_compiler|\1tdeconfig_compiler|g" \
-e "s|([^a-zA-Z0-9]\|^)kunittestmodrunner|\1tdeunittestmodrunner|g" \
-e "s|([^a-zA-Z0-9]\|^)kioexec|\1tdeioexec|g" \
-e "s|([^a-zA-Z0-9]\|^)kio_|\1tdeio_|g" \
-e "s|([^a-zA-Z0-9]\|^)kmailservice|\1tdemailservice|g" \
-e "s|([^a-zA-Z0-9]\|^)ktelnetservice|\1tdetelnetservice|g" \
-e "s|([^a-zA-Z0-9]\|^)ksendbugmail|\1tdesendbugmail|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kfile|\1tdefile|g" \
-e "s|([^a-zA-Z0-9]\|^)ktradertest|\1tdetradertest|g" \
-e "s|([^a-zA-Z0-9]\|^)kbuildsycoca|\1tdebuildsycoca|g" \
-e "s|([^a-zA-Z0-9]\|^)kde-menu|\1tde-menu|g" \
-e "s|([^a-zA-Z0-9]\|^)kmimelist|\1tdemimelist|g" \
-e "s|([^a-zA-Z0-9]\|^)kioslave|\1tdeioslave|g" \
-e "s|([^a-zA-Z0-9]\|^)kio/|\1tdeio/|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kio\>|\1tdeio|g" \
-e "s|([^a-zA-Z0-9]\|^)kstartupconfig|\1tdestartupconfig|g" \
-e "s|([^a-zA-Z0-9]\|^)kdostartupconfig|\1tdedostartupconfig|g" \
-e "s|([^a-zA-Z0-9]\|^)klauncher|\1tdelauncher|g" \
-e "s|([^a-zA-Z0-9]\|^)kab2kabc|\1tdeab2tdeabc|g" \
-e "s|([^a-zA-Z0-9]\|^)kcmshell|\1tdecmshell|g" \
-e "s|([^a-zA-Z0-9]\|^)kconf|\1tdeconf|g" \
-e "s|([^a-zA-Z0-9]\|^)khotnewstuff|\1tdehotnewstuff|g" \
\
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)ksycoca|\1tdesycoca|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kunittest|\1tdeunittest|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kwallet|\1tdewallet|g" \
-e "s|([^a-zA-Z0-9]\|^)kntlm|\1tdentlm|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kparts|\1tdeparts|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kutils|\1tdeutils|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kspell|\1tdespell|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kmdi|\1tdemdi|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kresources|\1tderesources|g" \
-e "s|([^a-zA-Z0-9]\|^)kscript|\1tdescript|g" \
-e "s|([^a-zA-Z0-9]\|^)kmediaplayer|\1tdemediaplayer|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kimproxy|\1tdeimproxy|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)ktexteditor|\1tdetexteditor|g" \
-e "s|([^a-zA-Z0-9]\|^)kcert|\1tdecert|g" \
-e "s|([^a-zA-Z0-9]\|^)krandr|\1tderandr|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)khtml|\1tdehtml|g" \
-e "s|([^a-zA-Z0-9]\|^)kmulti|\1tdemulti|g" \
-e "s|([^a-zA-Z0-9]\|^)kmid|\1tdemid|g" \
-e "s|([^a-zA-Z0-9]\|^)kscreensaver|\1tdescreensaver|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kdnssd|\1tdednssd|g" \
-e "s|([^a-zA-Z0-9]\|^)krsync|\1tdersync|g" \
\
-e "s|([^a-zA-Z0-9]\|^)kiobuffer|\1tdeiobuffer|g" \
-e "s|([^a-zA-Z0-9]\|^)KHTML|\1TDEHTML|g" \
-e "s|([^a-zA-Z0-9]\|^)KShared|\1TDEShared|g" \
-e "s|([^a-zA-Z0-9]\|^)KStandard|\1TDEStandard|g" \
-e "s|([^a-zA-Z0-9]\|^)KStartup|\1TDEStartup|g" \
-e "s|([^a-zA-Z0-9]\|^)KLocale|\1TDELocale|g" \
-e "s|([^a-zA-Z0-9]\|^)KLock|\1TDELock|g" \
-e "s|([^a-zA-Z0-9]\|^)KTrader|\1TDETrader|g" \
-e "s|([^a-zA-Z0-9]\|^)KLaunch|\1TDELaunch|g" \
-e "s|([^a-zA-Z0-9]\|^)KShort|\1TDEShort|g" \
-e "s|([^a-zA-Z0-9]\|^)KStdAccel|\1TDEStdAccel|g" \
-e "s|([^a-zA-Z0-9]\|^)KAccel|\1TDEAccel|g" \
-e "s|([^a-zA-Z0-9]\|^)KAction|\1TDEAction|g" \
-e "s|([^a-zA-Z0-9]\|^)KMain|\1TDEMain|g" \
-e "s|([^a-zA-Z0-9]\|^)KTool|\1TDETool|g" \
-e "s|([^a-zA-Z0-9]\|^)KPopup|\1TDEPopup|g" \
-e "s|([^a-zA-Z0-9]\|^)KToggle|\1TDEToggle|g" \
-e "s|([^a-zA-Z0-9]\|^)KRadio|\1TDERadio|g" \
-e "s|([^a-zA-Z0-9]\|^)KSelect|\1TDESelect|g" \
-e "s|([^a-zA-Z0-9]\|^)KList|\1TDEList|g" \
-e "s|([^a-zA-Z0-9]\|^)KRecent|\1TDERecent|g" \
-e "s|([^a-zA-Z0-9]\|^)KFont|\1TDEFont|g" \
-e "s|([^a-zA-Z0-9]\|^)KPaste|\1TDEPaste|g" \
-e "s|([^a-zA-Z0-9]\|^)klaunch|\1tdelaunch|g" \
-e "s|([^a-zA-Z0-9]\|^)kshort|\1tdeshort|g" \
-e "s|([^a-zA-Z0-9]\|^)kstdaccel|\1tdestdaccel|g" \
-e "s|([^a-zA-Z0-9]\|^)kaccel|\1tdeaccel|g" \
-e "s|([^a-zA-Z0-9]\|^)kaction|\1tdeaction|g" \
-e "s|([^a-zA-Z0-9]\|^)kmain|\1tdemain|g" \
-e "s|([^a-zA-Z0-9]\|^)ktool|\1tdetool|g" \
-e "s|([^a-zA-Z0-9]\|^)kpopup|\1tdepopup|g" \
-e "s|([^a-zA-Z0-9]\|^)ktoggle|\1tdetoggle|g" \
-e "s|([^a-zA-Z0-9]\|^)kradio|\1tderadio|g" \
-e "s|([^a-zA-Z0-9]\|^)kselect|\1tdeselect|g" \
-e "s|([^a-zA-Z0-9]\|^)klist|\1tdelist|g" \
-e "s|([^a-zA-Z0-9]\|^)krecent|\1tderecent|g" \
-e "s|([^a-zA-Z0-9]\|^)kfont|\1tdefont|g" \
-e "s|([^a-zA-Z0-9]\|^)kpaste|\1tdepaste|g" \
-e "s|([^a-zA-Z0-9]\|^)kdisplay|\1tdedisplay|g" \
\
-e "s|([^a-zA-Z0-9]\|^)KStyle|\1TDEStyle|g" \
-e "s|([^a-zA-Z0-9]\|^)KIcon|\1TDEIcon|g" \
-e "s|([^a-zA-Z0-9]\|^)KZone|\1TDEZone|g" \
-e "s|([^a-zA-Z0-9]\|^)KCrash|\1TDECrash|g" \
-e "s|([^a-zA-Z0-9]\|^)KCmd|\1TDECmd|g" \
-e "s|([^a-zA-Z0-9]\|^)KAbout|\1TDEAbout|g" \
-e "s|([^a-zA-Z0-9]\|^)KComp|\1TDEComp|g" \
-e "s|([^a-zA-Z0-9]\|^)KGlobal|\1TDEGlobal|g" \
-e "s|([^a-zA-Z0-9]\|the\|^)KProcess|\1TDEProcess|g" \
-e "s|([^a-zA-Z0-9]\|^)KClipboard|\1TDEClipboard|g" \
-e "s|([^a-zA-Z0-9]\|^)Kwallet|\1TDEwallet|g" \
-e "s|([^a-zA-Z0-9]\|^)KWallet|\1TDEWallet|g" \
-e "s|([^a-zA-Z0-9]\|^)KWALLET|\1TDEWALLET|g" \
-e "s|([^a-zA-Z0-9]\|^)KDEsu|\1TDEsu|g" \
\
-e "s|([^a-zA-Z0-9]\|^)kcompletionbox|\1tdecompletionbox|g" \
\
-e "s|([^a-zA-Z0-9]\|^)kaboutapplication\.|\1tdeaboutapplication.|g" \
-e "s|([^a-zA-Z0-9]\|^)kaboutdata\.|\1tdeaboutdata.|g" \
-e "s|([^a-zA-Z0-9]\|^)kaboutdialog\.|\1tdeaboutdialog.|g" \
-e "s|([^a-zA-Z0-9]\|^)kaboutkde\.|\1tdeabouttde.|g" \
-e "s|([^a-zA-Z0-9]\|^)kcmdlineargs\.|\1tdecmdlineargs.|g" \
-e "s|([^a-zA-Z0-9]\|^)kapplication\.|\1tdeapplication.|g" \
-e "s|([^a-zA-Z0-9]\|^)kstyle\.|\1tdestyle.|g" \
-e "s|([^a-zA-Z0-9]\|^)drawKStylePrimitive|\1drawTDEStylePrimitive|g" \
\
-e "s|([^a-zA-Z0-9]\|^)kdiroperator\.|\1tdediroperator.|g" \
-e "s|([^a-zA-Z0-9]\|^)klocale\.|\1tdelocale.|g" \
-e "s|([^a-zA-Z0-9]\|^)kmessagebox\.|\1tdemessagebox.|g" \
-e "s|([^a-zA-Z0-9]\|^)ktempfile\.|\1tdetempfile.|g" \
-e "s|([^a-zA-Z0-9]\|^)kemailsettings\.|\1tdeemailsettings.|g" \
-e "s|([^a-zA-Z0-9]\|^)kglobal\.|\1tdeglobal.|g" \
-e "s|([^a-zA-Z0-9]\|^)kglobalsettings\.|\1tdeglobalsettings.|g" \
-e "s|([^a-zA-Z0-9]\|^)kmenubar\.|\1tdemenubar.|g" \
-e "s|([^a-zA-Z0-9]\|^)kprotocolmanager\.|\1tdeprotocolmanager.|g" \
-e "s|([^a-zA-Z0-9]\|^)kstartupinfo\.|\1tdestartupinfo.|g" \
-e "s|([^a-zA-Z0-9]\|-l\|lib\|^)kabc|\1tdeabc|g" \
-e "s|([^a-zA-Z0-9]\|^)makekdewidgets|\1maketdewidgets|g" \
-e "s|([^a-zA-Z0-9]\|^)MAKEKDEWIDGETS|\1MAKETDEWIDGETS|g" \
-e "s|([^a-zA-Z0-9]\|^)kdewidgets|\1tdewidgets|g" \
-e "s|([^a-zA-Z0-9]\|^)Categories=Qt;KDE|\1Categories=Qt;TDE|g" \
-e "s|([^a-zA-Z0-9]\|^)X-KDE-|\1X-TDE-|g" \
\
\
-e "s|kde\.org/tdehotnewstuff|kde.org/khotnewstuff|g" \
-e "s|tdevelop\.org|kdevelop.org|g" \
-e "s|tdewebdev\.org|kdewebdev.org|g" \
-e "s|t(develop[a-z_\-]*@[tk]develop\.org)|k\1|g" \
-e "s|\<tdelistr|klistr|g" \
-e "s|kde toolbar widget|tde toolbar widget|g"
# Convert desktop files
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -print0 | \
xargs -r0 sed -i \
-e '/^Keyword/ { s,\,,;,g }' \
-e 's/^ServiceTypes=/X-TDE-ServiceTypes=/g' \
-e 's/^ServiceTypes\[\(.*\)\]=/X-TDE-ServiceTypes\[\1\]=/g' \
-e 's/^ExcludeServiceTypes=/X-TDE-ExcludeServiceTypes=/g' \
-e 's/^ExcludeServiceTypes\[\(.*\)\]=/X-TDE-ExcludeServiceTypes\[\1\]=/g' \
-e 's/^DocPath=/X-DocPath=/g' \
-e 's/^DocPath\[\(.*\)\]=/X-DocPath\[\1\]=/g' \
-e 's/^InitialPreference=/X-TDE-InitialPreference=/g' \
-e 's/^InitialPreference\[\(.*\)\]=/X-TDE-InitialPreference\[\1\]=/g'
# Rename files
find . -name "kio_*" | while read f; do mv "${f}" "${f/kio_/tdeio_}"; done
find . -name "kio-*" | while read f; do mv "${f}" "${f/kio-/tdeio-}"; done
find . -name "kio.*" | while read f; do mv "${f}" "${f/kio./tdeio.}"; done
find . -name "*.kdevelop" | while read f; do mv "${f}" "${f/.kdevelop/.tdevelop}"; done
find . -name "kdewidgets*" | while read f; do mv "${f}" "${f/kdewidgets/tdewidgets}"; done
# Update icon names (optional)
$SCRIPTPATH/convert_kde3_icon_names_to_xdg_standards

@ -0,0 +1,20 @@
#!/bin/bash
#
# (c) 2014-2015 Timothy Pearson
# All Rights Reserved
#
# WARNING
# This script is not complete!
# Hand editing will likely be required after running to ensure all icon names have been updated
# See http://trinity.etherpad.trinitydesktop.org/60 for a mapping of old KDE3 names to modern XDG names
THISSCRIPT=$(readlink -f $0)
if [[ ! -e "$THISSCRIPT" ]]; then
echo "Unable to find myself! Exiting..."
exit 1
fi
SCRIPTPATH=`dirname $THISSCRIPT`
$SCRIPTPATH/tde_mimetype_conversion
$SCRIPTPATH/tde_action_conversion
$SCRIPTPATH/tde_device_conversion

@ -0,0 +1,154 @@
#!/bin/bash
#
# (c) 2014 Timothy Pearson
# All Rights Reserved
#
# WARNING
# This script is not complete!
# Hand editing will likely be required after running to ensure all icon names have been updated
# See http://trinity.etherpad.trinitydesktop.org/60 for a mapping of old KDE3 names to modern XDG names
WORKDIR=$PWD
function rename_files {
echo '#!/bin/bash' > /tmp/rename_action_files
echo '' >> /tmp/rename_action_files
echo 'cd $1' >> /tmp/rename_action_files
echo '' >> /tmp/rename_action_files
echo 'BASEDIR=${PWD##*/}' >> /tmp/rename_action_files
echo "ORIGNAME='$1'" >> /tmp/rename_action_files
echo "NEWNAME='$2'" >> /tmp/rename_action_files
echo '' >> /tmp/rename_action_files
echo 'if [[ "$BASEDIR" == ".git" ]]; then' >> /tmp/rename_action_files
echo ' echo "Ignoring .git directory"' >> /tmp/rename_action_files
echo ' exit 0' >> /tmp/rename_action_files
echo 'fi' >> /tmp/rename_action_files
echo '' >> /tmp/rename_action_files
echo 'ls -d * | sed "s/\(.*\)action-$ORIGNAME\.png\(.*\)$/git mv \"&\" \"\1action-$NEWNAME\.png\2\"/" | grep mv | sh' >> /tmp/rename_action_files
echo 'ls -d * | sed "s/$ORIGNAME\.png\(.*\)$/git mv \"&\" \"$NEWNAME\.png\1\"/" | grep mv | sh' >> /tmp/rename_action_files
chmod 755 /tmp/rename_action_files
find ./ -type d -exec /tmp/rename_action_files {} \; &> /dev/null
rm /tmp/rename_action_files
}
function convert_files {
[ -d ~/tde-git/tde/main ] && \
cd ~/tde-git/tde/main
echo "==================================================="
echo "Converting $1..."
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "\(Icon\(Set\|\)( \?\)\"$1\"" | \
xargs -r0 sed -i "s/\(Icon\(Set\|\)( \?\)\"$1\"/\1\"$2\"/g"
find ./ -type f -iname "*.ui*" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "<iconset>\"$1\"" | \
xargs -r0 sed -i "s/<iconset>\"$1\"/<iconset>\"$2\"/g"
find ./ -type f -iregex ".*\.\(directory\|desktop\|protocol\)" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "Icon=$1" | \
xargs -r0 sed -i "s/Icon=$1/Icon=$2/g"
find ./ -type f -iname "*.rc" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "icon=\"$1\"" | \
xargs -r0 sed -i "s/icon=\"$1\"/icon=\"$2\"/g"
echo "==================================================="
echo "Renaming $1..."
[ -d $WORKDIR/tdelibs/pics ] && \
cd $WORKDIR/tdelibs/pics && \
rename_files $1 $2
[ -d $WORKDIR/tdeartwork/IconThemes ] && \
cd $WORKDIR/tdeartwork/IconThemes && \
rename_files $1 $2
[ -d $WORKDIR/tdeaccessibility/IconThemes ] && \
cd $WORKDIR/tdeaccessibility/IconThemes && \
rename_files $1 $2
cd $WORKDIR
echo "==================================================="
echo "Still found in files:"
echo "==================================================="
find . -not -iwholename '*.git*' | xargs grep "\"$1\"" -sl
echo "==================================================="
echo ""
}
convert_files "previous" "go-previous"
convert_files "next" "go-next"
convert_files "start" "go-first"
convert_files "finish" "go-last"
convert_files "stop" "process-stop"
convert_files "lock" "system-lock-screen"
convert_files "exit" "system-log-out"
convert_files "run" "system-run"
convert_files "up" "go-up"
convert_files "down" "go-down"
convert_files "top" "go-top"
convert_files "bottom" "go-bottom"
convert_files "undo" "edit-undo"
convert_files "redo" "edit-redo"
convert_files "find" "edit-find"
convert_files "revert" "document-revert"
convert_files "filenew" "document-new"
convert_files "fileopen" "document-open"
convert_files "fileprint" "document-print"
convert_files "filequickprint" "document-print-preview"
convert_files "filesave" "document-save"
convert_files "filesaveas" "document-save-as"
convert_files "fileclose" "window-close"
convert_files "editclear" "edit-clear"
convert_files "editcopy" "edit-copy"
convert_files "editcut" "edit-cut"
convert_files "editdelete" "edit-delete"
convert_files "editpaste" "edit-paste"
convert_files "folder_new" "folder-new"
convert_files "gohome" "go-home"
convert_files "mail_forward" "mail-forward"
convert_files "mail_new" "mail-message-new"
convert_files "mail_replyall" "mail-reply-all"
convert_files "mail_reply" "mail-reply-sender"
convert_files "mail_send" "mail-send"
convert_files "player_pause" "media-playback-pause"
convert_files "player_play" "media-playback-start"
convert_files "player_stop" "media-playback-stop"
convert_files "player_rew" "media-seek-backward"
convert_files "player_fwd" "media-seek-forward"
convert_files "player_start" "media-skip-backward"
convert_files "player_end" "media-skip-forward"
convert_files "rotate_ccw" "object-rotate-left"
convert_files "rotate_cw" "object-rotate-right"
convert_files "window_fullscreen" "view-fullscreen"
convert_files "window_nofullscreen" "view-restore"
convert_files "window_new" "window-new"
convert_files "viewmagfit" "zoom-fit-best"
convert_files "viewmag+" "zoom-in"
convert_files "viewmag1" "zoom-original"
convert_files "viewmag-" "zoom-out"
convert_files "unindent" "format-indent-less"
convert_files "indent" "format-indent-more"
convert_files "centrejust" "format-justify-center"
convert_files "leftjust" "format-justify-left"
convert_files "rightjust" "format-justify-right"
convert_files "text_left" "format-text-direction-ltr"
convert_files "text_right" "format-text-direction-rtl"
convert_files "text_bold" "format-text-bold"
convert_files "text_italic" "format-text-italic"
convert_files "text_under" "format-text-underline"
convert_files "text_strike" "format-text-strikethrough"
convert_files "spellcheck" "tools-check-spelling"
convert_files "package_development" "applications-development"
convert_files "package_games" "applications-games"
convert_files "package_graphics" "applications-graphics"
convert_files "package_network" "applications-internet"
convert_files "package_multimedia" "applications-multimedia"
convert_files "package_wordprocessing" "applications-office"
convert_files "edu_science" "applications-science"
convert_files "package_utilities" "applications-utilities"
convert_files "input_devices_settings" "preferences-desktop-peripherals"
convert_files "kcmsystem" "preferences-system"
convert_files "personal" "preferences-desktop-personal"
convert_files "looknfeel" "preferences-desktop"

@ -0,0 +1,141 @@
#!/bin/bash
#
# (c) 2015 Timothy Pearson
# All Rights Reserved
#
# WARNING
# This script is not complete!
# Hand editing will likely be required after running to ensure all icon names have been updated
# See http://trinity.etherpad.trinitydesktop.org/60 for a mapping of old KDE3 names to modern XDG names
WORKDIR=$PWD
function rename_files {
echo '#!/bin/bash' > /tmp/rename_device_files
echo '' >> /tmp/rename_device_files
echo 'cd $1' >> /tmp/rename_device_files
echo '' >> /tmp/rename_device_files
echo 'BASEDIR=${PWD##*/}' >> /tmp/rename_device_files
echo "ORIGNAME='$1'" >> /tmp/rename_device_files
echo "NEWNAME='$2'" >> /tmp/rename_device_files
echo '' >> /tmp/rename_device_files
echo 'if [[ "$BASEDIR" == ".git" ]]; then' >> /tmp/rename_device_files
echo ' echo "Ignoring .git directory"' >> /tmp/rename_device_files
echo ' exit 0' >> /tmp/rename_device_files
echo 'fi' >> /tmp/rename_device_files
echo '' >> /tmp/rename_device_files
echo 'ls -d * | sed "s/\(.*\)device-$ORIGNAME\.png\(.*\)$/git mv \"&\" \"\1device-$NEWNAME\.png\2\"/" | grep mv | sh' >> /tmp/rename_device_files
echo 'ls -d * | sed "s/$ORIGNAME\.png\(.*\)$/git mv \"&\" \"$NEWNAME\.png\1\"/" | grep mv | sh' >> /tmp/rename_device_files
chmod 755 /tmp/rename_device_files
find ./ -type d -exec /tmp/rename_device_files {} \; &> /dev/null
rm /tmp/rename_device_files
}
function convert_files {
[ -d ~/tde-git/tde/main ] && \
cd ~/tde-git/tde/main
echo "==================================================="
echo "Converting $1..."
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "\(Icon\(Set\|\)( \?\)\"$1\"" | \
xargs -r0 sed -i "s/\(Icon\(Set\|\)( \?\)\"$1\"/\1\"$2\"/g"
find ./ -type f -iname "*.ui*" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "<iconset>\"$1\"" | \
xargs -r0 sed -i "s/<iconset>\"$1\"/<iconset>\"$2\"/g"
find ./ -type f -iregex ".*\.\(directory\|desktop\|protocol\)" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "Icon=$1" | \
xargs -r0 sed -i "s/Icon=$1/Icon=$2/g"
find ./ -type f -iname "*.rc" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "icon=\"$1\"" | \
xargs -r0 sed -i "s/icon=\"$1\"/icon=\"$2\"/g"
echo "==================================================="
echo "Renaming $1..."
[ -d $WORKDIR/tdelibs/pics ] && \
cd $WORKDIR/tdelibs/pics && \
rename_files $1 $2
[ -d $WORKDIR/tdeartwork/IconThemes ] && \
cd $WORKDIR/tdeartwork/IconThemes && \
rename_files $1 $2
[ -d $WORKDIR/tdeaccessibility/IconThemes ] && \
cd $WORKDIR/tdeaccessibility/IconThemes && \
rename_files $1 $2
cd $WORKDIR
echo "==================================================="
echo "Still found in files:"
echo "==================================================="
find . -not -iwholename '*.git*' | xargs grep "\"$1\"" -sl
echo "==================================================="
echo ""
}
convert_files "system" "computer"
convert_files "hdd_unmount_encrypt" "drive-harddisk-encrypted"
convert_files "hdd_unmount_decrypt" "drive-harddisk-decrypted"
convert_files "hdd_mount_decrypt" "drive-harddisk-decrypted-mounted"
convert_files "hdd_unmount" "drive-harddisk"
convert_files "hdd_mount" "drive-harddisk-mounted"
convert_files "keyboard" "input-keyboard"
convert_files "mouse" "input-mouse"
convert_files "tablet" "input-tablet"
convert_files "sd_mmc_unmount_encrypt" "media-flash-sd_mmc-encrypted"
convert_files "sd_mmc_unmount_decrypt" "media-flash-sd_mmc-decrypted"
convert_files "sd_mmc_mount_decrypt" "media-flash-sd_mmc-decrypted-mounted"
convert_files "sd_mmc_unmount" "media-flash-sd_mmc"
convert_files "sd_mmc_mount" "media-flash-sd_mmc-mounted"
convert_files "usbpendrive_unmount_encrypt" "media-flash-usb-encrypted"
convert_files "usbpendrive_unmount_decrypt" "media-flash-usb-decrypted"
convert_files "usbpendrive_mount_decrypt" "media-flash-usb-decrypted-mounted"
convert_files "usbpendrive_unmount" "media-flash-usb"
convert_files "usbpendrive_mount" "media-flash-usb-mounted"
convert_files "smart_media_unmount_encrypt" "media-flash-smart_media-encrypted"
convert_files "smart_media_unmount_decrypt" "media-flash-smart_media-decrypted"
convert_files "smart_media_mount_decrypt" "media-flash-smart_media-decrypted-mounted"
convert_files "smart_media_unmount" "media-flash-smart_media"
convert_files "smart_media_mount" "media-flash-smart_media-mounted"
convert_files "memory_stick_unmount_encrypt" "media-flash-memory_stick-encrypted"
convert_files "memory_stick_unmount_decrypt" "media-flash-memory_stick-decrypted"
convert_files "memory_stick_mount_decrypt" "media-flash-memory_stick-decrypted-mounted"
convert_files "memory_stick_unmount" "media-flash-memory_stick"
convert_files "memory_stick_mount" "media-flash-memory_stick-mounted"
convert_files "compact_flash_unmount_encrypt" "media-flash-compact_flash-encrypted"
convert_files "compact_flash_unmount_decrypt" "media-flash-compact_flash-decrypted"
convert_files "compact_flash_mount_decrypt" "media-flash-compact_flash-decrypted-mounted"
convert_files "compact_flash_unmount" "media-flash-compact_flash"
convert_files "compact_flash_mount" "media-flash-compact_flash-mounted"
convert_files "3floppy_unmount" "media-floppy-3_5"
convert_files "3floppy_mount" "media-floppy-3_5-mounted"
convert_files "5floppy_unmount" "media-floppy-5_14"
convert_files "5floppy_mount" "media-floppy-5_14-mounted"
convert_files "zip_unmount" "media-floppy-zip"
convert_files "zip_mount" "media-floppy-zip-mounted"
convert_files "cdrom_unmount_encrypt" "media-optical-cdrom-encrypted"
convert_files "cdrom_unmount_decrypt" "media-optical-cdrom-decrypted"
convert_files "cdrom_mount_decrypt" "media-optical-cdrom-decrypted-mounted"
convert_files "cdrom_unmount" "media-optical-cdrom"
convert_files "cdrom_mount" "media-optical-cdrom-mounted"
convert_files "cdwriter_unmount_encrypt" "media-optical-cdwriter-encrypted"
convert_files "cdwriter_unmount_decrypt" "media-optical-cdwriter-decrypted"
convert_files "cdwriter_mount_decrypt" "media-optical-cdwriter-decrypted-mounted"
convert_files "cdwriter_unmount" "media-optical-cdwriter"
convert_files "cdwriter_mount" "media-optical-cdwriter-mounted"
convert_files "dvd_unmount_encrypt" "media-optical-dvd-encrypted"
convert_files "dvd_unmount_decrypt" "media-optical-dvd-decrypted"
convert_files "dvd_mount_decrypt" "media-optical-dvd-decrypted-mounted"
convert_files "dvd_unmount" "media-optical-dvd"
convert_files "dvd_mount" "media-optical-dvd-mounted"
convert_files "cdaudio_unmount" "media-optical-cdaudio"
convert_files "cdaudio_mount" "media-optical-cdaudio-mounted"
convert_files "tape_unmount" "media-tape"
convert_files "tape_mount" "media-tape-mounted"
convert_files "ipod_unmount" "multimedia-player"
convert_files "ipod_mount" "multimedia-player-mounted"
convert_files "printer1" "printer"

@ -0,0 +1,169 @@
#!/bin/bash
#
# (c) 2014 Timothy Pearson
# All Rights Reserved
#
# WARNING
# This script is not complete!
# Hand editing will likely be required after running to ensure all icon names have been updated
# See http://trinity.etherpad.trinitydesktop.org/60 for a mapping of old KDE3 names to modern XDG names
WORKDIR=$PWD
function rename_files {
echo '#!/bin/bash' > /tmp/rename_mime_files
echo '' >> /tmp/rename_mime_files
echo 'cd $1' >> /tmp/rename_mime_files
echo '' >> /tmp/rename_mime_files
echo 'BASEDIR=${PWD##*/}' >> /tmp/rename_mime_files
echo "ORIGNAME='$1'" >> /tmp/rename_mime_files
echo "NEWNAME='$2'" >> /tmp/rename_mime_files
echo '' >> /tmp/rename_mime_files
echo 'if [[ "$BASEDIR" == ".git" ]]; then' >> /tmp/rename_mime_files
echo ' echo "Ignoring .git directory"' >> /tmp/rename_mime_files
echo ' exit 0' >> /tmp/rename_mime_files
echo 'fi' >> /tmp/rename_mime_files
echo '' >> /tmp/rename_mime_files
echo 'ls -d * | sed "s/\(.*\)mime-$ORIGNAME\.png\(.*\)$/git mv \"&\" \"\1mime-$NEWNAME\.png\2\"/" | grep mv | sh' >> /tmp/rename_mime_files
echo 'ls -d * | sed "s/$ORIGNAME\.png\(.*\)$/git mv \"&\" \"$NEWNAME\.png\1\"/" | grep mv | sh' >> /tmp/rename_mime_files
chmod 755 /tmp/rename_mime_files
find ./ -type d -exec /tmp/rename_mime_files {} \; &> /dev/null
rm /tmp/rename_mime_files
}
function convert_files {
[ -d ~/tde-git/tde/main ] && \
cd ~/tde-git/tde/main
echo "==================================================="
echo "Converting $1..."
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "\(Icon\(Set\|\)( \?\)\"$1\"" | \
xargs -r0 sed -i "s/\(Icon\(Set\|\)( \?\)\"$1\"/\1\"$2\"/g"
find ./ -type f -iname "*.ui*" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "<iconset>\"$1\"" | \
xargs -r0 sed -i "s/<iconset>\"$1\"/<iconset>\"$2\"/g"
find ./ -type f -iregex ".*\.\(directory\|desktop\|protocol\)" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "Icon=$1" | \
xargs -r0 sed -i "s/Icon=$1/Icon=$2/g"
find ./ -type f -iname "*.rc" -not -iwholename '*.git*' -print0 | \
xargs -r0 grep -ZIl "icon=\"$1\"" | \
xargs -r0 sed -i "s/icon=\"$1\"/icon=\"$2\"/g"
echo "==================================================="
echo "Renaming $1..."
[ -d $WORKDIR/tdelibs/pics ] && \
cd $WORKDIR/tdelibs/pics && \
rename_files $1 $2
[ -d $WORKDIR/tdeartwork/IconThemes ] && \
cd $WORKDIR/tdeartwork/IconThemes && \
rename_files $1 $2
[ -d $WORKDIR/tdeaccessibility/IconThemes ] && \
cd $WORKDIR/tdeaccessibility/IconThemes && \
rename_files $1 $2
cd $WORKDIR
echo "==================================================="
echo "Still found in files:"
echo "==================================================="
find . -not -iwholename '*.git*' | xargs grep "\"$1\"" -sl
echo "==================================================="
echo ""
}
convert_files "sound" "audio-x-generic"
convert_files "font" "font-x-generic"
convert_files "image" "image-x-generic"
convert_files "html" "text-html"
convert_files "document" "text-x-generic"
convert_files "document2" "text-x-generic-template"
convert_files "shellscript" "text-x-script"
convert_files "video" "video-x-generic"
convert_files "vcard" "x-office-address-book"
convert_files "vcalendar" "x-office-calendar"
convert_files "kword_kwd" "x-office-document"
convert_files "applix" "application-x-applix-word"
convert_files "ascii" "text-vnd\.tde\.ascii"
convert_files "binary" "application-octet-stream"
convert_files "bt" "application-x-bittorrent"
convert_files "cdimage" "application-x-cd-image"
convert_files "cdr" "application-x-cdr"
convert_files "cdtrack" "application-x-cda"
convert_files "colorscm" "application-x-kcsrc"
convert_files "core" "application-x-core"
convert_files "database" "application-vnd\.oasis\.opendocument\.database"
convert_files "deb" "application-x-deb"
convert_files "drawing" "application-vnd\.oasis\.opendocument\.graphics"
convert_files "dvi" "application-x-lyx"
convert_files "empty" "application-x-zerosize"
convert_files "exec" "application-x-executable"
convert_files "exec_wine" "application-x-mswinurl"
convert_files "file_locked" "application-vnd\.tde\.file\.locked"
convert_files "file_temporary" "application-vnd\.tde\.file\.temporary"
convert_files "font_bitmap" "application-x-font-snf"
convert_files "font_truetype" "application-x-font-ttf"
convert_files "font_type1" "application-x-font-type1"
convert_files "gettext" "application-x-gettext"
convert_files "gf" "application-x-tex-gf"
convert_files "info" "application-vnd\.tde\.info"
convert_files "karbon_karbon" "application-x-karbon"
convert_files "kchart_chrt" "application-x-kchart"
convert_files "kexi_kexi" "application-x-kexi"
convert_files "kformula_kfo" "application-x-kformula"
convert_files "kivio_flw" "application-x-kivio"
convert_files "kpresenter_kpr" "application-x-kpresenter"
convert_files "krita_kra" "application-x-krita"
convert_files "kspread_ksp" "application-x-kspread"
convert_files "kugar_kud" "application-x-kugar"
convert_files "log" "text-x-log"
convert_files "make" "text-x-makefile"
convert_files "man" "application-x-troff-man"
convert_files "metafont" "application-x-metafont"
convert_files "midi" "audio-midi"
convert_files "misc" "application-vnd\.tde\.misc"
convert_files "netscape_doc" "application-x-netscape"
convert_files "pdf" "application-pdf"
convert_files "pk" "application-x-tex-pk"
convert_files "postscript" "application-postscript"
convert_files "presentation" "application-vnd\.oasis\.opendocument\.presentation"
convert_files "quicktime" "video-x-quicktime"
convert_files "readme" "text-x-readme"
convert_files "recycled" "application-x-trash"
convert_files "resource" "application-vnd\.tde\.resource"
convert_files "rpm" "application-x-rpm"
convert_files "rtf" "text-rtf"
convert_files "soffice" "application-x-soffice"
convert_files "source_c" "text-x-csrc"
convert_files "source_cpp" "text-x-c++src"
convert_files "source_f" "text-x-fortran"
convert_files "source_h" "text-x-hsrc"
convert_files "source_java" "text-x-java"
convert_files "source_j" "text-x-jsrc"
convert_files "source_l" "text-x-lsrc"
convert_files "source_moc" "text-x-mocsrc"
convert_files "source_o" "text-x-osrc"
convert_files "source_php" "text-x-php"
convert_files "source_pl" "text-x-perl"
convert_files "source" "text-x-src"
convert_files "source_p" "text-x-psrc"
convert_files "source_py" "text-x-python"
convert_files "source_s" "text-x-asm"
convert_files "source_y" "text-x-ysrc"
convert_files "spreadsheet" "application-vnd\.oasis\.opendocument\.spreadsheet"
convert_files "tar" "application-x-tar"
convert_files "tdemultiple" "application-vnd\.tde\.tdemultiple"
convert_files "template_source" "application-vnd\.tde\.template_source"
convert_files "tex" "text-x-tex"
convert_files "tgz" "application-x-tarz"
convert_files "txt2" "application-vnd\.tde\.text\.alt"
convert_files "txt" "text-plain"
convert_files "vectorgfx" "image-svg+xml"
convert_files "widget_doc" "application-x-designer"
convert_files "wordprocessing" "application-vnd\.oasis\.opendocument\.text"
convert_files "zip" "application-vnd\.tde\.overlay\.zip"

@ -0,0 +1,2 @@
Run create_tqt3_from_qt3 within this directory to create a version of Qt3 that uses TQ* objects
This is somewhat experimental so please be careful!

@ -0,0 +1,710 @@
#!/bin/bash
find ./ -type f -iname "*.c*" -o -iname "*.h*" -o -iname "*.ui*" -o -name "*.kcfg" -o -name "*.ypp" -not -iwholename '*.git*' |\
tr "\n" "\0" |\
xargs -r0 sed -i \
-e 's/^Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/TQ\1\2/g' \
-e 's/\([^_]\)Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/\1TQ\2\3/g' \
-e 's/Qt/TQt/g' \
-e 's/TTQ/TQ/g' \
-e 's/TTQ/TQ/g' \
-e 's/TTQ/TQ/g' \
-e 's/TTQ/TQ/g'
# Move the library
find ./ -type f -iname "*" -not -iwholename '*.git*' -print0 |\
xargs -r0 sed -i \
-e 's/qt-mt/tqt-mt/g' \
-e 's/qui/tqui/g'
# Back out changes we did not want to make
find ./ -type f -iname "*" -not -iwholename '*.git*' -print0 |\
xargs -r0 sed -i \
-e 's/TQ_OBJECT/Q_OBJECT/g' \
-e 's/TQT_/QT_/g' \
-e 's/TQCStringList/QCStringList/g' \
-e 's/TQMAKE/QMAKE/g' \
-e 's/TQTDIR/QTDIR/g' \
-e 's/OBLITQUE/OBLIQUE/g' \
-e 's/ATQUA/AQUA/g' \
\
-e 's/QUType_Q/QUType_TQ/g' \
-e 's/\([ (]\)Q\#\#/\1TQ\#\#/g' \
-e 's/STQL/SQL/g' \
\
-e 's/keyCodeTQt/keyCodeQt/g' \
-e 's/kontqui/konqui/g' \
-e 's/tquiv/quiv/g' \
\
-e 's/\([^abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)tquit/\1quit/g' \
-e 's/^tquit/quit/g' \
\
-e 's/ACTQUIRE/ACQUIRE/g' \
-e 's/Actquire/Acquire/g' \
-e 's/actquire/acquire/g' \
-e 's/LITQUID/LIQUID/g' \
-e 's/Litquid/Liquid/g' \
-e 's/litquid/liquid/g' \
-e 's/OPATQUE/OPAQUE/g' \
-e 's/Opatque/Opaque/g' \
-e 's/opatque/opaque/g' \
-e 's/RETQUIRE/REQUIRE/g' \
-e 's/Retquire/Require/g' \
-e 's/retquire/require/g'
# Apply changes that should have been made but were not
find ./ -type f -iname "*" -not -iwholename '*.git*' -print0 |\
xargs -r0 sed -i 's/aboutQt/aboutTQt/g'
# Back out linear alphabet string changes
find ./ -type f -iname "*" -not -iwholename '*.git*' -print0 |\
xargs -r0 sed -i \
-e 's/MNOPTQR/MNOPQR/g' \
\
-e 's/QT_VERSION/TQT_VERSION/g' \
-e 's/QT_BUILD_KEY/TQT_BUILD_KEY/g' \
-e 's/Q_PACKED/TQ_PACKED/g' \
-e 's/Q_INT64_C/TQ_INT64_C/g' \
-e 's/Q_UINT64_C/TQ_UINT64_C/g' \
-e 's/Q_CHECK_PTR/TQ_CHECK_PTR/g' \
-e 's/Q_DISABLE_COPY/TQ_DISABLE_COPY/g' \
-e 's/QT_MODULE_/TQT_MODULE_/g' \
-e 's/TTQT_MODULE_/TQT_MODULE_/g' \
-e 's/QT_TR_FUNCTIONS/TQT_TR_FUNCTIONS/g' \
-e 's/RGB_MASK/TQT_RGB_MASK/g' \
\
-e 's/\([-()+/{*},.>!:=&[\t ]\)qRound/\1tqRound/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qSwap/\1tqSwap/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qstrlen/\1tqstrlen/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qstrncmp/\1tqstrncmp/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qUncompress/\1tqUncompress/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qCopy/\1tqCopy/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qCopyBackward/\1tqCopyBackward/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qEqual/\1tqEqual/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qFill/\1tqFill/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qFind/\1tqFind/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qCount/\1tqCount/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qHash/\1tqHash/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qAppName/\1tqAppName/g' \
\
-e 's/^qRound/tqRound/g' \
-e 's/^qSwap/tqSwap/g' \
-e 's/^qstrlen/tqstrlen/g' \
-e 's/^qstrncmp/tqstrncmp/g' \
-e 's/^qUncompress/tqUncompress/g' \
-e 's/^qCopy/tqCopy/g' \
-e 's/^qCopyBackward/tqCopyBackward/g' \
-e 's/^qEqual/tqEqual/g' \
-e 's/^qFill/tqFill/g' \
-e 's/^qFind/tqFind/g' \
-e 's/^qCount/tqCount/g' \
-e 's/^qHash/tqHash/g' \
-e 's/^qAppName/tqAppName/g' \
\
-e 's/\([-()+/{*},.>!:=&[\t ]\)qRed/\1tqRed/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qGreen/\1tqGreen/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qBlue/\1tqBlue/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qAlpha/\1tqAlpha/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qRgb/\1tqRgb/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qGray/\1tqGray/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qApp/\1tqApp/g' \
\
-e 's/^qRed/tqRed/g' \
-e 's/^qGreen/tqGreen/g' \
-e 's/^qBlue/tqBlue/g' \
-e 's/^qAlpha/tqAlpha/g' \
-e 's/^qRgb/tqRgb/g' \
-e 's/^qGray/tqGray/g' \
-e 's/^qApp/tqApp/g' \
\
-e 's/\([-()+/{*},.>!:=&[\t ]\)qAddPostRoutine/\1tqAddPostRoutine/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qWarning/\1tqWarning/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qSharedBuild/\1tqSharedBuild/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qNetworkProtocolRegister/\1tqNetworkProtocolRegister/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qDebug/\1tqDebug/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qCompress/\1tqCompress/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qFatal/\1tqFatal/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qSqlDriverExtDict/\1tqSqlDriverExtDict/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qSqlOpenExtDict/\1tqSqlOpenExtDict/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qInitNetworkProtocols/\1tqInitNetworkProtocols/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qSuppressObsoleteWarnings/\1tqSuppressObsoleteWarnings/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qChecksum/\1tqChecksum/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qRemovePostRoutine/\1tqRemovePostRoutine/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qInstallPath/\1tqInstallPath/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qObsolete/\1tqObsolete/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qVersion/\1tqVersion/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qSystemWarning/\1tqSystemWarning/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qSysInfo/\1tqSysInfo/g' \
\
-e 's/^qAddPostRoutine/tqAddPostRoutine/g' \
-e 's/^qWarning/tqWarning/g' \
-e 's/^qSharedBuild/tqSharedBuild/g' \
-e 's/^qNetworkProtocolRegister/tqNetworkProtocolRegister/g' \
-e 's/^qDebug/tqDebug/g' \
-e 's/^qCompress/tqCompress/g' \
-e 's/^qFatal/tqFatal/g' \
-e 's/^qSqlDriverExtDict/tqSqlDriverExtDict/g' \
-e 's/^qSqlOpenExtDict/tqSqlOpenExtDict/g' \
-e 's/^qInitNetworkProtocols/tqInitNetworkProtocols/g' \
-e 's/^qSuppressObsoleteWarnings/tqSuppressObsoleteWarnings/g' \
-e 's/^qChecksum/tqChecksum/g' \
-e 's/^qRemovePostRoutine/tqRemovePostRoutine/g' \
-e 's/^qInstallPath/tqInstallPath/g' \
-e 's/^qObsolete/tqObsolete/g' \
-e 's/^qVersion/tqVersion/g' \
-e 's/^qSystemWarning/tqSystemWarning/g' \
-e 's/^qSysInfo/tqSysInfo/g' \
\
-e 's/\([-()+/{*},.>!:=&[\t ]\)qmemmove/\1tqmemmove/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qstrncpy/\1tqstrncpy/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qstrdup/\1tqstrdup/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qstrnicmp/\1tqstrnicmp/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qstricmp/\1tqstricmp/g' \
\
-e 's/^qmemmove/tqmemmove/g' \
-e 's/^qstrncpy/tqstrncpy/g' \
-e 's/^qstrdup/tqstrdup/g' \
-e 's/^qstrnicmp/tqstrnicmp/g' \
-e 's/^qstricmp/tqstricmp/g' \
\
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_get_application_thread_id/\1tqt_get_application_thread_id/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_x_user_time/\1tqt_x_user_time/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_xget_temp_gc/\1tqt_xget_temp_gc/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_has_xft/\1tqt_has_xft/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_modal_state/\1tqt_modal_state/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_check_pointer/\1tqt_check_pointer/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_preliminary_signal_spy/\1tqt_preliminary_signal_spy/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_wm_take_focus/\1tqt_wm_take_focus/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_global_mutexpool/\1tqt_global_mutexpool/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_xdisplay/\1tqt_xdisplay/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_resolve_symlinks/\1tqt_resolve_symlinks/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_qclipboard_bailout_hack/\1tqt_qclipboard_bailout_hack/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_x_time/\1tqt_x_time/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_wm_delete_window/\1tqt_wm_delete_window/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_qheader_label_return_null_strings/\1tqt_qheader_label_return_null_strings/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_xscreen/\1tqt_xscreen/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_setAccelAutoShortcuts/\1tqt_setAccelAutoShortcuts/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_sm_client_id/\1tqt_sm_client_id/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_set_table_clipper_enabled/\1tqt_set_table_clipper_enabled/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_hebrew_keyboard_hack/\1tqt_hebrew_keyboard_hack/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_use_native_dialogs/\1tqt_use_native_dialogs/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_generate_epsf/\1tqt_generate_epsf/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_xget_readonly_gc/\1tqt_xget_readonly_gc/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_use_xrender/\1tqt_use_xrender/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_set_x11_event_filter/\1tqt_set_x11_event_filter/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_xrootwin/\1tqt_xrootwin/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_wm_protocols/\1tqt_wm_protocols/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_ftp_filename_codec/\1tqt_ftp_filename_codec/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_window_role/\1tqt_window_role/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_tab_all_widgets/\1tqt_tab_all_widgets/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_wm_state/\1tqt_wm_state/g' \
\
-e 's/^qt_get_application_thread_id/tqt_get_application_thread_id/g' \
-e 's/^qt_x_user_time/tqt_x_user_time/g' \
-e 's/^qt_xget_temp_gc/tqt_xget_temp_gc/g' \
-e 's/^qt_has_xft/tqt_has_xft/g' \
-e 's/^qt_modal_state/tqt_modal_state/g' \
-e 's/^qt_check_pointer/tqt_check_pointer/g' \
-e 's/^qt_preliminary_signal_spy/tqt_preliminary_signal_spy/g' \
-e 's/^qt_wm_take_focus/tqt_wm_take_focus/g' \
-e 's/^qt_global_mutexpool/tqt_global_mutexpool/g' \
-e 's/^qt_xdisplay/tqt_xdisplay/g' \
-e 's/^qt_resolve_symlinks/tqt_resolve_symlinks/g' \
-e 's/^qt_qclipboard_bailout_hack/tqt_qclipboard_bailout_hack/g' \
-e 's/^qt_x_time/tqt_x_time/g' \
-e 's/^qt_wm_delete_window/tqt_wm_delete_window/g' \
-e 's/^qt_qheader_label_return_null_strings/tqt_qheader_label_return_null_strings/g' \
-e 's/^qt_xscreen/tqt_xscreen/g' \
-e 's/^qt_setAccelAutoShortcuts/tqt_setAccelAutoShortcuts/g' \
-e 's/^qt_sm_client_id/tqt_sm_client_id/g' \
-e 's/^qt_set_table_clipper_enabled/tqt_set_table_clipper_enabled/g' \
-e 's/^qt_hebrew_keyboard_hack/tqt_hebrew_keyboard_hack/g' \
-e 's/^qt_use_native_dialogs/tqt_use_native_dialogs/g' \
-e 's/^qt_generate_epsf/tqt_generate_epsf/g' \
-e 's/^qt_xget_readonly_gc/tqt_xget_readonly_gc/g' \
-e 's/^qt_use_xrender/tqt_use_xrender/g' \
-e 's/^qt_set_x11_event_filter/tqt_set_x11_event_filter/g' \
-e 's/^qt_xrootwin/tqt_xrootwin/g' \
-e 's/^qt_wm_protocols/tqt_wm_protocols/g' \
-e 's/^qt_ftp_filename_codec/tqt_ftp_filename_codec/g' \
-e 's/^qt_window_role/tqt_window_role/g' \
-e 's/^qt_tab_all_widgets/tqt_tab_all_widgets/g' \
-e 's/^qt_wm_state/tqt_wm_state/g' \
\
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_init/\1tqt_init/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_cleanup/\1tqt_cleanup/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_is_gui_used/\1tqt_is_gui_used/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_appType/\1tqt_appType/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_application_thread_id/\1tqt_application_thread_id/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_setMaxWindowRect/\1tqt_setMaxWindowRect/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_desktopWidget/\1tqt_desktopWidget/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_clipboard/\1tqt_clipboard/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_modal_stack/\1tqt_modal_stack/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_std_pal/\1tqt_std_pal/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_create_std_palette/\1tqt_create_std_palette/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_fix_tooltips/\1tqt_fix_tooltips/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_explicit_app_style/\1tqt_explicit_app_style/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_app_has_font/\1tqt_app_has_font/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_maxWindowRect/\1tqt_maxWindowRect/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_mutex/\1tqt_mutex/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_try_modal/\1tqt_try_modal/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_enter_modal/\1tqt_enter_modal/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_inheritedBy/\1tqt_inheritedBy/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_leave_modal/\1tqt_leave_modal/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_tryAccelEvent/\1tqt_tryAccelEvent/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_find_obj_child/\1tqt_find_obj_child/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_tryModalHelper/\1tqt_tryModalHelper/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_ucm_initialize/\1tqt_ucm_initialize/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_tryComposeUnicode/\1tqt_tryComposeUnicode/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_dispatchAccelEvent/\1tqt_dispatchAccelEvent/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_dispatchEnterLeave/\1tqt_dispatchEnterLeave/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_x11_enforce_cursor/\1tqt_x11_enforce_cursor/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_wait_for_window_manager/\1tqt_wait_for_window_manager/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_property/\1tqt_property/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_static_property/\1tqt_static_property/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_cast/\1tqt_cast/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_emit/\1tqt_emit/g' \
-e 's/\([-()+/{*},.>!:=&[\t ]\)qt_invoke/\1tqt_invoke/g' \
\
-e 's/^qt_init/tqt_init/g' \
-e 's/^qt_cleanup/tqt_cleanup/g' \
-e 's/^qt_is_gui_used/tqt_is_gui_used/g' \
-e 's/^qt_appType/tqt_appType/g' \
-e 's/^qt_application_thread_id/tqt_application_thread_id/g' \
-e 's/^qt_setMaxWindowRect/tqt_setMaxWindowRect/g' \
-e 's/^qt_desktopWidget/tqt_desktopWidget/g' \
-e 's/^qt_clipboard/tqt_clipboard/g' \
-e 's/^qt_modal_stack/tqt_modal_stack/g' \
-e 's/^qt_std_pal/tqt_std_pal/g' \
-e 's/^qt_create_std_palette/tqt_create_std_palette/g' \
-e 's/^qt_fix_tooltips/tqt_fix_tooltips/g' \
-e 's/^qt_explicit_app_style/tqt_explicit_app_style/g' \
-e 's/^qt_app_has_font/tqt_app_has_font/g' \
-e 's/^qt_maxWindowRect/tqt_maxWindowRect/g' \
-e 's/^qt_mutex/tqt_mutex/g' \
-e 's/^qt_try_modal/tqt_try_modal/g' \
-e 's/^qt_enter_modal/tqt_enter_modal/g' \
-e 's/^qt_inheritedBy/tqt_inheritedBy/g' \
-e 's/^qt_leave_modal/tqt_leave_modal/g' \
-e 's/^qt_tryAccelEvent/tqt_tryAccelEvent/g' \
-e 's/^qt_find_obj_child/tqt_find_obj_child/g' \
-e 's/^qt_tryModalHelper/tqt_tryModalHelper/g' \
-e 's/^qt_ucm_initialize/tqt_ucm_initialize/g' \
-e 's/^qt_tryComposeUnicode/tqt_tryComposeUnicode/g' \
-e 's/^qt_dispatchAccelEvent/tqt_dispatchAccelEvent/g' \
-e 's/^qt_dispatchEnterLeave/tqt_dispatchEnterLeave/g' \
-e 's/^qt_x11_enforce_cursor/tqt_x11_enforce_cursor/g' \
-e 's/^qt_wait_for_window_manager/tqt_wait_for_window_manager/g' \
-e 's/^qt_property/tqt_property/g' \
-e 's/^qt_static_property/tqt_static_property/g' \
-e 's/^qt_cast/tqt_cast/g' \
-e 's/^qt_emit/tqt_emit/g' \
-e 's/^qt_invoke/tqt_invoke/g' \
\
-e 's/Q_INT8/TQ_INT8/g' \
-e 's/Q_INT16/TQ_INT16/g' \
-e 's/Q_INT32/TQ_INT32/g' \
-e 's/Q_INT64/TQ_INT64/g' \
-e 's/Q_UINT8/TQ_UINT8/g' \
-e 's/Q_UINT16/TQ_UINT16/g' \
-e 's/Q_UINT32/TQ_UINT32/g' \
-e 's/Q_UINT64/TQ_UINT64/g' \
-e 's/Q_LONG/TQ_LONG/g' \
-e 's/Q_LLONG/TQ_LLONG/g' \
-e 's/Q_ULONG/TQ_ULONG/g' \
-e 's/Q_ULLONG/TQ_ULLONG/g' \
\
-e 's/TTQ_INT/TQ_INT/g' \
-e 's/TTQ_UINT/TQ_UINT/g' \
\
-e 's/Q_PROPERTY/TQ_PROPERTY/g' \
-e 's/Q_ENUMS/TQ_ENUMS/g' \
-e 's/Q_SETS/TQ_SETS/g' \
-e 's/Q_OVERRIDE/TQ_OVERRIDE/g' \
-e 's/Q_CLASSINFO/TQ_CLASSINFO/g' \
\
-e 's/QT_POINTER_SIZE/TQT_POINTER_SIZE/g' \
-e 's/\([^T]\)Qt3/\1TQt3/g' \
-e 's/qt_main_thread/tqt_main_thread/g' \
\
-e 's/RETQUEST/REQUEST/g' \
-e 's/Actquire/Acquire/g' \
-e 's/CONSETQUENTIAL/CONSEQUENTIAL/g' \
-e 's/ETQUAL/EQUAL/g' \
-e 's/ETQUATION/EQUATION/g' \
-e 's/ETQUIV/EQUIV/g' \
-e 's/Etquip/Equip/g' \
-e 's/Intquire/Inquire/g' \
-e 's/Martquis/Marquis/g' \
-e 's/PRODTQUOT/PRODQUOT/g' \
-e 's/Retquire/Require/g' \
-e 's/Retquiring/Requiring/g' \
-e 's/SETQUENCE/SEQUENCE/g' \
-e 's/SETQUENT/SEQUENT/g' \
-e 's/STQUARE/SQUARE/g' \
-e 's/TQUALITY/QUALITY/g' \
-e 's/TQUARTER/QUARTER/g' \
-e 's/TQUERY/QUERY/g' \
-e 's/TQUESTION/QUESTION/g' \
-e 's/TQUEUE/QUEUE/g' \
-e 's/TQUICK/QUICK/g' \
-e 's/TQUIT/QUIT/g' \
-e 's/TQUOTATION/QUOTATION/g' \
-e 's/UNITQUE/UNIQUE/g' \
-e 's/actquire/acquire/g' \
-e 's/actquiring/acquiring/g' \
-e 's/actquisition/acquisition/g' \
-e 's/etquip/equip/g' \
-e 's/intquire/inquire/g' \
-e 's/intquiries/inquiries/g' \
-e 's/martquis/marquis/g' \
-e 's/relintquish/relinquish/g' \
-e 's/retquier/requier/g' \
-e 's/retquire/require/g' \
-e 's/retquiring/requiring/g' \
-e 's/retquisite/requisite/g' \
-e 's/stquirt/squirt/g' \
-e 's/tquick/quick/g' \
-e 's/tquiet/quiet/g' \
-e 's/tquirk/quirk/g' \
-e 's/tquit/quit/g' \
-e 's/tquiz/quiz/g' \
-e 's/ubitquitous/ubiquitous/g' \
-e 's/unitquifying/uniquifying/g'
# 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'

@ -0,0 +1,76 @@
#!/bin/bash
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/^Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/TQ\1\2/g' {} \;
find ./ -type f -iname "*.h*" -not -iwholename '*.git*' -exec sed -i 's/^Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/TQ\1\2/g' {} \;
find ./ -type f -iname "*.ui*" -not -iwholename '*.git*' -exec sed -i 's/^Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/TQ\1\2/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/\([^_]\)Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/\1TQ\2\3/g' {} \;
find ./ -type f -iname "*.h*" -not -iwholename '*.git*' -exec sed -i 's/\([^_]\)Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/\1TQ\2\3/g' {} \;
find ./ -type f -iname "*.ui*" -not -iwholename '*.git*' -exec sed -i 's/\([^_]\)Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/\1TQ\2\3/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/Qt/TQt/g' {} \;
find ./ -type f -iname "*.h*" -not -iwholename '*.git*' -exec sed -i 's/Qt/TQt/g' {} \;
find ./ -type f -iname "*.ui*" -not -iwholename '*.git*' -exec sed -i 's/Qt/TQt/g' {} \;
find ./ -type f -iname "*.h*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
find ./ -type f -iname "*.h*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
find ./ -type f -iname "*.h*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
find ./ -type f -iname "*.h*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
find ./ -type f -iname "*.ui*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
find ./ -type f -iname "*.ui*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
find ./ -type f -iname "*.ui*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
find ./ -type f -iname "*.ui*" -not -iwholename '*.git*' -exec sed -i 's/TTQ/TQ/g' {} \;
sed -i 's/^Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/TQ\1\2/g' src/moc/moc.l
sed -i 's/^Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/TQ\1\2/g' src/moc/moc.y
sed -i 's/\([^_]\)Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/\1TQ\2\3/g' src/moc/moc.l
sed -i 's/\([^_]\)Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/\1TQ\2\3/g' src/moc/moc.y
sed -i 's/Qt/TQt/g' src/moc/moc.l
sed -i 's/Qt/TQt/g' src/moc/moc.y
sed -i 's/TTQ/TQ/g' src/moc/moc.l
sed -i 's/TTQ/TQ/g' src/moc/moc.y
sed -i 's/TTQ/TQ/g' src/moc/moc.l
sed -i 's/TTQ/TQ/g' src/moc/moc.y
sed -i 's/TTQ/TQ/g' src/moc/moc.l
sed -i 's/TTQ/TQ/g' src/moc/moc.y
sed -i 's/TTQ/TQ/g' src/moc/moc.l
sed -i 's/TTQ/TQ/g' src/moc/moc.y
# Move the library
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qt-mt/tqt-mt/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qui/tqui/g' {} \;
# Back out changes we did not want to make
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TQT_/QT_/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TQMAKE/QMAKE/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TQTDIR/QTDIR/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/OBLITQUE/OBLIQUE/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ATQUA/AQUA/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QUType_Q/QUType_TQ/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([ (]\)Q\#\#/\1TQ\#\#/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/STQL/SQL/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/tquiv/quiv/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([^abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)tquit/\1quit/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^tquit/quit/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/RETQUIRE/REQUIRE/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Retquire/Require/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/retquire/require/g' {} \;
# Apply changes that should have been made but were not
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/aboutQt/aboutTQt/g' {} \;
# Back out linear alphabet string changes
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/MNOPTQR/MNOPQR/g' {} \;
# Apply patches
patch -p0 < ../tqt3_fixups.diff
exit 0

@ -0,0 +1,245 @@
#!/bin/bash
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QT_VERSION/TQT_VERSION/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QT_BUILD_KEY/TQT_BUILD_KEY/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_PACKED/TQ_PACKED/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_INT64_C/TQ_INT64_C/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_UINT64_C/TQ_UINT64_C/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_CHECK_PTR/TQ_CHECK_PTR/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_DISABLE_COPY/TQ_DISABLE_COPY/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QT_MODULE_/TQT_MODULE_/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TTQT_MODULE_/TQT_MODULE_/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QT_TR_FUNCTIONS/TQT_TR_FUNCTIONS/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_OBJECT/TQ_OBJECT/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TTQ_OBJECT/TQ_OBJECT/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/RGB_MASK/TQT_RGB_MASK/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qRound/\1tqRound/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qSwap/\1tqSwap/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qstrlen/\1tqstrlen/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qstrncmp/\1tqstrncmp/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qUncompress/\1tqUncompress/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qCopy/\1tqCopy/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qCopyBackward/\1tqCopyBackward/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qEqual/\1tqEqual/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qFill/\1tqFill/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qFind/\1tqFind/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qCount/\1tqCount/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qHash/\1tqHash/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qAppName/\1tqAppName/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qRound/tqRound/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qSwap/tqSwap/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qstrlen/tqstrlen/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qstrncmp/tqstrncmp/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qUncompress/tqUncompress/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qCopy/tqCopy/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qCopyBackward/tqCopyBackward/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qEqual/tqEqual/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qFill/tqFill/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qFind/tqFind/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qCount/tqCount/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qHash/tqHash/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qAppName/tqAppName/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qRed/\1tqRed/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qGreen/\1tqGreen/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qBlue/\1tqBlue/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qAlpha/\1tqAlpha/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qRgb/\1tqRgb/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qGray/\1tqGray/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qApp/\1tqApp/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qRed/tqRed/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qGreen/tqGreen/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qBlue/tqBlue/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qAlpha/tqAlpha/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qRgb/tqRgb/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qGray/tqGray/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qApp/tqApp/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qAddPostRoutine/\1tqAddPostRoutine/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qWarning/\1tqWarning/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qSharedBuild/\1tqSharedBuild/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qNetworkProtocolRegister/\1tqNetworkProtocolRegister/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qDebug/\1tqDebug/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qCompress/\1tqCompress/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qFatal/\1tqFatal/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qSqlDriverExtDict/\1tqSqlDriverExtDict/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qSqlOpenExtDict/\1tqSqlOpenExtDict/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qInitNetworkProtocols/\1tqInitNetworkProtocols/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qSuppressObsoleteWarnings/\1tqSuppressObsoleteWarnings/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qChecksum/\1tqChecksum/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qRemovePostRoutine/\1tqRemovePostRoutine/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qInstallPath/\1tqInstallPath/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qObsolete/\1tqObsolete/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qVersion/\1tqVersion/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qSystemWarning/\1tqSystemWarning/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qSysInfo/\1tqSysInfo/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qAddPostRoutine/tqAddPostRoutine/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qWarning/tqWarning/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qSharedBuild/tqSharedBuild/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qNetworkProtocolRegister/tqNetworkProtocolRegister/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qDebug/tqDebug/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qCompress/tqCompress/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qFatal/tqFatal/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qSqlDriverExtDict/tqSqlDriverExtDict/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qSqlOpenExtDict/tqSqlOpenExtDict/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qInitNetworkProtocols/tqInitNetworkProtocols/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qSuppressObsoleteWarnings/tqSuppressObsoleteWarnings/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qChecksum/tqChecksum/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qRemovePostRoutine/tqRemovePostRoutine/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qInstallPath/tqInstallPath/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qObsolete/tqObsolete/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qVersion/tqVersion/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qSystemWarning/tqSystemWarning/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qSysInfo/tqSysInfo/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qmemmove/\1tqmemmove/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qstrncpy/\1tqstrncpy/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qstrdup/\1tqstrdup/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qstrnicmp/\1tqstrnicmp/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qstricmp/\1tqstricmp/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qmemmove/tqmemmove/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qstrncpy/tqstrncpy/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qstrdup/tqstrdup/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qstrnicmp/tqstrnicmp/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qstricmp/tqstricmp/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_get_application_thread_id/\1tqt_get_application_thread_id/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_x_user_time/\1tqt_x_user_time/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_xget_temp_gc/\1tqt_xget_temp_gc/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_has_xft/\1tqt_has_xft/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_modal_state/\1tqt_modal_state/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_check_pointer/\1tqt_check_pointer/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_preliminary_signal_spy/\1tqt_preliminary_signal_spy/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_wm_take_focus/\1tqt_wm_take_focus/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_global_mutexpool/\1tqt_global_mutexpool/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_xdisplay/\1tqt_xdisplay/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_resolve_symlinks/\1tqt_resolve_symlinks/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_qclipboard_bailout_hack/\1tqt_qclipboard_bailout_hack/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_x_time/\1tqt_x_time/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_wm_delete_window/\1tqt_wm_delete_window/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_qheader_label_return_null_strings/\1tqt_qheader_label_return_null_strings/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_xscreen/\1tqt_xscreen/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_setAccelAutoShortcuts/\1tqt_setAccelAutoShortcuts/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_sm_client_id/\1tqt_sm_client_id/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_set_table_clipper_enabled/\1tqt_set_table_clipper_enabled/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_hebrew_keyboard_hack/\1tqt_hebrew_keyboard_hack/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_use_native_dialogs/\1tqt_use_native_dialogs/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_generate_epsf/\1tqt_generate_epsf/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_xget_readonly_gc/\1tqt_xget_readonly_gc/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_use_xrender/\1tqt_use_xrender/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_set_x11_event_filter/\1tqt_set_x11_event_filter/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_xrootwin/\1tqt_xrootwin/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_wm_protocols/\1tqt_wm_protocols/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_ftp_filename_codec/\1tqt_ftp_filename_codec/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_window_role/\1tqt_window_role/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_tab_all_widgets/\1tqt_tab_all_widgets/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_wm_state/\1tqt_wm_state/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_get_application_thread_id/tqt_get_application_thread_id/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_x_user_time/tqt_x_user_time/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_xget_temp_gc/tqt_xget_temp_gc/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_has_xft/tqt_has_xft/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_modal_state/tqt_modal_state/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_check_pointer/tqt_check_pointer/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_preliminary_signal_spy/tqt_preliminary_signal_spy/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_wm_take_focus/tqt_wm_take_focus/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_global_mutexpool/tqt_global_mutexpool/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_xdisplay/tqt_xdisplay/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_resolve_symlinks/tqt_resolve_symlinks/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_qclipboard_bailout_hack/tqt_qclipboard_bailout_hack/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_x_time/tqt_x_time/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_wm_delete_window/tqt_wm_delete_window/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_qheader_label_return_null_strings/tqt_qheader_label_return_null_strings/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_xscreen/tqt_xscreen/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_setAccelAutoShortcuts/tqt_setAccelAutoShortcuts/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_sm_client_id/tqt_sm_client_id/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_set_table_clipper_enabled/tqt_set_table_clipper_enabled/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_hebrew_keyboard_hack/tqt_hebrew_keyboard_hack/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_use_native_dialogs/tqt_use_native_dialogs/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_generate_epsf/tqt_generate_epsf/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_xget_readonly_gc/tqt_xget_readonly_gc/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_use_xrender/tqt_use_xrender/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_set_x11_event_filter/tqt_set_x11_event_filter/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_xrootwin/tqt_xrootwin/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_wm_protocols/tqt_wm_protocols/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_ftp_filename_codec/tqt_ftp_filename_codec/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_window_role/tqt_window_role/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_tab_all_widgets/tqt_tab_all_widgets/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_wm_state/tqt_wm_state/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_init/\1tqt_init/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_cleanup/\1tqt_cleanup/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_is_gui_used/\1tqt_is_gui_used/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_appType/\1tqt_appType/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_application_thread_id/\1tqt_application_thread_id/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_setMaxWindowRect/\1tqt_setMaxWindowRect/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_desktopWidget/\1tqt_desktopWidget/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_clipboard/\1tqt_clipboard/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_modal_stack/\1tqt_modal_stack/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_std_pal/\1tqt_std_pal/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_create_std_palette/\1tqt_create_std_palette/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_fix_tooltips/\1tqt_fix_tooltips/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_explicit_app_style/\1tqt_explicit_app_style/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_app_has_font/\1tqt_app_has_font/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_maxWindowRect/\1tqt_maxWindowRect/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_mutex/\1tqt_mutex/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_try_modal/\1tqt_try_modal/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_enter_modal/\1tqt_enter_modal/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_inheritedBy/\1tqt_inheritedBy/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_leave_modal/\1tqt_leave_modal/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_tryAccelEvent/\1tqt_tryAccelEvent/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_find_obj_child/\1tqt_find_obj_child/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_tryModalHelper/\1tqt_tryModalHelper/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_ucm_initialize/\1tqt_ucm_initialize/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_tryComposeUnicode/\1tqt_tryComposeUnicode/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_dispatchAccelEvent/\1tqt_dispatchAccelEvent/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_dispatchEnterLeave/\1tqt_dispatchEnterLeave/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_x11_enforce_cursor/\1tqt_x11_enforce_cursor/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_wait_for_window_manager/\1tqt_wait_for_window_manager/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_property/\1tqt_property/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_static_property/\1tqt_static_property/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_cast/\1tqt_cast/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_emit/\1tqt_emit/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_invoke/\1tqt_invoke/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_init/tqt_init/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_cleanup/tqt_cleanup/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_is_gui_used/tqt_is_gui_used/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_appType/tqt_appType/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_application_thread_id/tqt_application_thread_id/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_setMaxWindowRect/tqt_setMaxWindowRect/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_desktopWidget/tqt_desktopWidget/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_clipboard/tqt_clipboard/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_modal_stack/tqt_modal_stack/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_std_pal/tqt_std_pal/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_create_std_palette/tqt_create_std_palette/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_fix_tooltips/tqt_fix_tooltips/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_explicit_app_style/tqt_explicit_app_style/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_app_has_font/tqt_app_has_font/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_maxWindowRect/tqt_maxWindowRect/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_mutex/tqt_mutex/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_try_modal/tqt_try_modal/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_enter_modal/tqt_enter_modal/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_inheritedBy/tqt_inheritedBy/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_leave_modal/tqt_leave_modal/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_tryAccelEvent/tqt_tryAccelEvent/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_find_obj_child/tqt_find_obj_child/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_tryModalHelper/tqt_tryModalHelper/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_ucm_initialize/tqt_ucm_initialize/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_tryComposeUnicode/tqt_tryComposeUnicode/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_dispatchAccelEvent/tqt_dispatchAccelEvent/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_dispatchEnterLeave/tqt_dispatchEnterLeave/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_x11_enforce_cursor/tqt_x11_enforce_cursor/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_wait_for_window_manager/tqt_wait_for_window_manager/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_property/tqt_property/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_static_property/tqt_static_property/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_cast/tqt_cast/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_emit/tqt_emit/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_invoke/tqt_invoke/g' {} \;
exit 0

@ -0,0 +1,19 @@
#!/bin/bash
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_INT8/TQ_INT8/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_INT16/TQ_INT16/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_INT32/TQ_INT32/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_INT64/TQ_INT64/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_UINT8/TQ_UINT8/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_UINT16/TQ_UINT16/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_UINT32/TQ_UINT32/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_UINT64/TQ_UINT64/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_LONG/TQ_LONG/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_LLONG/TQ_LLONG/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_ULONG/TQ_ULONG/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_ULLONG/TQ_ULLONG/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TTQ_INT/TQ_INT/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TTQ_UINT/TQ_UINT/g' {} \;
exit 0

@ -0,0 +1,102 @@
#!/bin/bash
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_PROPERTY/TQ_PROPERTY/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_ENUMS/TQ_ENUMS/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_SETS/TQ_SETS/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_OVERRIDE/TQ_OVERRIDE/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Q_CLASSINFO/TQ_CLASSINFO/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/QT_POINTER_SIZE/TQT_POINTER_SIZE/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([^T]\)Qt3/\1TQt3/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qt_main_thread/tqt_main_thread/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/RETQUEST/REQUEST/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Actquire/Acquire/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/CONSETQUENTIAL/CONSEQUENTIAL/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ETQUAL/EQUAL/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ETQUATION/EQUATION/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ETQUIV/EQUIV/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Etquip/Equip/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Intquire/Inquire/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Martquis/Marquis/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/PRODTQUOT/PRODQUOT/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Retquire/Require/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Retquiring/Requiring/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/SETQUENCE/SEQUENCE/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/SETQUENT/SEQUENT/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/STQUARE/SQUARE/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TQUALITY/QUALITY/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TQUARTER/QUARTER/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TQUERY/QUERY/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TQUESTION/QUESTION/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TQUEUE/QUEUE/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TQUICK/QUICK/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TQUIT/QUIT/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/TQUOTATION/QUOTATION/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/UNITQUE/UNIQUE/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/actquire/acquire/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/actquiring/acquiring/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/actquisition/acquisition/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/etquip/equip/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/intquire/inquire/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/intquiries/inquiries/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/martquis/marquis/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/relintquish/relinquish/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/retquier/requier/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/retquire/require/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/retquiring/requiring/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/retquisite/requisite/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/stquirt/squirt/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/tquick/quick/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/tquiet/quiet/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/tquirk/quirk/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/tquit/quit/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/tquiz/quiz/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ubitquitous/ubiquitous/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/unitquifying/uniquifying/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_shared/\1tqt_shared/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qt_timer/\1tqt_timer/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([-()+/{*},.>!:=&[\t ]\)qThread/\1tqThread/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_shared/tqt_shared/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qt_timer/tqt_timer/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/^qThread/tqThread/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qm2ts/tqm2ts/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/mergetr/tqtmergetr/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/msg2qm/msg2tqm/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/makeqpf/maketqpf/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvfb/tqvfb/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/createcw/tqtcreatecw/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/conv2ui/tqtconv2ui/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/findtr/tqtfindtr/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtrename140/tqtrename140/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qt20fix/tqt20fix/g' {} \;
# Fix documentation
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ Qt / TQt /g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([">]\)Qt /\1TQt /g' {} \;
# Clean up unintended renames
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ttqtconv2ui/tqtconv2ui/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ttqvfb/tqvfb/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/BlindsQt::Vertical/Blinds Vertical/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/BlindsQt::Horizontal/Blinds Horizontal/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/FlipQt::Vertical/Flip Vertical/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/FlipQt::Horizontal/Flip Horizontal/g' {} \;
# Rename little-used libraries
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/-leditor/-ltqteditor/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/libeditor/libtqteditor/g' {} \;
find ./ -type f -iname "*.pro" -not -iwholename '*.git*' -exec sed -i 's/TARGET\(.*\) editor/TARGET\1 tqteditor/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/-ldesignercore/-ltqtdesignercore/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/libdesignercore/libtqtdesignercore/g' {} \;
find ./ -type f -iname "*.pro" -not -iwholename '*.git*' -exec sed -i 's/TARGET\(.*\) designercore/TARGET\1 tqtdesignercore/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/_designercore/_tqtdesignercore/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/-lqassistantclient/-ltqassistantclient/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/libqassistantclient/libtqassistantclient/g' {} \;
find ./ -type f -iname "*.pro" -not -iwholename '*.git*' -exec sed -i 's/TARGET\(.*\) qassistantclient/TARGET\1 tqassistantclient/g' {} \;
exit 0

@ -0,0 +1,5 @@
#!/bin/bash
cd $1
ls -d * | sed 's/^q\(.*\)\.h\(.*\)$/mv "&" "tq\1\.h\2"/' | grep mv | sh
ls -d * | sed 's/^q\(.*\)\.c\(.*\)$/mv "&" "tq\1\.c\2"/' | grep mv | sh

@ -0,0 +1,13 @@
#!/bin/bash
find ./ -type f -iname "*.c*" -exec sed -i 's/\(["<]\)q\(.*\)\.h\([">]\)/\1tq\2\.h\3/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\(["<]\)q\(.*\)\.h\([">]\)/\1tq\2\.h\3/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\/q\(.*\)\.h\([">]\)/\/tq\1\.h\2/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\/q\(.*\)\.h\([">]\)/\/tq\1\.h\2/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\(["<]\)q\(.*\)\.moc\([">]\)/\1tq\2\.moc\3/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\(["<]\)q\(.*\)\.moc\([">]\)/\1tq\2\.moc\3/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\(["<]\)q\(.*\)\.cpp\([">]\)/\1tq\2\.cpp\3/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\(["<]\)q\(.*\)\.cpp\([">]\)/\1tq\2\.cpp\3/g' {} \;

@ -0,0 +1,20 @@
#!/bin/bash
cp -Rp ../../../main/dependencies/qt3/ tqt3
cd tqt3
../convert_qt_itself_qt3
../header_rename_1
patch -p0 < ../tqt3_fixups_batch2.diff
../convert_qt_itself_qt3_batch2
patch -p0 < ../tqt3_fixups_batch3.diff
../convert_qt_itself_qt3_batch3
patch -p0 < ../tqt3_bin_rename.diff
patch -p0 < ../tqt3_fixups_batch4.diff
../convert_qt_itself_qt3_batch4
../man_rename_1
# Regenerate moc files
cd src/moc/
yacc -d moc.y -o moc_yacc && mv moc_yacc moc_yacc.cpp
flex moc.l
mv lex.yy.c moc_lex.cpp

@ -0,0 +1,348 @@
#!/bin/bash
#
# Partially generated with
# ls /usr/include/qt3 | awk '{print "BEGIN " $1 "/nt" $1 " END"}'
#
# (c) 2012 Timothy Pearson
# All Rights Reserved
SCRIPT_WORK_DIR="$(pwd)/.."
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/q1xcompatibility\.h/ntq1xcompatibility\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qabstractlayout\.h/ntqabstractlayout\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaccel\.h/ntqaccel\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaccessible\.h/ntqaccessible\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qaction\.h/ntqaction\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qapp\.h/ntqapp\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qapplication\.h/ntqapplication\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qarray\.h/ntqarray\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qasciicache\.h/ntqasciicache\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qasciidict\.h/ntqasciidict\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qassistantclient\.h/ntqassistantclient\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qasyncimageio\.h/ntqasyncimageio\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qasyncio\.h/ntqasyncio\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbig5codec\.h/ntqbig5codec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbitarray\.h/ntqbitarray\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbitarry\.h/ntqbitarry\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbitmap\.h/ntqbitmap\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbrush\.h/ntqbrush\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbttngrp\.h/ntqbttngrp\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbuffer\.h/ntqbuffer\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbuttongroup\.h/ntqbuttongroup\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qbutton\.h/ntqbutton\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcache\.h/ntqcache\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcanvas\.h/ntqcanvas\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcdestyle\.h/ntqcdestyle\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcheckbox\.h/ntqcheckbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qchkbox\.h/ntqchkbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcleanuphandler\.h/ntqcleanuphandler\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qclipboard\.h/ntqclipboard\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qclipbrd\.h/ntqclipbrd\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcollect\.h/ntqcollect\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcollection\.h/ntqcollection\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcolordialog\.h/ntqcolordialog\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcolor\.h/ntqcolor\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcombobox\.h/ntqcombobox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcombo\.h/ntqcombo\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcommonstyle\.h/ntqcommonstyle\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcompactstyle\.h/ntqcompactstyle\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qconfig\.h/ntqconfig\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qconnect\.h/ntqconnect\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qconnection\.h/ntqconnection\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcstring\.h/ntqcstring\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qcursor\.h/ntqcursor\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatabrowser\.h/ntqdatabrowser\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatastream\.h/ntqdatastream\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatatable\.h/ntqdatatable\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdataview\.h/ntqdataview\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatetimeedit\.h/ntqdatetimeedit\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatetime\.h/ntqdatetime\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdatetm\.h/ntqdatetm\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdeepcopy\.h/ntqdeepcopy\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdesktopwidget\.h/ntqdesktopwidget\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdial\.h/ntqdial\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdialog\.h/ntqdialog\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdict\.h/ntqdict\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdir\.h/ntqdir\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdns\.h/ntqdns\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdockarea\.h/ntqdockarea\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdockwindow\.h/ntqdockwindow\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdom\.h/ntqdom\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdragobject\.h/ntqdragobject\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdrawutil\.h/ntqdrawutil\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdrawutl\.h/ntqdrawutl\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdropsite\.h/ntqdropsite\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qdstream\.h/ntqdstream\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qeditorfactory\.h/ntqeditorfactory\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qerrormessage\.h/ntqerrormessage\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qeucjpcodec\.h/ntqeucjpcodec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qeuckrcodec\.h/ntqeuckrcodec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qevent\.h/ntqevent\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qeventloop\.h/ntqeventloop\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfeatures\.h/ntqfeatures\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfiledef\.h/ntqfiledef\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfiledialog\.h/ntqfiledialog\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfiledlg\.h/ntqfiledlg\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfile\.h/ntqfile\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfileinf\.h/ntqfileinf\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfileinfo\.h/ntqfileinfo\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfocusdata\.h/ntqfocusdata\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfontdatabase\.h/ntqfontdatabase\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfontdialog\.h/ntqfontdialog\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfont\.h/ntqfont\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfontinf\.h/ntqfontinf\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfontinfo\.h/ntqfontinfo\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfontmet\.h/ntqfontmet\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qfontmetrics\.h/ntqfontmetrics\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qframe\.h/ntqframe\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qftp\.h/ntqftp\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgarray\.h/ntqgarray\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgb18030codec\.h/ntqgb18030codec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgbkcodec\.h/ntqgbkcodec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgcache\.h/ntqgcache\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgdict\.h/ntqgdict\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgeneric\.h/ntqgeneric\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgif\.h/ntqgif\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qglcolormap\.h/ntqglcolormap\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgl\.h/ntqgl\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qglist\.h/ntqglist\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qglobal\.h/ntqglobal\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgplugin\.h/ntqgplugin\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgrid\.h/ntqgrid\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgridview\.h/ntqgridview\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgroupbox\.h/ntqgroupbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgrpbox\.h/ntqgrpbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qguardedptr\.h/ntqguardedptr\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qgvector\.h/ntqgvector\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhbox\.h/ntqhbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhbuttongroup\.h/ntqhbuttongroup\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qheader\.h/ntqheader\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhgroupbox\.h/ntqhgroupbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhostaddress\.h/ntqhostaddress\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qhttp\.h/ntqhttp\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qiconset\.h/ntqiconset\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qiconview\.h/ntqiconview\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qimageformatplugin\.h/ntqimageformatplugin\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qimage\.h/ntqimage\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qinputcontextfactory\.h/ntqinputcontextfactory\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qinputcontext\.h/ntqinputcontext\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qinputcontextplugin\.h/ntqinputcontextplugin\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qinputdialog\.h/ntqinputdialog\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qintcache\.h/ntqintcache\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qintcach\.h/ntqintcach\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qintdict\.h/ntqintdict\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qinterlacestyle\.h/ntqinterlacestyle\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qiodev\.h/ntqiodev\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qiodevice\.h/ntqiodevice\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qjiscodec\.h/ntqjiscodec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qjpegio\.h/ntqjpegio\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qjpunicode\.h/ntqjpunicode\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qkeycode\.h/ntqkeycode\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qkeysequence\.h/ntqkeysequence\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlabel\.h/ntqlabel\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlayout\.h/ntqlayout\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlcdnumber\.h/ntqlcdnumber\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlcdnum\.h/ntqlcdnum\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlibrary\.h/ntqlibrary\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlined\.h/ntqlined\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlineedit\.h/ntqlineedit\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlistbox\.h/ntqlistbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlist\.h/ntqlist\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlistview\.h/ntqlistview\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlocale\.h/ntqlocale\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qlocalfs\.h/ntqlocalfs\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmainwindow\.h/ntqmainwindow\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmap\.h/ntqmap\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmemarray\.h/ntqmemarray\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmenubar\.h/ntqmenubar\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmenudata\.h/ntqmenudata\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmenudta\.h/ntqmenudta\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmessagebox\.h/ntqmessagebox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmetaobject\.h/ntqmetaobject\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmetaobj\.h/ntqmetaobj\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmime\.h/ntqmime\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmlined\.h/ntqmlined\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmngio\.h/ntqmngio\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmodules\.h/ntqmodules\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmotifplusstyle\.h/ntqmotifplusstyle\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmotifstyle\.h/ntqmotifstyle\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmovie\.h/ntqmovie\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmsgbox\.h/ntqmsgbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmultilinedit\.h/ntqmultilinedit\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmultilineedit\.h/ntqmultilineedit\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qmutex\.h/ntqmutex\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qnamespace\.h/ntqnamespace\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qnetwork\.h/ntqnetwork\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qnetworkprotocol\.h/ntqnetworkprotocol\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qnp\.h/ntqnp\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qobjcoll\.h/ntqobjcoll\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qobjdefs\.h/ntqobjdefs\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qobjectcleanuphandler\.h/ntqobjectcleanuphandler\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qobjectdefs\.h/ntqobjectdefs\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qobjectdict\.h/ntqobjectdict\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qobject\.h/ntqobject\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qobjectlist\.h/ntqobjectlist\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpaintdc\.h/ntqpaintdc\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpaintdevicedefs\.h/ntqpaintdevicedefs\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpaintdevice\.h/ntqpaintdevice\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpaintdevicemetrics\.h/ntqpaintdevicemetrics\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpaintd\.h/ntqpaintd\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpainter\.h/ntqpainter\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpair\.h/ntqpair\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpalette\.h/ntqpalette\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpdevmet\.h/ntqpdevmet\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpen\.h/ntqpen\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpicture\.h/ntqpicture\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpixmapcache\.h/ntqpixmapcache\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpixmap\.h/ntqpixmap\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qplatinumstyle\.h/ntqplatinumstyle\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpmcache\.h/ntqpmcache\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpngio\.h/ntqpngio\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpntarry\.h/ntqpntarry\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpointarray\.h/ntqpointarray\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpoint\.h/ntqpoint\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpolygonscanner\.h/ntqpolygonscanner\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpopmenu\.h/ntqpopmenu\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpopupmenu\.h/ntqpopupmenu\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprintdialog\.h/ntqprintdialog\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprinter\.h/ntqprinter\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprndlg\.h/ntqprndlg\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprocess\.h/ntqprocess\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprogbar\.h/ntqprogbar\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprogdlg\.h/ntqprogdlg\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprogressbar\.h/ntqprogressbar\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qprogressdialog\.h/ntqprogressdialog\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpsprn\.h/ntqpsprn\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrcollection\.h/ntqptrcollection\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrdict\.h/ntqptrdict\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrlist\.h/ntqptrlist\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrqueue\.h/ntqptrqueue\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrstack\.h/ntqptrstack\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qptrvector\.h/ntqptrvector\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpushbt\.h/ntqpushbt\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qpushbutton\.h/ntqpushbutton\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qqueue\.h/ntqqueue\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qradiobt\.h/ntqradiobt\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qradiobutton\.h/ntqradiobutton\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qrangecontrol\.h/ntqrangecontrol\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qrangect\.h/ntqrangect\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qrect\.h/ntqrect\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qregexp\.h/ntqregexp\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qregion\.h/ntqregion\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qrtlcodec\.h/ntqrtlcodec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qscrbar\.h/ntqscrbar\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qscrollbar\.h/ntqscrollbar\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qscrollview\.h/ntqscrollview\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsemaphore\.h/ntqsemaphore\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsemimodal\.h/ntqsemimodal\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qserversocket\.h/ntqserversocket\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsession\.h/ntqsession\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsessionmanager\.h/ntqsessionmanager\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsettings\.h/ntqsettings\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsgistyle\.h/ntqsgistyle\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qshared\.h/ntqshared\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsignal\.h/ntqsignal\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsignalmapper\.h/ntqsignalmapper\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsignalslotimp\.h/ntqsignalslotimp\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsimplerichtext\.h/ntqsimplerichtext\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsizegrip\.h/ntqsizegrip\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsize\.h/ntqsize\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsizepolicy\.h/ntqsizepolicy\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsjiscodec\.h/ntqsjiscodec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qslider\.h/ntqslider\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsocketdevice\.h/ntqsocketdevice\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsocket\.h/ntqsocket\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsocketnotifier\.h/ntqsocketnotifier\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsocknot\.h/ntqsocknot\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsortedlist\.h/ntqsortedlist\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsound\.h/ntqsound\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qspinbox\.h/ntqspinbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsplashscreen\.h/ntqsplashscreen\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsplitter\.h/ntqsplitter\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlcursor\.h/ntqsqlcursor\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqldatabase\.h/ntqsqldatabase\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqldriver\.h/ntqsqldriver\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqldriverplugin\.h/ntqsqldriverplugin\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqleditorfactory\.h/ntqsqleditorfactory\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlerror\.h/ntqsqlerror\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlfield\.h/ntqsqlfield\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlform\.h/ntqsqlform\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsql\.h/ntqsql\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlindex\.h/ntqsqlindex\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlpropertymap\.h/ntqsqlpropertymap\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlquery\.h/ntqsqlquery\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlrecord\.h/ntqsqlrecord\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlresult\.h/ntqsqlresult\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsqlselectcursor\.h/ntqsqlselectcursor\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstack\.h/ntqstack\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstatusbar\.h/ntqstatusbar\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstring\.h/ntqstring\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstringlist\.h/ntqstringlist\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstrlist\.h/ntqstrlist\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstrvec\.h/ntqstrvec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstylefactory\.h/ntqstylefactory\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstyle\.h/ntqstyle\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstyleplugin\.h/ntqstyleplugin\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qstylesheet\.h/ntqstylesheet\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qsyntaxhighlighter\.h/ntqsyntaxhighlighter\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtabbar\.h/ntqtabbar\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtabdialog\.h/ntqtabdialog\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtabdlg\.h/ntqtabdlg\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtable\.h/ntqtable\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtabwidget\.h/ntqtabwidget\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextbrowser\.h/ntqtextbrowser\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextcodecfactory\.h/ntqtextcodecfactory\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextcodec\.h/ntqtextcodec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextcodecplugin\.h/ntqtextcodecplugin\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextedit\.h/ntqtextedit\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextstream\.h/ntqtextstream\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtextview\.h/ntqtextview\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qt\.h/ntqt\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qthread\.h/ntqthread\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qthreadstorage\.h/ntqthreadstorage\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtimer\.h/ntqtimer\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtl\.h/ntqtl\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtoolbar\.h/ntqtoolbar\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtoolbox\.h/ntqtoolbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtoolbutton\.h/ntqtoolbutton\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtooltip\.h/ntqtooltip\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtranslator\.h/ntqtranslator\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtsciicodec\.h/ntqtsciicodec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtstream\.h/ntqtstream\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qurl\.h/ntqurl\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qurlinfo\.h/ntqurlinfo\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qurloperator\.h/ntqurloperator\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qutfcodec\.h/ntqutfcodec\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/quuid\.h/ntquuid\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvalidator\.h/ntqvalidator\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvaluelist\.h/ntqvaluelist\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvaluestack\.h/ntqvaluestack\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvaluevector\.h/ntqvaluevector\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvariant\.h/ntqvariant\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvbox\.h/ntqvbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvbuttongroup\.h/ntqvbuttongroup\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvector\.h/ntqvector\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvfbhdr\.h/ntqvfbhdr\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qvgroupbox\.h/ntqvgroupbox\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwaitcondition\.h/ntqwaitcondition\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwhatsthis\.h/ntqwhatsthis\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidcoll\.h/ntqwidcoll\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidgetfactory\.h/ntqwidgetfactory\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidget\.h/ntqwidget\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidgetintdict\.h/ntqwidgetintdict\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidgetlist\.h/ntqwidgetlist\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidgetplugin\.h/ntqwidgetplugin\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwidgetstack\.h/ntqwidgetstack\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwindefs\.h/ntqwindefs\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwindowdefs\.h/ntqwindowdefs\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwindowsstyle\.h/ntqwindowsstyle\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwinexport\.h/ntqwinexport\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwizard\.h/ntqwizard\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qwmatrix\.h/ntqwmatrix\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qworkspace\.h/ntqworkspace\.h/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qxml\.h/ntqxml\.h/g' {} \;
find ./ -type d -exec ${SCRIPT_WORK_DIR}/header_rename_2 {} \;
cd include
${SCRIPT_WORK_DIR}/header_rename_3

@ -0,0 +1,353 @@
#!/bin/bash
#
# Partially generated with
# ls /usr/include/qt3 | awk '{print "BEGIN " $1 "/nt" $1 " END"}'
#
# (c) 2012 Timothy Pearson
# All Rights Reserved
#
# Use like this:
# find ./ -type d -exec /header_rename_2 {} \;
cd $1
BASEDIR=${PWD##*/}
if [[ "$BASEDIR" == ".git" ]]; then
echo "Ignoring .git directory"
exit 0
fi
ls -d * | sed 's/\(.*\)q1xcompatibility\.h\(.*\)$/git mv "&" "\1ntq1xcompatibility\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qabstractlayout\.h\(.*\)$/git mv "&" "\1ntqabstractlayout\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qaccel\.h\(.*\)$/git mv "&" "\1ntqaccel\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qaccessible\.h\(.*\)$/git mv "&" "\1ntqaccessible\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qaction\.h\(.*\)$/git mv "&" "\1ntqaction\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qapp\.h\(.*\)$/git mv "&" "\1ntqapp\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qapplication\.h\(.*\)$/git mv "&" "\1ntqapplication\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qarray\.h\(.*\)$/git mv "&" "\1ntqarray\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qasciicache\.h\(.*\)$/git mv "&" "\1ntqasciicache\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qasciidict\.h\(.*\)$/git mv "&" "\1ntqasciidict\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qassistantclient\.h\(.*\)$/git mv "&" "\1ntqassistantclient\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qasyncimageio\.h\(.*\)$/git mv "&" "\1ntqasyncimageio\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qasyncio\.h\(.*\)$/git mv "&" "\1ntqasyncio\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qbig5codec\.h\(.*\)$/git mv "&" "\1ntqbig5codec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qbitarray\.h\(.*\)$/git mv "&" "\1ntqbitarray\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qbitarry\.h\(.*\)$/git mv "&" "\1ntqbitarry\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qbitmap\.h\(.*\)$/git mv "&" "\1ntqbitmap\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qbrush\.h\(.*\)$/git mv "&" "\1ntqbrush\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qbttngrp\.h\(.*\)$/git mv "&" "\1ntqbttngrp\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qbuffer\.h\(.*\)$/git mv "&" "\1ntqbuffer\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qbuttongroup\.h\(.*\)$/git mv "&" "\1ntqbuttongroup\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qbutton\.h\(.*\)$/git mv "&" "\1ntqbutton\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcache\.h\(.*\)$/git mv "&" "\1ntqcache\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcanvas\.h\(.*\)$/git mv "&" "\1ntqcanvas\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcdestyle\.h\(.*\)$/git mv "&" "\1ntqcdestyle\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcheckbox\.h\(.*\)$/git mv "&" "\1ntqcheckbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qchkbox\.h\(.*\)$/git mv "&" "\1ntqchkbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcleanuphandler\.h\(.*\)$/git mv "&" "\1ntqcleanuphandler\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qclipboard\.h\(.*\)$/git mv "&" "\1ntqclipboard\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qclipbrd\.h\(.*\)$/git mv "&" "\1ntqclipbrd\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcollect\.h\(.*\)$/git mv "&" "\1ntqcollect\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcollection\.h\(.*\)$/git mv "&" "\1ntqcollection\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcolordialog\.h\(.*\)$/git mv "&" "\1ntqcolordialog\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcolor\.h\(.*\)$/git mv "&" "\1ntqcolor\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcombobox\.h\(.*\)$/git mv "&" "\1ntqcombobox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcombo\.h\(.*\)$/git mv "&" "\1ntqcombo\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcommonstyle\.h\(.*\)$/git mv "&" "\1ntqcommonstyle\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcompactstyle\.h\(.*\)$/git mv "&" "\1ntqcompactstyle\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qconfig\.h\(.*\)$/git mv "&" "\1ntqconfig\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qconnect\.h\(.*\)$/git mv "&" "\1ntqconnect\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qconnection\.h\(.*\)$/git mv "&" "\1ntqconnection\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcstring\.h\(.*\)$/git mv "&" "\1ntqcstring\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qcursor\.h\(.*\)$/git mv "&" "\1ntqcursor\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdatabrowser\.h\(.*\)$/git mv "&" "\1ntqdatabrowser\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdatastream\.h\(.*\)$/git mv "&" "\1ntqdatastream\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdatatable\.h\(.*\)$/git mv "&" "\1ntqdatatable\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdataview\.h\(.*\)$/git mv "&" "\1ntqdataview\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdatetimeedit\.h\(.*\)$/git mv "&" "\1ntqdatetimeedit\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdatetime\.h\(.*\)$/git mv "&" "\1ntqdatetime\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdatetm\.h\(.*\)$/git mv "&" "\1ntqdatetm\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdeepcopy\.h\(.*\)$/git mv "&" "\1ntqdeepcopy\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdesktopwidget\.h\(.*\)$/git mv "&" "\1ntqdesktopwidget\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdial\.h\(.*\)$/git mv "&" "\1ntqdial\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdialog\.h\(.*\)$/git mv "&" "\1ntqdialog\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdict\.h\(.*\)$/git mv "&" "\1ntqdict\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdir\.h\(.*\)$/git mv "&" "\1ntqdir\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdns\.h\(.*\)$/git mv "&" "\1ntqdns\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdockarea\.h\(.*\)$/git mv "&" "\1ntqdockarea\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdockwindow\.h\(.*\)$/git mv "&" "\1ntqdockwindow\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdom\.h\(.*\)$/git mv "&" "\1ntqdom\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdragobject\.h\(.*\)$/git mv "&" "\1ntqdragobject\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdrawutil\.h\(.*\)$/git mv "&" "\1ntqdrawutil\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdrawutl\.h\(.*\)$/git mv "&" "\1ntqdrawutl\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdropsite\.h\(.*\)$/git mv "&" "\1ntqdropsite\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qdstream\.h\(.*\)$/git mv "&" "\1ntqdstream\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qeditorfactory\.h\(.*\)$/git mv "&" "\1ntqeditorfactory\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qerrormessage\.h\(.*\)$/git mv "&" "\1ntqerrormessage\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qeucjpcodec\.h\(.*\)$/git mv "&" "\1ntqeucjpcodec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qeuckrcodec\.h\(.*\)$/git mv "&" "\1ntqeuckrcodec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qevent\.h\(.*\)$/git mv "&" "\1ntqevent\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qeventloop\.h\(.*\)$/git mv "&" "\1ntqeventloop\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfeatures\.h\(.*\)$/git mv "&" "\1ntqfeatures\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfiledef\.h\(.*\)$/git mv "&" "\1ntqfiledef\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfiledialog\.h\(.*\)$/git mv "&" "\1ntqfiledialog\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfiledlg\.h\(.*\)$/git mv "&" "\1ntqfiledlg\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfile\.h\(.*\)$/git mv "&" "\1ntqfile\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfileinf\.h\(.*\)$/git mv "&" "\1ntqfileinf\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfileinfo\.h\(.*\)$/git mv "&" "\1ntqfileinfo\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfocusdata\.h\(.*\)$/git mv "&" "\1ntqfocusdata\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfontdatabase\.h\(.*\)$/git mv "&" "\1ntqfontdatabase\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfontdialog\.h\(.*\)$/git mv "&" "\1ntqfontdialog\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfont\.h\(.*\)$/git mv "&" "\1ntqfont\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfontinf\.h\(.*\)$/git mv "&" "\1ntqfontinf\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfontinfo\.h\(.*\)$/git mv "&" "\1ntqfontinfo\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfontmet\.h\(.*\)$/git mv "&" "\1ntqfontmet\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qfontmetrics\.h\(.*\)$/git mv "&" "\1ntqfontmetrics\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qframe\.h\(.*\)$/git mv "&" "\1ntqframe\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qftp\.h\(.*\)$/git mv "&" "\1ntqftp\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgarray\.h\(.*\)$/git mv "&" "\1ntqgarray\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgb18030codec\.h\(.*\)$/git mv "&" "\1ntqgb18030codec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgbkcodec\.h\(.*\)$/git mv "&" "\1ntqgbkcodec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgcache\.h\(.*\)$/git mv "&" "\1ntqgcache\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgdict\.h\(.*\)$/git mv "&" "\1ntqgdict\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgeneric\.h\(.*\)$/git mv "&" "\1ntqgeneric\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgif\.h\(.*\)$/git mv "&" "\1ntqgif\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qglcolormap\.h\(.*\)$/git mv "&" "\1ntqglcolormap\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgl\.h\(.*\)$/git mv "&" "\1ntqgl\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qglist\.h\(.*\)$/git mv "&" "\1ntqglist\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qglobal\.h\(.*\)$/git mv "&" "\1ntqglobal\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgplugin\.h\(.*\)$/git mv "&" "\1ntqgplugin\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgrid\.h\(.*\)$/git mv "&" "\1ntqgrid\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgridview\.h\(.*\)$/git mv "&" "\1ntqgridview\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgroupbox\.h\(.*\)$/git mv "&" "\1ntqgroupbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgrpbox\.h\(.*\)$/git mv "&" "\1ntqgrpbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qguardedptr\.h\(.*\)$/git mv "&" "\1ntqguardedptr\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qgvector\.h\(.*\)$/git mv "&" "\1ntqgvector\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qhbox\.h\(.*\)$/git mv "&" "\1ntqhbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qhbuttongroup\.h\(.*\)$/git mv "&" "\1ntqhbuttongroup\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qheader\.h\(.*\)$/git mv "&" "\1ntqheader\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qhgroupbox\.h\(.*\)$/git mv "&" "\1ntqhgroupbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qhostaddress\.h\(.*\)$/git mv "&" "\1ntqhostaddress\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qhttp\.h\(.*\)$/git mv "&" "\1ntqhttp\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qiconset\.h\(.*\)$/git mv "&" "\1ntqiconset\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qiconview\.h\(.*\)$/git mv "&" "\1ntqiconview\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qimageformatplugin\.h\(.*\)$/git mv "&" "\1ntqimageformatplugin\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qimage\.h\(.*\)$/git mv "&" "\1ntqimage\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qinputcontextfactory\.h\(.*\)$/git mv "&" "\1ntqinputcontextfactory\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qinputcontext\.h\(.*\)$/git mv "&" "\1ntqinputcontext\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qinputcontextplugin\.h\(.*\)$/git mv "&" "\1ntqinputcontextplugin\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qinputdialog\.h\(.*\)$/git mv "&" "\1ntqinputdialog\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qintcache\.h\(.*\)$/git mv "&" "\1ntqintcache\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qintcach\.h\(.*\)$/git mv "&" "\1ntqintcach\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qintdict\.h\(.*\)$/git mv "&" "\1ntqintdict\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qinterlacestyle\.h\(.*\)$/git mv "&" "\1ntqinterlacestyle\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qiodev\.h\(.*\)$/git mv "&" "\1ntqiodev\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qiodevice\.h\(.*\)$/git mv "&" "\1ntqiodevice\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qjiscodec\.h\(.*\)$/git mv "&" "\1ntqjiscodec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qjpegio\.h\(.*\)$/git mv "&" "\1ntqjpegio\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qjpunicode\.h\(.*\)$/git mv "&" "\1ntqjpunicode\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qkeycode\.h\(.*\)$/git mv "&" "\1ntqkeycode\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qkeysequence\.h\(.*\)$/git mv "&" "\1ntqkeysequence\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlabel\.h\(.*\)$/git mv "&" "\1ntqlabel\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlayout\.h\(.*\)$/git mv "&" "\1ntqlayout\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlcdnumber\.h\(.*\)$/git mv "&" "\1ntqlcdnumber\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlcdnum\.h\(.*\)$/git mv "&" "\1ntqlcdnum\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlibrary\.h\(.*\)$/git mv "&" "\1ntqlibrary\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlined\.h\(.*\)$/git mv "&" "\1ntqlined\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlineedit\.h\(.*\)$/git mv "&" "\1ntqlineedit\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlistbox\.h\(.*\)$/git mv "&" "\1ntqlistbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlist\.h\(.*\)$/git mv "&" "\1ntqlist\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlistview\.h\(.*\)$/git mv "&" "\1ntqlistview\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlocale\.h\(.*\)$/git mv "&" "\1ntqlocale\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qlocalfs\.h\(.*\)$/git mv "&" "\1ntqlocalfs\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmainwindow\.h\(.*\)$/git mv "&" "\1ntqmainwindow\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmap\.h\(.*\)$/git mv "&" "\1ntqmap\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmemarray\.h\(.*\)$/git mv "&" "\1ntqmemarray\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmenubar\.h\(.*\)$/git mv "&" "\1ntqmenubar\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmenudata\.h\(.*\)$/git mv "&" "\1ntqmenudata\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmenudta\.h\(.*\)$/git mv "&" "\1ntqmenudta\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmessagebox\.h\(.*\)$/git mv "&" "\1ntqmessagebox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmetaobject\.h\(.*\)$/git mv "&" "\1ntqmetaobject\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmetaobj\.h\(.*\)$/git mv "&" "\1ntqmetaobj\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmime\.h\(.*\)$/git mv "&" "\1ntqmime\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmlined\.h\(.*\)$/git mv "&" "\1ntqmlined\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmngio\.h\(.*\)$/git mv "&" "\1ntqmngio\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmodules\.h\(.*\)$/git mv "&" "\1ntqmodules\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmotifplusstyle\.h\(.*\)$/git mv "&" "\1ntqmotifplusstyle\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmotifstyle\.h\(.*\)$/git mv "&" "\1ntqmotifstyle\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmovie\.h\(.*\)$/git mv "&" "\1ntqmovie\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmsgbox\.h\(.*\)$/git mv "&" "\1ntqmsgbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmultilinedit\.h\(.*\)$/git mv "&" "\1ntqmultilinedit\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmultilineedit\.h\(.*\)$/git mv "&" "\1ntqmultilineedit\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qmutex\.h\(.*\)$/git mv "&" "\1ntqmutex\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qnamespace\.h\(.*\)$/git mv "&" "\1ntqnamespace\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qnetwork\.h\(.*\)$/git mv "&" "\1ntqnetwork\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qnetworkprotocol\.h\(.*\)$/git mv "&" "\1ntqnetworkprotocol\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qnp\.h\(.*\)$/git mv "&" "\1ntqnp\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qobjcoll\.h\(.*\)$/git mv "&" "\1ntqobjcoll\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qobjdefs\.h\(.*\)$/git mv "&" "\1ntqobjdefs\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qobjectcleanuphandler\.h\(.*\)$/git mv "&" "\1ntqobjectcleanuphandler\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qobjectdefs\.h\(.*\)$/git mv "&" "\1ntqobjectdefs\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qobjectdict\.h\(.*\)$/git mv "&" "\1ntqobjectdict\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qobject\.h\(.*\)$/git mv "&" "\1ntqobject\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qobjectlist\.h\(.*\)$/git mv "&" "\1ntqobjectlist\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpaintdc\.h\(.*\)$/git mv "&" "\1ntqpaintdc\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpaintdevicedefs\.h\(.*\)$/git mv "&" "\1ntqpaintdevicedefs\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpaintdevice\.h\(.*\)$/git mv "&" "\1ntqpaintdevice\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpaintdevicemetrics\.h\(.*\)$/git mv "&" "\1ntqpaintdevicemetrics\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpaintd\.h\(.*\)$/git mv "&" "\1ntqpaintd\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpainter\.h\(.*\)$/git mv "&" "\1ntqpainter\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpair\.h\(.*\)$/git mv "&" "\1ntqpair\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpalette\.h\(.*\)$/git mv "&" "\1ntqpalette\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpdevmet\.h\(.*\)$/git mv "&" "\1ntqpdevmet\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpen\.h\(.*\)$/git mv "&" "\1ntqpen\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpicture\.h\(.*\)$/git mv "&" "\1ntqpicture\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpixmapcache\.h\(.*\)$/git mv "&" "\1ntqpixmapcache\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpixmap\.h\(.*\)$/git mv "&" "\1ntqpixmap\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qplatinumstyle\.h\(.*\)$/git mv "&" "\1ntqplatinumstyle\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpmcache\.h\(.*\)$/git mv "&" "\1ntqpmcache\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpngio\.h\(.*\)$/git mv "&" "\1ntqpngio\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpntarry\.h\(.*\)$/git mv "&" "\1ntqpntarry\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpointarray\.h\(.*\)$/git mv "&" "\1ntqpointarray\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpoint\.h\(.*\)$/git mv "&" "\1ntqpoint\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpolygonscanner\.h\(.*\)$/git mv "&" "\1ntqpolygonscanner\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpopmenu\.h\(.*\)$/git mv "&" "\1ntqpopmenu\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpopupmenu\.h\(.*\)$/git mv "&" "\1ntqpopupmenu\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qprintdialog\.h\(.*\)$/git mv "&" "\1ntqprintdialog\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qprinter\.h\(.*\)$/git mv "&" "\1ntqprinter\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qprndlg\.h\(.*\)$/git mv "&" "\1ntqprndlg\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qprocess\.h\(.*\)$/git mv "&" "\1ntqprocess\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qprogbar\.h\(.*\)$/git mv "&" "\1ntqprogbar\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qprogdlg\.h\(.*\)$/git mv "&" "\1ntqprogdlg\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qprogressbar\.h\(.*\)$/git mv "&" "\1ntqprogressbar\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qprogressdialog\.h\(.*\)$/git mv "&" "\1ntqprogressdialog\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpsprn\.h\(.*\)$/git mv "&" "\1ntqpsprn\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qptrcollection\.h\(.*\)$/git mv "&" "\1ntqptrcollection\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qptrdict\.h\(.*\)$/git mv "&" "\1ntqptrdict\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qptrlist\.h\(.*\)$/git mv "&" "\1ntqptrlist\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qptrqueue\.h\(.*\)$/git mv "&" "\1ntqptrqueue\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qptrstack\.h\(.*\)$/git mv "&" "\1ntqptrstack\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qptrvector\.h\(.*\)$/git mv "&" "\1ntqptrvector\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpushbt\.h\(.*\)$/git mv "&" "\1ntqpushbt\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qpushbutton\.h\(.*\)$/git mv "&" "\1ntqpushbutton\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qqueue\.h\(.*\)$/git mv "&" "\1ntqqueue\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qradiobt\.h\(.*\)$/git mv "&" "\1ntqradiobt\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qradiobutton\.h\(.*\)$/git mv "&" "\1ntqradiobutton\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qrangecontrol\.h\(.*\)$/git mv "&" "\1ntqrangecontrol\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qrangect\.h\(.*\)$/git mv "&" "\1ntqrangect\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qrect\.h\(.*\)$/git mv "&" "\1ntqrect\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qregexp\.h\(.*\)$/git mv "&" "\1ntqregexp\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qregion\.h\(.*\)$/git mv "&" "\1ntqregion\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qrtlcodec\.h\(.*\)$/git mv "&" "\1ntqrtlcodec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qscrbar\.h\(.*\)$/git mv "&" "\1ntqscrbar\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qscrollbar\.h\(.*\)$/git mv "&" "\1ntqscrollbar\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qscrollview\.h\(.*\)$/git mv "&" "\1ntqscrollview\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsemaphore\.h\(.*\)$/git mv "&" "\1ntqsemaphore\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsemimodal\.h\(.*\)$/git mv "&" "\1ntqsemimodal\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qserversocket\.h\(.*\)$/git mv "&" "\1ntqserversocket\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsession\.h\(.*\)$/git mv "&" "\1ntqsession\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsessionmanager\.h\(.*\)$/git mv "&" "\1ntqsessionmanager\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsettings\.h\(.*\)$/git mv "&" "\1ntqsettings\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsgistyle\.h\(.*\)$/git mv "&" "\1ntqsgistyle\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qshared\.h\(.*\)$/git mv "&" "\1ntqshared\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsignal\.h\(.*\)$/git mv "&" "\1ntqsignal\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsignalmapper\.h\(.*\)$/git mv "&" "\1ntqsignalmapper\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsignalslotimp\.h\(.*\)$/git mv "&" "\1ntqsignalslotimp\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsimplerichtext\.h\(.*\)$/git mv "&" "\1ntqsimplerichtext\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsizegrip\.h\(.*\)$/git mv "&" "\1ntqsizegrip\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsize\.h\(.*\)$/git mv "&" "\1ntqsize\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsizepolicy\.h\(.*\)$/git mv "&" "\1ntqsizepolicy\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsjiscodec\.h\(.*\)$/git mv "&" "\1ntqsjiscodec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qslider\.h\(.*\)$/git mv "&" "\1ntqslider\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsocketdevice\.h\(.*\)$/git mv "&" "\1ntqsocketdevice\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsocket\.h\(.*\)$/git mv "&" "\1ntqsocket\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsocketnotifier\.h\(.*\)$/git mv "&" "\1ntqsocketnotifier\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsocknot\.h\(.*\)$/git mv "&" "\1ntqsocknot\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsortedlist\.h\(.*\)$/git mv "&" "\1ntqsortedlist\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsound\.h\(.*\)$/git mv "&" "\1ntqsound\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qspinbox\.h\(.*\)$/git mv "&" "\1ntqspinbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsplashscreen\.h\(.*\)$/git mv "&" "\1ntqsplashscreen\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsplitter\.h\(.*\)$/git mv "&" "\1ntqsplitter\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqlcursor\.h\(.*\)$/git mv "&" "\1ntqsqlcursor\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqldatabase\.h\(.*\)$/git mv "&" "\1ntqsqldatabase\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqldriver\.h\(.*\)$/git mv "&" "\1ntqsqldriver\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqldriverplugin\.h\(.*\)$/git mv "&" "\1ntqsqldriverplugin\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqleditorfactory\.h\(.*\)$/git mv "&" "\1ntqsqleditorfactory\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqlerror\.h\(.*\)$/git mv "&" "\1ntqsqlerror\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqlfield\.h\(.*\)$/git mv "&" "\1ntqsqlfield\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqlform\.h\(.*\)$/git mv "&" "\1ntqsqlform\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsql\.h\(.*\)$/git mv "&" "\1ntqsql\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqlindex\.h\(.*\)$/git mv "&" "\1ntqsqlindex\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqlpropertymap\.h\(.*\)$/git mv "&" "\1ntqsqlpropertymap\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqlquery\.h\(.*\)$/git mv "&" "\1ntqsqlquery\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqlrecord\.h\(.*\)$/git mv "&" "\1ntqsqlrecord\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqlresult\.h\(.*\)$/git mv "&" "\1ntqsqlresult\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsqlselectcursor\.h\(.*\)$/git mv "&" "\1ntqsqlselectcursor\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qstack\.h\(.*\)$/git mv "&" "\1ntqstack\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qstatusbar\.h\(.*\)$/git mv "&" "\1ntqstatusbar\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qstring\.h\(.*\)$/git mv "&" "\1ntqstring\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qstringlist\.h\(.*\)$/git mv "&" "\1ntqstringlist\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qstrlist\.h\(.*\)$/git mv "&" "\1ntqstrlist\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qstrvec\.h\(.*\)$/git mv "&" "\1ntqstrvec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qstylefactory\.h\(.*\)$/git mv "&" "\1ntqstylefactory\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qstyle\.h\(.*\)$/git mv "&" "\1ntqstyle\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qstyleplugin\.h\(.*\)$/git mv "&" "\1ntqstyleplugin\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qstylesheet\.h\(.*\)$/git mv "&" "\1ntqstylesheet\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qsyntaxhighlighter\.h\(.*\)$/git mv "&" "\1ntqsyntaxhighlighter\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtabbar\.h\(.*\)$/git mv "&" "\1ntqtabbar\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtabdialog\.h\(.*\)$/git mv "&" "\1ntqtabdialog\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtabdlg\.h\(.*\)$/git mv "&" "\1ntqtabdlg\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtable\.h\(.*\)$/git mv "&" "\1ntqtable\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtabwidget\.h\(.*\)$/git mv "&" "\1ntqtabwidget\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtextbrowser\.h\(.*\)$/git mv "&" "\1ntqtextbrowser\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtextcodecfactory\.h\(.*\)$/git mv "&" "\1ntqtextcodecfactory\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtextcodec\.h\(.*\)$/git mv "&" "\1ntqtextcodec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtextcodecplugin\.h\(.*\)$/git mv "&" "\1ntqtextcodecplugin\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtextedit\.h\(.*\)$/git mv "&" "\1ntqtextedit\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtextstream\.h\(.*\)$/git mv "&" "\1ntqtextstream\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtextview\.h\(.*\)$/git mv "&" "\1ntqtextview\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qt\.h\(.*\)$/git mv "&" "\1ntqt\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qthread\.h\(.*\)$/git mv "&" "\1ntqthread\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qthreadstorage\.h\(.*\)$/git mv "&" "\1ntqthreadstorage\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtimer\.h\(.*\)$/git mv "&" "\1ntqtimer\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtl\.h\(.*\)$/git mv "&" "\1ntqtl\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtoolbar\.h\(.*\)$/git mv "&" "\1ntqtoolbar\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtoolbox\.h\(.*\)$/git mv "&" "\1ntqtoolbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtoolbutton\.h\(.*\)$/git mv "&" "\1ntqtoolbutton\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtooltip\.h\(.*\)$/git mv "&" "\1ntqtooltip\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtranslator\.h\(.*\)$/git mv "&" "\1ntqtranslator\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtsciicodec\.h\(.*\)$/git mv "&" "\1ntqtsciicodec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtstream\.h\(.*\)$/git mv "&" "\1ntqtstream\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qurl\.h\(.*\)$/git mv "&" "\1ntqurl\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qurlinfo\.h\(.*\)$/git mv "&" "\1ntqurlinfo\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qurloperator\.h\(.*\)$/git mv "&" "\1ntqurloperator\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qutfcodec\.h\(.*\)$/git mv "&" "\1ntqutfcodec\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)quuid\.h\(.*\)$/git mv "&" "\1ntquuid\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qvalidator\.h\(.*\)$/git mv "&" "\1ntqvalidator\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qvaluelist\.h\(.*\)$/git mv "&" "\1ntqvaluelist\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qvaluestack\.h\(.*\)$/git mv "&" "\1ntqvaluestack\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qvaluevector\.h\(.*\)$/git mv "&" "\1ntqvaluevector\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qvariant\.h\(.*\)$/git mv "&" "\1ntqvariant\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qvbox\.h\(.*\)$/git mv "&" "\1ntqvbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qvbuttongroup\.h\(.*\)$/git mv "&" "\1ntqvbuttongroup\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qvector\.h\(.*\)$/git mv "&" "\1ntqvector\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qvfbhdr\.h\(.*\)$/git mv "&" "\1ntqvfbhdr\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qvgroupbox\.h\(.*\)$/git mv "&" "\1ntqvgroupbox\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwaitcondition\.h\(.*\)$/git mv "&" "\1ntqwaitcondition\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwhatsthis\.h\(.*\)$/git mv "&" "\1ntqwhatsthis\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwidcoll\.h\(.*\)$/git mv "&" "\1ntqwidcoll\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwidgetfactory\.h\(.*\)$/git mv "&" "\1ntqwidgetfactory\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwidget\.h\(.*\)$/git mv "&" "\1ntqwidget\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwidgetintdict\.h\(.*\)$/git mv "&" "\1ntqwidgetintdict\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwidgetlist\.h\(.*\)$/git mv "&" "\1ntqwidgetlist\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwidgetplugin\.h\(.*\)$/git mv "&" "\1ntqwidgetplugin\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwidgetstack\.h\(.*\)$/git mv "&" "\1ntqwidgetstack\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwindefs\.h\(.*\)$/git mv "&" "\1ntqwindefs\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwindowdefs\.h\(.*\)$/git mv "&" "\1ntqwindowdefs\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwindowsstyle\.h\(.*\)$/git mv "&" "\1ntqwindowsstyle\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwinexport\.h\(.*\)$/git mv "&" "\1ntqwinexport\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwizard\.h\(.*\)$/git mv "&" "\1ntqwizard\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qwmatrix\.h\(.*\)$/git mv "&" "\1ntqwmatrix\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qworkspace\.h\(.*\)$/git mv "&" "\1ntqworkspace\.h\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qxml\.h\(.*\)$/git mv "&" "\1ntqxml\.h\2"/' | grep mv | sh

@ -0,0 +1,410 @@
#!/bin/bash
#
# Partially generated with
# ls -l dependencies/qt3/include | awk '{print "rm -f " $8 " && ln -s " $10 " nt" $8}'
#
# (c) 2012 Timothy Pearson
# All Rights Reserved
rm -f ntq1xcompatibility.h && ln -s ../src/kernel/ntq1xcompatibility.h ntq1xcompatibility.h
rm -f ntqabstractlayout.h && ln -s ../src/kernel/ntqabstractlayout.h ntqabstractlayout.h
rm -f ntqaccel.h && ln -s ../src/kernel/ntqaccel.h ntqaccel.h
rm -f ntqaccessible.h && ln -s ../src/kernel/ntqaccessible.h ntqaccessible.h
rm -f ntqaction.h && ln -s ../src/widgets/ntqaction.h ntqaction.h
rm -f ntqapp.h && ln -s ../src/compat/ntqapp.h ntqapp.h
rm -f ntqapplication.h && ln -s ../src/kernel/ntqapplication.h ntqapplication.h
# rm -f ntqapplication_p.h && ln -s ../src/kernel/ntqapplication_p.h ntqapplication_p.h
rm -f ntqarray.h && ln -s ../src/compat/ntqarray.h ntqarray.h
rm -f ntqasciicache.h && ln -s ../src/tools/ntqasciicache.h ntqasciicache.h
rm -f ntqasciidict.h && ln -s ../src/tools/ntqasciidict.h ntqasciidict.h
rm -f ntqassistantclient.h && ln -s ../tools/assistant/lib/ntqassistantclient.h ntqassistantclient.h
rm -f ntqasyncimageio.h && ln -s ../src/kernel/ntqasyncimageio.h ntqasyncimageio.h
rm -f ntqasyncio.h && ln -s ../src/kernel/ntqasyncio.h ntqasyncio.h
rm -f ntqbig5codec.h && ln -s ../src/codecs/ntqbig5codec.h ntqbig5codec.h
rm -f ntqbitarray.h && ln -s ../src/tools/ntqbitarray.h ntqbitarray.h
rm -f ntqbitarry.h && ln -s ../src/compat/ntqbitarry.h ntqbitarry.h
rm -f ntqbitmap.h && ln -s ../src/kernel/ntqbitmap.h ntqbitmap.h
rm -f ntqbrush.h && ln -s ../src/kernel/ntqbrush.h ntqbrush.h
rm -f ntqbttngrp.h && ln -s ../src/compat/ntqbttngrp.h ntqbttngrp.h
rm -f ntqbuffer.h && ln -s ../src/tools/ntqbuffer.h ntqbuffer.h
rm -f ntqbuttongroup.h && ln -s ../src/widgets/ntqbuttongroup.h ntqbuttongroup.h
rm -f ntqbutton.h && ln -s ../src/widgets/ntqbutton.h ntqbutton.h
rm -f ntqcache.h && ln -s ../src/tools/ntqcache.h ntqcache.h
rm -f ntqcanvas.h && ln -s ../src/canvas/ntqcanvas.h ntqcanvas.h
rm -f ntqcdestyle.h && ln -s ../src/styles/ntqcdestyle.h ntqcdestyle.h
rm -f ntqcheckbox.h && ln -s ../src/widgets/ntqcheckbox.h ntqcheckbox.h
rm -f ntqchkbox.h && ln -s ../src/compat/ntqchkbox.h ntqchkbox.h
rm -f ntqcleanuphandler.h && ln -s ../src/tools/ntqcleanuphandler.h ntqcleanuphandler.h
rm -f ntqclipboard.h && ln -s ../src/kernel/ntqclipboard.h ntqclipboard.h
rm -f ntqclipbrd.h && ln -s ../src/compat/ntqclipbrd.h ntqclipbrd.h
rm -f ntqcollect.h && ln -s ../src/compat/ntqcollect.h ntqcollect.h
rm -f ntqcollection.h && ln -s ../src/compat/ntqcollection.h ntqcollection.h
rm -f ntqcolordialog.h && ln -s ../src/dialogs/ntqcolordialog.h ntqcolordialog.h
rm -f ntqcolor.h && ln -s ../src/kernel/ntqcolor.h ntqcolor.h
# rm -f ntqcolor_p.h && ln -s ../src/kernel/ntqcolor_p.h ntqcolor_p.h
rm -f ntqcombobox.h && ln -s ../src/widgets/ntqcombobox.h ntqcombobox.h
rm -f ntqcombo.h && ln -s ../src/compat/ntqcombo.h ntqcombo.h
# rm -f ntqcomlibrary_p.h && ln -s ../src/tools/ntqcomlibrary_p.h ntqcomlibrary_p.h
rm -f ntqcommonstyle.h && ln -s ../src/styles/ntqcommonstyle.h ntqcommonstyle.h
rm -f ntqcompactstyle.h && ln -s ../src/styles/ntqcompactstyle.h ntqcompactstyle.h
# rm -f ntqcom_p.h && ln -s ../src/tools/ntqcom_p.h ntqcom_p.h
# rm -f ntqcomponentfactory_p.h && ln -s ../src/tools/ntqcomponentfactory_p.h ntqcomponentfactory_p.h
# rm -f ntqconfig-dist.h && ln -s ../src/tools/ntqconfig-dist.h ntqconfig-dist.h
# rm -f ntqconfig-large.h && ln -s ../src/tools/ntqconfig-large.h ntqconfig-large.h
# rm -f ntqconfig-medium.h && ln -s ../src/tools/ntqconfig-medium.h ntqconfig-medium.h
# rm -f ntqconfig-minimal.h && ln -s ../src/tools/ntqconfig-minimal.h ntqconfig-minimal.h
# rm -f ntqconfig-small.h && ln -s ../src/tools/ntqconfig-small.h ntqconfig-small.h
rm -f ntqconnect.h && ln -s ../src/compat/ntqconnect.h ntqconnect.h
rm -f ntqconnection.h && ln -s ../src/kernel/ntqconnection.h ntqconnection.h
# rm -f ntqcriticalsection_p.h && ln -s ../src/tools/ntqcriticalsection_p.h ntqcriticalsection_p.h
rm -f ntqcstring.h && ln -s ../src/tools/ntqcstring.h ntqcstring.h
rm -f ntqcursor.h && ln -s ../src/kernel/ntqcursor.h ntqcursor.h
rm -f ntqdatabrowser.h && ln -s ../src/sql/ntqdatabrowser.h ntqdatabrowser.h
rm -f ntqdatastream.h && ln -s ../src/tools/ntqdatastream.h ntqdatastream.h
rm -f ntqdatatable.h && ln -s ../src/sql/ntqdatatable.h ntqdatatable.h
rm -f ntqdataview.h && ln -s ../src/sql/ntqdataview.h ntqdataview.h
rm -f ntqdatetimeedit.h && ln -s ../src/widgets/ntqdatetimeedit.h ntqdatetimeedit.h
rm -f ntqdatetime.h && ln -s ../src/tools/ntqdatetime.h ntqdatetime.h
rm -f ntqdatetm.h && ln -s ../src/compat/ntqdatetm.h ntqdatetm.h
rm -f ntqdeepcopy.h && ln -s ../src/tools/ntqdeepcopy.h ntqdeepcopy.h
rm -f ntqdesktopwidget.h && ln -s ../src/kernel/ntqdesktopwidget.h ntqdesktopwidget.h
rm -f ntqdial.h && ln -s ../src/widgets/ntqdial.h ntqdial.h
# rm -f ntqdialogbuttons_p.h && ln -s ../src/widgets/ntqdialogbuttons_p.h ntqdialogbuttons_p.h
rm -f ntqdialog.h && ln -s ../src/dialogs/ntqdialog.h ntqdialog.h
rm -f ntqdict.h && ln -s ../src/tools/ntqdict.h ntqdict.h
rm -f ntqdir.h && ln -s ../src/tools/ntqdir.h ntqdir.h
# rm -f ntqdir_p.h && ln -s ../src/tools/ntqdir_p.h ntqdir_p.h
rm -f ntqdns.h && ln -s ../src/network/ntqdns.h ntqdns.h
rm -f ntqdockarea.h && ln -s ../src/widgets/ntqdockarea.h ntqdockarea.h
rm -f ntqdockwindow.h && ln -s ../src/widgets/ntqdockwindow.h ntqdockwindow.h
rm -f ntqdom.h && ln -s ../src/xml/ntqdom.h ntqdom.h
rm -f ntqdragobject.h && ln -s ../src/kernel/ntqdragobject.h ntqdragobject.h
rm -f ntqdrawutil.h && ln -s ../src/kernel/ntqdrawutil.h ntqdrawutil.h
rm -f ntqdrawutl.h && ln -s ../src/compat/ntqdrawutl.h ntqdrawutl.h
rm -f ntqdropsite.h && ln -s ../src/kernel/ntqdropsite.h ntqdropsite.h
rm -f ntqdstream.h && ln -s ../src/compat/ntqdstream.h ntqdstream.h
rm -f ntqeditorfactory.h && ln -s ../src/sql/ntqeditorfactory.h ntqeditorfactory.h
# rm -f ntqeffects_p.h && ln -s ../src/widgets/ntqeffects_p.h ntqeffects_p.h
rm -f ntqerrormessage.h && ln -s ../src/dialogs/ntqerrormessage.h ntqerrormessage.h
rm -f ntqeucjpcodec.h && ln -s ../src/codecs/ntqeucjpcodec.h ntqeucjpcodec.h
rm -f ntqeuckrcodec.h && ln -s ../src/codecs/ntqeuckrcodec.h ntqeuckrcodec.h
rm -f ntqevent.h && ln -s ../src/kernel/ntqevent.h ntqevent.h
rm -f ntqeventloop.h && ln -s ../src/kernel/ntqeventloop.h ntqeventloop.h
# rm -f ntqeventloop_p.h && ln -s ../src/kernel/ntqeventloop_p.h ntqeventloop_p.h
rm -f ntqfeatures.h && ln -s ../src/tools/ntqfeatures.h ntqfeatures.h
rm -f ntqfiledef.h && ln -s ../src/compat/ntqfiledef.h ntqfiledef.h
# rm -f ntqfiledefs_p.h && ln -s ../src/tools/ntqfiledefs_p.h ntqfiledefs_p.h
rm -f ntqfiledialog.h && ln -s ../src/dialogs/ntqfiledialog.h ntqfiledialog.h
rm -f ntqfiledlg.h && ln -s ../src/compat/ntqfiledlg.h ntqfiledlg.h
rm -f ntqfile.h && ln -s ../src/tools/ntqfile.h ntqfile.h
rm -f ntqfileinf.h && ln -s ../src/compat/ntqfileinf.h ntqfileinf.h
rm -f ntqfileinfo.h && ln -s ../src/tools/ntqfileinfo.h ntqfileinfo.h
rm -f ntqfocusdata.h && ln -s ../src/kernel/ntqfocusdata.h ntqfocusdata.h
# rm -f ntqfontcodecs_p.h && ln -s ../src/codecs/ntqfontcodecs_p.h ntqfontcodecs_p.h
rm -f ntqfontdatabase.h && ln -s ../src/kernel/ntqfontdatabase.h ntqfontdatabase.h
# rm -f ntqfontdata_p.h && ln -s ../src/kernel/ntqfontdata_p.h ntqfontdata_p.h
rm -f ntqfontdialog.h && ln -s ../src/dialogs/ntqfontdialog.h ntqfontdialog.h
# rm -f ntqfontengine_p.h && ln -s ../src/kernel/ntqfontengine_p.h ntqfontengine_p.h
rm -f ntqfont.h && ln -s ../src/kernel/ntqfont.h ntqfont.h
rm -f ntqfontinf.h && ln -s ../src/compat/ntqfontinf.h ntqfontinf.h
rm -f ntqfontinfo.h && ln -s ../src/kernel/ntqfontinfo.h ntqfontinfo.h
rm -f ntqfontmet.h && ln -s ../src/compat/ntqfontmet.h ntqfontmet.h
rm -f ntqfontmetrics.h && ln -s ../src/kernel/ntqfontmetrics.h ntqfontmetrics.h
rm -f ntqframe.h && ln -s ../src/widgets/ntqframe.h ntqframe.h
rm -f ntqftp.h && ln -s ../src/network/ntqftp.h ntqftp.h
rm -f ntqgarray.h && ln -s ../src/tools/ntqgarray.h ntqgarray.h
rm -f ntqgb18030codec.h && ln -s ../src/codecs/ntqgb18030codec.h ntqgb18030codec.h
rm -f ntqgbkcodec.h && ln -s ../src/codecs/ntqgbkcodec.h ntqgbkcodec.h
rm -f ntqgcache.h && ln -s ../src/tools/ntqgcache.h ntqgcache.h
rm -f ntqgdict.h && ln -s ../src/tools/ntqgdict.h ntqgdict.h
rm -f ntqgeneric.h && ln -s ../src/tools/ntqgeneric.h ntqgeneric.h
# rm -f ntqgfxdriverinterface_p.h && ln -s ../src/embedded/ntqgfxdriverinterface_p.h ntqgfxdriverinterface_p.h
rm -f ntqgif.h && ln -s ../src/kernel/ntqgif.h ntqgif.h
rm -f ntqglcolormap.h && ln -s ../src/opengl/ntqglcolormap.h ntqglcolormap.h
rm -f ntqgl.h && ln -s ../src/opengl/ntqgl.h ntqgl.h
rm -f ntqglist.h && ln -s ../src/tools/ntqglist.h ntqglist.h
rm -f ntqglobal.h && ln -s ../src/tools/ntqglobal.h ntqglobal.h
# rm -f ntqgl_x11_p.h && ln -s ../src/opengl/ntqgl_x11_p.h ntqgl_x11_p.h
rm -f ntqgplugin.h && ln -s ../src/kernel/ntqgplugin.h ntqgplugin.h
# rm -f ntqgpluginmanager_p.h && ln -s ../src/tools/ntqgpluginmanager_p.h ntqgpluginmanager_p.h
rm -f ntqgrid.h && ln -s ../src/widgets/ntqgrid.h ntqgrid.h
rm -f ntqgridview.h && ln -s ../src/widgets/ntqgridview.h ntqgridview.h
rm -f ntqgroupbox.h && ln -s ../src/widgets/ntqgroupbox.h ntqgroupbox.h
rm -f ntqgrpbox.h && ln -s ../src/compat/ntqgrpbox.h ntqgrpbox.h
rm -f ntqguardedptr.h && ln -s ../src/kernel/ntqguardedptr.h ntqguardedptr.h
rm -f ntqgvector.h && ln -s ../src/tools/ntqgvector.h ntqgvector.h
rm -f ntqhbox.h && ln -s ../src/widgets/ntqhbox.h ntqhbox.h
rm -f ntqhbuttongroup.h && ln -s ../src/widgets/ntqhbuttongroup.h ntqhbuttongroup.h
rm -f ntqheader.h && ln -s ../src/widgets/ntqheader.h ntqheader.h
rm -f ntqhgroupbox.h && ln -s ../src/widgets/ntqhgroupbox.h ntqhgroupbox.h
rm -f ntqhostaddress.h && ln -s ../src/network/ntqhostaddress.h ntqhostaddress.h
rm -f ntqhttp.h && ln -s ../src/network/ntqhttp.h ntqhttp.h
rm -f ntqiconset.h && ln -s ../src/kernel/ntqiconset.h ntqiconset.h
rm -f ntqiconview.h && ln -s ../src/widgets/ntqiconview.h ntqiconview.h
# rm -f ntqimageformatinterface_p.h && ln -s ../src/kernel/ntqimageformatinterface_p.h ntqimageformatinterface_p.h
rm -f ntqimageformatplugin.h && ln -s ../src/kernel/ntqimageformatplugin.h ntqimageformatplugin.h
rm -f ntqimage.h && ln -s ../src/kernel/ntqimage.h ntqimage.h
rm -f ntqinputcontextfactory.h && ln -s ../src/inputmethod/ntqinputcontextfactory.h ntqinputcontextfactory.h
rm -f ntqinputcontext.h && ln -s ../src/kernel/ntqinputcontext.h ntqinputcontext.h
# rm -f ntqinputcontextinterface_p.h && ln -s ../src/inputmethod/ntqinputcontextinterface_p.h ntqinputcontextinterface_p.h
# rm -f ntqinputcontext_p.h && ln -s ../src/kernel/ntqinputcontext_p.h ntqinputcontext_p.h
rm -f ntqinputcontextplugin.h && ln -s ../src/inputmethod/ntqinputcontextplugin.h ntqinputcontextplugin.h
rm -f ntqinputdialog.h && ln -s ../src/dialogs/ntqinputdialog.h ntqinputdialog.h
rm -f ntqintcache.h && ln -s ../src/tools/ntqintcache.h ntqintcache.h
rm -f ntqintcach.h && ln -s ../src/compat/ntqintcach.h ntqintcach.h
rm -f ntqintdict.h && ln -s ../src/tools/ntqintdict.h ntqintdict.h
rm -f ntqinterlacestyle.h && ln -s ../src/styles/ntqinterlacestyle.h ntqinterlacestyle.h
# rm -f ntqinternal_p.h && ln -s ../src/kernel/ntqinternal_p.h ntqinternal_p.h
rm -f ntqiodev.h && ln -s ../src/compat/ntqiodev.h ntqiodev.h
rm -f ntqiodevice.h && ln -s ../src/tools/ntqiodevice.h ntqiodevice.h
# rm -f ntqisciicodec_p.h && ln -s ../src/codecs/ntqisciicodec_p.h ntqisciicodec_p.h
rm -f ntqjiscodec.h && ln -s ../src/codecs/ntqjiscodec.h ntqjiscodec.h
rm -f ntqjpegio.h && ln -s ../src/kernel/ntqjpegio.h ntqjpegio.h
rm -f ntqjpunicode.h && ln -s ../src/codecs/ntqjpunicode.h ntqjpunicode.h
# rm -f ntqkbddriverinterface_p.h && ln -s ../src/embedded/ntqkbddriverinterface_p.h ntqkbddriverinterface_p.h
rm -f ntqkeycode.h && ln -s ../src/kernel/ntqkeycode.h ntqkeycode.h
rm -f ntqkeysequence.h && ln -s ../src/kernel/ntqkeysequence.h ntqkeysequence.h
rm -f ntqlabel.h && ln -s ../src/widgets/ntqlabel.h ntqlabel.h
# rm -f ntqlayoutengine_p.h && ln -s ../src/kernel/ntqlayoutengine_p.h ntqlayoutengine_p.h
rm -f ntqlayout.h && ln -s ../src/kernel/ntqlayout.h ntqlayout.h
rm -f ntqlcdnumber.h && ln -s ../src/widgets/ntqlcdnumber.h ntqlcdnumber.h
rm -f ntqlcdnum.h && ln -s ../src/compat/ntqlcdnum.h ntqlcdnum.h
rm -f ntqlibrary.h && ln -s ../src/tools/ntqlibrary.h ntqlibrary.h
# rm -f ntqlibrary_p.h && ln -s ../src/tools/ntqlibrary_p.h ntqlibrary_p.h
rm -f ntqlined.h && ln -s ../src/compat/ntqlined.h ntqlined.h
rm -f ntqlineedit.h && ln -s ../src/widgets/ntqlineedit.h ntqlineedit.h
rm -f ntqlistbox.h && ln -s ../src/widgets/ntqlistbox.h ntqlistbox.h
rm -f ntqlist.h && ln -s ../src/compat/ntqlist.h ntqlist.h
rm -f ntqlistview.h && ln -s ../src/widgets/ntqlistview.h ntqlistview.h
rm -f ntqlocale.h && ln -s ../src/tools/ntqlocale.h ntqlocale.h
# rm -f ntqlocale_p.h && ln -s ../src/tools/ntqlocale_p.h ntqlocale_p.h
rm -f ntqlocalfs.h && ln -s ../src/kernel/ntqlocalfs.h ntqlocalfs.h
# rm -f ntqlock_p.h && ln -s ../src/kernel/ntqlock_p.h ntqlock_p.h
rm -f ntqmainwindow.h && ln -s ../src/widgets/ntqmainwindow.h ntqmainwindow.h
rm -f ntqmap.h && ln -s ../src/tools/ntqmap.h ntqmap.h
rm -f ntqmemarray.h && ln -s ../src/tools/ntqmemarray.h ntqmemarray.h
rm -f ntqmenubar.h && ln -s ../src/widgets/ntqmenubar.h ntqmenubar.h
rm -f ntqmenudata.h && ln -s ../src/widgets/ntqmenudata.h ntqmenudata.h
rm -f ntqmenudta.h && ln -s ../src/compat/ntqmenudta.h ntqmenudta.h
rm -f ntqmessagebox.h && ln -s ../src/dialogs/ntqmessagebox.h ntqmessagebox.h
rm -f ntqmetaobject.h && ln -s ../src/kernel/ntqmetaobject.h ntqmetaobject.h
rm -f ntqmetaobj.h && ln -s ../src/compat/ntqmetaobj.h ntqmetaobj.h
rm -f ntqmime.h && ln -s ../src/kernel/ntqmime.h ntqmime.h
rm -f ntqmlined.h && ln -s ../src/compat/ntqmlined.h ntqmlined.h
rm -f ntqmngio.h && ln -s ../src/kernel/ntqmngio.h ntqmngio.h
rm -f ntqmotifplusstyle.h && ln -s ../src/styles/ntqmotifplusstyle.h ntqmotifplusstyle.h
rm -f ntqmotifstyle.h && ln -s ../src/styles/ntqmotifstyle.h ntqmotifstyle.h
# rm -f ntqmousedriverinterface_p.h && ln -s ../src/embedded/ntqmousedriverinterface_p.h ntqmousedriverinterface_p.h
rm -f ntqmovie.h && ln -s ../src/kernel/ntqmovie.h ntqmovie.h
rm -f ntqmsgbox.h && ln -s ../src/compat/ntqmsgbox.h ntqmsgbox.h
rm -f ntqmultilinedit.h && ln -s ../src/compat/ntqmultilinedit.h ntqmultilinedit.h
rm -f ntqmultilineedit.h && ln -s ../src/widgets/ntqmultilineedit.h ntqmultilineedit.h
rm -f ntqmutex.h && ln -s ../src/tools/ntqmutex.h ntqmutex.h
# rm -f ntqmutex_p.h && ln -s ../src/tools/ntqmutex_p.h ntqmutex_p.h
# rm -f ntqmutexpool_p.h && ln -s ../src/tools/ntqmutexpool_p.h ntqmutexpool_p.h
rm -f ntqnamespace.h && ln -s ../src/kernel/ntqnamespace.h ntqnamespace.h
rm -f ntqnetwork.h && ln -s ../src/network/ntqnetwork.h ntqnetwork.h
rm -f ntqnetworkprotocol.h && ln -s ../src/kernel/ntqnetworkprotocol.h ntqnetworkprotocol.h
rm -f ntqnp.h && ln -s ../extensions/nsplugin/src/ntqnp.h ntqnp.h
rm -f ntqobjcoll.h && ln -s ../src/compat/ntqobjcoll.h ntqobjcoll.h
rm -f ntqobjdefs.h && ln -s ../src/compat/ntqobjdefs.h ntqobjdefs.h
rm -f ntqobjectcleanuphandler.h && ln -s ../src/kernel/ntqobjectcleanuphandler.h ntqobjectcleanuphandler.h
rm -f ntqobjectdefs.h && ln -s ../src/kernel/ntqobjectdefs.h ntqobjectdefs.h
rm -f ntqobjectdict.h && ln -s ../src/kernel/ntqobjectdict.h ntqobjectdict.h
rm -f ntqobject.h && ln -s ../src/kernel/ntqobject.h ntqobject.h
rm -f ntqobjectlist.h && ln -s ../src/kernel/ntqobjectlist.h ntqobjectlist.h
rm -f ntqpaintdc.h && ln -s ../src/compat/ntqpaintdc.h ntqpaintdc.h
rm -f ntqpaintdevicedefs.h && ln -s ../src/kernel/ntqpaintdevicedefs.h ntqpaintdevicedefs.h
rm -f ntqpaintdevice.h && ln -s ../src/kernel/ntqpaintdevice.h ntqpaintdevice.h
rm -f ntqpaintdevicemetrics.h && ln -s ../src/kernel/ntqpaintdevicemetrics.h ntqpaintdevicemetrics.h
rm -f ntqpaintd.h && ln -s ../src/compat/ntqpaintd.h ntqpaintd.h
rm -f ntqpainter.h && ln -s ../src/kernel/ntqpainter.h ntqpainter.h
# rm -f ntqpainter_p.h && ln -s ../src/kernel/ntqpainter_p.h ntqpainter_p.h
rm -f ntqpair.h && ln -s ../src/tools/ntqpair.h ntqpair.h
rm -f ntqpalette.h && ln -s ../src/kernel/ntqpalette.h ntqpalette.h
rm -f ntqpdevmet.h && ln -s ../src/compat/ntqpdevmet.h ntqpdevmet.h
rm -f ntqpen.h && ln -s ../src/kernel/ntqpen.h ntqpen.h
rm -f ntqpicture.h && ln -s ../src/kernel/ntqpicture.h ntqpicture.h
rm -f ntqpixmapcache.h && ln -s ../src/kernel/ntqpixmapcache.h ntqpixmapcache.h
rm -f ntqpixmap.h && ln -s ../src/kernel/ntqpixmap.h ntqpixmap.h
rm -f ntqplatinumstyle.h && ln -s ../src/styles/ntqplatinumstyle.h ntqplatinumstyle.h
# rm -f ntqpluginmanager_p.h && ln -s ../src/tools/ntqpluginmanager_p.h ntqpluginmanager_p.h
rm -f ntqpmcache.h && ln -s ../src/compat/ntqpmcache.h ntqpmcache.h
rm -f ntqpngio.h && ln -s ../src/kernel/ntqpngio.h ntqpngio.h
rm -f ntqpntarry.h && ln -s ../src/compat/ntqpntarry.h ntqpntarry.h
rm -f ntqpointarray.h && ln -s ../src/kernel/ntqpointarray.h ntqpointarray.h
rm -f ntqpoint.h && ln -s ../src/kernel/ntqpoint.h ntqpoint.h
rm -f ntqpolygonscanner.h && ln -s ../src/kernel/ntqpolygonscanner.h ntqpolygonscanner.h
rm -f ntqpopmenu.h && ln -s ../src/compat/ntqpopmenu.h ntqpopmenu.h
rm -f ntqpopupmenu.h && ln -s ../src/widgets/ntqpopupmenu.h ntqpopupmenu.h
rm -f ntqprintdialog.h && ln -s ../src/dialogs/ntqprintdialog.h ntqprintdialog.h
rm -f ntqprinter.h && ln -s ../src/kernel/ntqprinter.h ntqprinter.h
# rm -f ntqprinter_p.h && ln -s ../src/kernel/ntqprinter_p.h ntqprinter_p.h
rm -f ntqprndlg.h && ln -s ../src/compat/ntqprndlg.h ntqprndlg.h
rm -f ntqprocess.h && ln -s ../src/kernel/ntqprocess.h ntqprocess.h
rm -f ntqprogbar.h && ln -s ../src/compat/ntqprogbar.h ntqprogbar.h
rm -f ntqprogdlg.h && ln -s ../src/compat/ntqprogdlg.h ntqprogdlg.h
rm -f ntqprogressbar.h && ln -s ../src/widgets/ntqprogressbar.h ntqprogressbar.h
rm -f ntqprogressdialog.h && ln -s ../src/dialogs/ntqprogressdialog.h ntqprogressdialog.h
# rm -f ntqpsprinter_p.h && ln -s ../src/kernel/ntqpsprinter_p.h ntqpsprinter_p.h
rm -f ntqpsprn.h && ln -s ../src/compat/ntqpsprn.h ntqpsprn.h
rm -f ntqptrcollection.h && ln -s ../src/tools/ntqptrcollection.h ntqptrcollection.h
rm -f ntqptrdict.h && ln -s ../src/tools/ntqptrdict.h ntqptrdict.h
rm -f ntqptrlist.h && ln -s ../src/tools/ntqptrlist.h ntqptrlist.h
rm -f ntqptrqueue.h && ln -s ../src/tools/ntqptrqueue.h ntqptrqueue.h
rm -f ntqptrstack.h && ln -s ../src/tools/ntqptrstack.h ntqptrstack.h
rm -f ntqptrvector.h && ln -s ../src/tools/ntqptrvector.h ntqptrvector.h
rm -f ntqpushbt.h && ln -s ../src/compat/ntqpushbt.h ntqpushbt.h
rm -f ntqpushbutton.h && ln -s ../src/widgets/ntqpushbutton.h ntqpushbutton.h
rm -f ntqqueue.h && ln -s ../src/compat/ntqqueue.h ntqqueue.h
rm -f ntqradiobt.h && ln -s ../src/compat/ntqradiobt.h ntqradiobt.h
rm -f ntqradiobutton.h && ln -s ../src/widgets/ntqradiobutton.h ntqradiobutton.h
rm -f ntqrangecontrol.h && ln -s ../src/widgets/ntqrangecontrol.h ntqrangecontrol.h
rm -f ntqrangect.h && ln -s ../src/compat/ntqrangect.h ntqrangect.h
rm -f ntqrect.h && ln -s ../src/kernel/ntqrect.h ntqrect.h
rm -f ntqregexp.h && ln -s ../src/tools/ntqregexp.h ntqregexp.h
rm -f ntqregion.h && ln -s ../src/kernel/ntqregion.h ntqregion.h
# rm -f ntqrichtext_p.h && ln -s ../src/kernel/ntqrichtext_p.h ntqrichtext_p.h
rm -f ntqrtlcodec.h && ln -s ../src/codecs/ntqrtlcodec.h ntqrtlcodec.h
rm -f ntqscrbar.h && ln -s ../src/compat/ntqscrbar.h ntqscrbar.h
# rm -f ntqscriptengine_p.h && ln -s ../src/kernel/ntqscriptengine_p.h ntqscriptengine_p.h
rm -f ntqscrollbar.h && ln -s ../src/widgets/ntqscrollbar.h ntqscrollbar.h
rm -f ntqscrollview.h && ln -s ../src/widgets/ntqscrollview.h ntqscrollview.h
rm -f ntqsemaphore.h && ln -s ../src/tools/ntqsemaphore.h ntqsemaphore.h
rm -f ntqsemimodal.h && ln -s ../src/dialogs/ntqsemimodal.h ntqsemimodal.h
rm -f ntqserversocket.h && ln -s ../src/network/ntqserversocket.h ntqserversocket.h
rm -f ntqsession.h && ln -s ../src/kernel/ntqsession.h ntqsession.h
rm -f ntqsessionmanager.h && ln -s ../src/kernel/ntqsessionmanager.h ntqsessionmanager.h
rm -f ntqsettings.h && ln -s ../src/tools/ntqsettings.h ntqsettings.h
# rm -f ntqsettings_p.h && ln -s ../src/tools/ntqsettings_p.h ntqsettings_p.h
rm -f ntqsgistyle.h && ln -s ../src/styles/ntqsgistyle.h ntqsgistyle.h
rm -f ntqshared.h && ln -s ../src/tools/ntqshared.h ntqshared.h
# rm -f ntqsharedmemory_p.h && ln -s ../src/kernel/ntqsharedmemory_p.h ntqsharedmemory_p.h
rm -f ntqsignal.h && ln -s ../src/kernel/ntqsignal.h ntqsignal.h
rm -f ntqsignalmapper.h && ln -s ../src/kernel/ntqsignalmapper.h ntqsignalmapper.h
rm -f ntqsignalslotimp.h && ln -s ../src/kernel/ntqsignalslotimp.h ntqsignalslotimp.h
rm -f ntqsimplerichtext.h && ln -s ../src/kernel/ntqsimplerichtext.h ntqsimplerichtext.h
rm -f ntqsizegrip.h && ln -s ../src/kernel/ntqsizegrip.h ntqsizegrip.h
rm -f ntqsize.h && ln -s ../src/kernel/ntqsize.h ntqsize.h
rm -f ntqsizepolicy.h && ln -s ../src/kernel/ntqsizepolicy.h ntqsizepolicy.h
rm -f ntqsjiscodec.h && ln -s ../src/codecs/ntqsjiscodec.h ntqsjiscodec.h
rm -f ntqslider.h && ln -s ../src/widgets/ntqslider.h ntqslider.h
rm -f ntqsocketdevice.h && ln -s ../src/network/ntqsocketdevice.h ntqsocketdevice.h
rm -f ntqsocket.h && ln -s ../src/network/ntqsocket.h ntqsocket.h
rm -f ntqsocketnotifier.h && ln -s ../src/kernel/ntqsocketnotifier.h ntqsocketnotifier.h
rm -f ntqsocknot.h && ln -s ../src/compat/ntqsocknot.h ntqsocknot.h
rm -f ntqsortedlist.h && ln -s ../src/tools/ntqsortedlist.h ntqsortedlist.h
rm -f ntqsound.h && ln -s ../src/kernel/ntqsound.h ntqsound.h
rm -f ntqspinbox.h && ln -s ../src/widgets/ntqspinbox.h ntqspinbox.h
rm -f ntqsplashscreen.h && ln -s ../src/widgets/ntqsplashscreen.h ntqsplashscreen.h
rm -f ntqsplitter.h && ln -s ../src/widgets/ntqsplitter.h ntqsplitter.h
# rm -f ntqsqlcachedresult.h && ln -s ../src/sql/drivers/cache/ntqsqlcachedresult.h ntqsqlcachedresult.h
rm -f ntqsqlcursor.h && ln -s ../src/sql/ntqsqlcursor.h ntqsqlcursor.h
rm -f ntqsqldatabase.h && ln -s ../src/sql/ntqsqldatabase.h ntqsqldatabase.h
rm -f ntqsqldriver.h && ln -s ../src/sql/ntqsqldriver.h ntqsqldriver.h
# rm -f ntqsqldriverinterface_p.h && ln -s ../src/sql/ntqsqldriverinterface_p.h ntqsqldriverinterface_p.h
rm -f ntqsqldriverplugin.h && ln -s ../src/sql/ntqsqldriverplugin.h ntqsqldriverplugin.h
rm -f ntqsqleditorfactory.h && ln -s ../src/sql/ntqsqleditorfactory.h ntqsqleditorfactory.h
rm -f ntqsqlerror.h && ln -s ../src/sql/ntqsqlerror.h ntqsqlerror.h
# rm -f ntqsqlextension_p.h && ln -s ../src/sql/ntqsqlextension_p.h ntqsqlextension_p.h
rm -f ntqsqlfield.h && ln -s ../src/sql/ntqsqlfield.h ntqsqlfield.h
rm -f ntqsqlform.h && ln -s ../src/sql/ntqsqlform.h ntqsqlform.h
rm -f ntqsql.h && ln -s ../src/sql/ntqsql.h ntqsql.h
# rm -f ntqsql_ibase.h && ln -s ../src/sql/drivers/ibase/ntqsql_ibase.h ntqsql_ibase.h
rm -f ntqsqlindex.h && ln -s ../src/sql/ntqsqlindex.h ntqsqlindex.h
# rm -f ntqsqlmanager_p.h && ln -s ../src/sql/ntqsqlmanager_p.h ntqsqlmanager_p.h
# rm -f ntqsql_mysql.h && ln -s ../src/sql/drivers/mysql/ntqsql_mysql.h ntqsql_mysql.h
# rm -f ntqsql_odbc.h && ln -s ../src/sql/drivers/odbc/ntqsql_odbc.h ntqsql_odbc.h
rm -f ntqsqlpropertymap.h && ln -s ../src/sql/ntqsqlpropertymap.h ntqsqlpropertymap.h
# rm -f ntqsql_psql.h && ln -s ../src/sql/drivers/psql/ntqsql_psql.h ntqsql_psql.h
rm -f ntqsqlquery.h && ln -s ../src/sql/ntqsqlquery.h ntqsqlquery.h
rm -f ntqsqlrecord.h && ln -s ../src/sql/ntqsqlrecord.h ntqsqlrecord.h
rm -f ntqsqlresult.h && ln -s ../src/sql/ntqsqlresult.h ntqsqlresult.h
rm -f ntqsqlselectcursor.h && ln -s ../src/sql/ntqsqlselectcursor.h ntqsqlselectcursor.h
# rm -f ntqsql_sqlite.h && ln -s ../src/sql/drivers/sqlite/ntqsql_sqlite.h ntqsql_sqlite.h
rm -f ntqstack.h && ln -s ../src/compat/ntqstack.h ntqstack.h
rm -f ntqstatusbar.h && ln -s ../src/widgets/ntqstatusbar.h ntqstatusbar.h
rm -f ntqstring.h && ln -s ../src/tools/ntqstring.h ntqstring.h
rm -f ntqstringlist.h && ln -s ../src/tools/ntqstringlist.h ntqstringlist.h
rm -f ntqstrlist.h && ln -s ../src/tools/ntqstrlist.h ntqstrlist.h
rm -f ntqstrvec.h && ln -s ../src/tools/ntqstrvec.h ntqstrvec.h
rm -f ntqstylefactory.h && ln -s ../src/styles/ntqstylefactory.h ntqstylefactory.h
rm -f ntqstyle.h && ln -s ../src/kernel/ntqstyle.h ntqstyle.h
# rm -f ntqstyleinterface_p.h && ln -s ../src/styles/ntqstyleinterface_p.h ntqstyleinterface_p.h
rm -f ntqstyleplugin.h && ln -s ../src/styles/ntqstyleplugin.h ntqstyleplugin.h
rm -f ntqstylesheet.h && ln -s ../src/kernel/ntqstylesheet.h ntqstylesheet.h
# rm -f ntqsvgdevice_p.h && ln -s ../src/xml/ntqsvgdevice_p.h ntqsvgdevice_p.h
rm -f ntqsyntaxhighlighter.h && ln -s ../src/widgets/ntqsyntaxhighlighter.h ntqsyntaxhighlighter.h
# rm -f ntqsyntaxhighlighter_p.h && ln -s ../src/widgets/ntqsyntaxhighlighter_p.h ntqsyntaxhighlighter_p.h
rm -f ntqtabbar.h && ln -s ../src/widgets/ntqtabbar.h ntqtabbar.h
rm -f ntqtabdialog.h && ln -s ../src/dialogs/ntqtabdialog.h ntqtabdialog.h
rm -f ntqtabdlg.h && ln -s ../src/compat/ntqtabdlg.h ntqtabdlg.h
rm -f ntqtable.h && ln -s ../src/table/ntqtable.h ntqtable.h
rm -f ntqtabwidget.h && ln -s ../src/widgets/ntqtabwidget.h ntqtabwidget.h
rm -f ntqtextbrowser.h && ln -s ../src/widgets/ntqtextbrowser.h ntqtextbrowser.h
rm -f ntqtextcodecfactory.h && ln -s ../src/codecs/ntqtextcodecfactory.h ntqtextcodecfactory.h
rm -f ntqtextcodec.h && ln -s ../src/codecs/ntqtextcodec.h ntqtextcodec.h
# rm -f ntqtextcodecinterface_p.h && ln -s ../src/codecs/ntqtextcodecinterface_p.h ntqtextcodecinterface_p.h
rm -f ntqtextcodecplugin.h && ln -s ../src/codecs/ntqtextcodecplugin.h ntqtextcodecplugin.h
rm -f ntqtextedit.h && ln -s ../src/widgets/ntqtextedit.h ntqtextedit.h
# rm -f ntqtextengine_p.h && ln -s ../src/kernel/ntqtextengine_p.h ntqtextengine_p.h
# rm -f ntqtextlayout_p.h && ln -s ../src/kernel/ntqtextlayout_p.h ntqtextlayout_p.h
rm -f ntqtextstream.h && ln -s ../src/tools/ntqtextstream.h ntqtextstream.h
rm -f ntqtextview.h && ln -s ../src/widgets/ntqtextview.h ntqtextview.h
rm -f ntqt.h && ln -s ../src/kernel/ntqt.h ntqt.h
rm -f ntqthread.h && ln -s ../src/kernel/ntqthread.h ntqthread.h
# rm -f ntqthreadinstance_p.h && ln -s ../src/tools/ntqthreadinstance_p.h ntqthreadinstance_p.h
rm -f ntqthreadstorage.h && ln -s ../src/tools/ntqthreadstorage.h ntqthreadstorage.h
rm -f ntqtimer.h && ln -s ../src/kernel/ntqtimer.h ntqtimer.h
# rm -f ntqtitlebar_p.h && ln -s ../src/widgets/ntqtitlebar_p.h ntqtitlebar_p.h
rm -f ntqtl.h && ln -s ../src/tools/ntqtl.h ntqtl.h
# rm -f ntqtmultilineedit.h && ln -s ../src/attic/ntqtmultilineedit.h ntqtmultilineedit.h
rm -f ntqtoolbar.h && ln -s ../src/widgets/ntqtoolbar.h ntqtoolbar.h
rm -f ntqtoolbox.h && ln -s ../src/widgets/ntqtoolbox.h ntqtoolbox.h
rm -f ntqtoolbutton.h && ln -s ../src/widgets/ntqtoolbutton.h ntqtoolbutton.h
rm -f ntqtooltip.h && ln -s ../src/widgets/ntqtooltip.h ntqtooltip.h
# rm -f ntqt_pch.h && ln -s ../src/kernel/ntqt_pch.h ntqt_pch.h
rm -f ntqtranslator.h && ln -s ../src/kernel/ntqtranslator.h ntqtranslator.h
rm -f ntqtsciicodec.h && ln -s ../src/codecs/ntqtsciicodec.h ntqtsciicodec.h
rm -f ntqtstream.h && ln -s ../src/compat/ntqtstream.h ntqtstream.h
# rm -f ntqttableview.h && ln -s ../src/attic/ntqttableview.h ntqttableview.h
# rm -f ntqt_x11_p.h && ln -s ../src/kernel/ntqt_x11_p.h ntqt_x11_p.h
# rm -f ntqucomextra_p.h && ln -s ../src/kernel/ntqucomextra_p.h ntqucomextra_p.h
# rm -f ntqucom_p.h && ln -s ../src/tools/ntqucom_p.h ntqucom_p.h
# rm -f ntqunicodetables_p.h && ln -s ../src/tools/ntqunicodetables_p.h ntqunicodetables_p.h
rm -f ntqurl.h && ln -s ../src/kernel/ntqurl.h ntqurl.h
rm -f ntqurlinfo.h && ln -s ../src/kernel/ntqurlinfo.h ntqurlinfo.h
rm -f ntqurloperator.h && ln -s ../src/kernel/ntqurloperator.h ntqurloperator.h
rm -f ntqutfcodec.h && ln -s ../src/codecs/ntqutfcodec.h ntqutfcodec.h
rm -f ntquuid.h && ln -s ../src/tools/ntquuid.h ntquuid.h
rm -f ntqvalidator.h && ln -s ../src/widgets/ntqvalidator.h ntqvalidator.h
rm -f ntqvaluelist.h && ln -s ../src/tools/ntqvaluelist.h ntqvaluelist.h
rm -f ntqvaluestack.h && ln -s ../src/tools/ntqvaluestack.h ntqvaluestack.h
rm -f ntqvaluevector.h && ln -s ../src/tools/ntqvaluevector.h ntqvaluevector.h
rm -f ntqvariant.h && ln -s ../src/kernel/ntqvariant.h ntqvariant.h
rm -f ntqvbox.h && ln -s ../src/widgets/ntqvbox.h ntqvbox.h
rm -f ntqvbuttongroup.h && ln -s ../src/widgets/ntqvbuttongroup.h ntqvbuttongroup.h
rm -f ntqvector.h && ln -s ../src/compat/ntqvector.h ntqvector.h
rm -f ntqvfbhdr.h && ln -s ../src/kernel/ntqvfbhdr.h ntqvfbhdr.h
rm -f ntqvgroupbox.h && ln -s ../src/widgets/ntqvgroupbox.h ntqvgroupbox.h
rm -f ntqwaitcondition.h && ln -s ../src/tools/ntqwaitcondition.h ntqwaitcondition.h
rm -f ntqwhatsthis.h && ln -s ../src/widgets/ntqwhatsthis.h ntqwhatsthis.h
rm -f ntqwidcoll.h && ln -s ../src/compat/ntqwidcoll.h ntqwidcoll.h
rm -f ntqwidgetfactory.h && ln -s ../tools/designer/uilib/ntqwidgetfactory.h ntqwidgetfactory.h
rm -f ntqwidget.h && ln -s ../src/kernel/ntqwidget.h ntqwidget.h
rm -f ntqwidgetintdict.h && ln -s ../src/kernel/ntqwidgetintdict.h ntqwidgetintdict.h
# rm -f ntqwidgetinterface_p.h && ln -s ../src/widgets/ntqwidgetinterface_p.h ntqwidgetinterface_p.h
rm -f ntqwidgetlist.h && ln -s ../src/kernel/ntqwidgetlist.h ntqwidgetlist.h
# rm -f ntqwidget_p.h && ln -s ../src/kernel/ntqwidget_p.h ntqwidget_p.h
rm -f ntqwidgetplugin.h && ln -s ../src/widgets/ntqwidgetplugin.h ntqwidgetplugin.h
# rm -f ntqwidgetresizehandler_p.h && ln -s ../src/widgets/ntqwidgetresizehandler_p.h ntqwidgetresizehandler_p.h
rm -f ntqwidgetstack.h && ln -s ../src/widgets/ntqwidgetstack.h ntqwidgetstack.h
rm -f ntqwindefs.h && ln -s ../src/compat/ntqwindefs.h ntqwindefs.h
rm -f ntqwindowdefs.h && ln -s ../src/kernel/ntqwindowdefs.h ntqwindowdefs.h
# rm -f ntqwindow.h && ln -s ../src/kernel/ntqwindow.h ntqwindow.h
rm -f ntqwindowsstyle.h && ln -s ../src/styles/ntqwindowsstyle.h ntqwindowsstyle.h
rm -f ntqwinexport.h && ln -s ../src/tools/ntqwinexport.h ntqwinexport.h
rm -f ntqwizard.h && ln -s ../src/dialogs/ntqwizard.h ntqwizard.h
rm -f ntqwmatrix.h && ln -s ../src/kernel/ntqwmatrix.h ntqwmatrix.h
rm -f ntqworkspace.h && ln -s ../src/workspace/ntqworkspace.h ntqworkspace.h
rm -f ntqxml.h && ln -s ../src/xml/ntqxml.h ntqxml.h

@ -0,0 +1,842 @@
#!/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 {} \;

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

@ -0,0 +1,36 @@
#!/bin/bash
#
# (c) 2013 Timothy Pearson
# All Rights Reserved
#
# Use like this:
# find ./ -type d -exec /rename_other_files {} \;
cd $1
BASEDIR=${PWD##*/}
if [[ "$BASEDIR" == ".git" ]]; then
echo "Ignoring .git directory"
exit 0
fi
ls -d * | sed 's/\(.*\)qm2ts\(.*\)$/git mv "&" "\1tqm2ts\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)mergetr\(.*\)$/git mv "&" "\1tqtmergetr\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)msg2qm\(.*\)$/git mv "&" "\1msg2tqm\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)makeqpf\(.*\)$/git mv "&" "\1maketqpf\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qvfb\(.*\)$/git mv "&" "\1tqvfb\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)createcw\(.*\)$/git mv "&" "\1tqtcreatecw\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)conv2ui\(.*\)$/git mv "&" "\1tqtconv2ui\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)findtr\(.*\)$/git mv "&" "\1tqtfindtr\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qtrename140\(.*\)$/git mv "&" "\1tqtrename140\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)qt20fix\(.*\)$/git mv "&" "\1tqt20fix\2"/' | grep mv | sh
# Clean up unintended renames
ls -d * | sed 's/\(.*\)ttqvfb\(.*\)$/git mv "&" "\1tqvfb\2"/' | grep mv | sh
# Rename little-used libraries
ls -d * | sed 's/\(.*\)libeditor\(.*\)$/git mv "&" "\1libtqteditor\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)libdesignercore\(.*\)$/git mv "&" "\1libtqtdesignercore\2"/' | grep mv | sh
ls -d * | sed 's/\(.*\)libqassistantclient\(.*\)$/git mv "&" "\1libtqassistantclient\2"/' | grep mv | sh

File diff suppressed because it is too large Load Diff

@ -0,0 +1,146 @@
diff -ur src/moc/moc.y src/moc/moc.y
--- src/moc/moc.y 2011-08-23 02:50:57.000000000 -0500
+++ src/moc/moc.y 2011-08-24 01:46:17.000000000 -0500
@@ -3422,8 +3422,8 @@
else if ( type == "Q_ULLONG" )
fprintf( out, "v->asULongLong()" );
else if ( isVariantType( type ) ) {
- if ( type[0] == 'Q' )
- type = type.mid(1);
+ if (( type[0] == 'T' ) && ( type[1] == 'Q' ))
+ type = type.mid(2);
else
type[0] = toupper( type[0] );
fprintf( out, "v->as%s()", type.data() );
diff -ur src/moc/moc_yacc.cpp src/moc/moc_yacc.cpp
--- src/moc/moc_yacc.cpp 2011-08-23 02:03:46.000000000 -0500
+++ src/moc/moc_yacc.cpp 2011-08-24 01:46:45.000000000 -0500
@@ -3462,8 +3462,8 @@
else if ( type == "Q_ULLONG" )
fprintf( out, "v->asULongLong()" );
else if ( isVariantType( type ) ) {
- if ( type[0] == 'Q' )
- type = type.mid(1);
+ if (( type[0] == 'T' ) && ( type[1] == 'Q' ))
+ type = type.mid(2);
else
type[0] = toupper( type[0] );
fprintf( out, "v->as%s()", type.data() );
diff -ur tools/designer/designer/mainwindowactions.cpp tools/designer/designer/mainwindowactions.cpp
--- tools/designer/designer/mainwindowactions.cpp 2011-08-30 16:14:24.000000000 -0500
+++ tools/designer/designer/mainwindowactions.cpp 2011-08-30 17:06:52.000000000 -0500
@@ -539,8 +539,8 @@
new WidgetAction( grp, actionGroupTools, TQString::number( i ).latin1() );
a->setToggleAction( TRUE );
TQString atext = WidgetDatabase::className( i );
- if ( atext[0] == 'Q' )
- atext = atext.mid(1);
+ if (( atext[0] == 'T' ) && ( atext[1] == 'Q' ))
+ atext = atext.mid(2);
while ( atext.length() && atext[0] >= 'a' && atext[0] <= 'z' )
atext = atext.mid(1);
if ( atext.isEmpty() )
diff -ur tools/designer/plugins/dlg/dlg2ui.cpp tools/designer/plugins/dlg/dlg2ui.cpp
--- tools/designer/plugins/dlg/dlg2ui.cpp 2011-08-30 16:14:25.000000000 -0500
+++ tools/designer/plugins/dlg/dlg2ui.cpp 2011-08-30 17:07:13.000000000 -0500
@@ -382,7 +382,7 @@
} else if ( e.tagName() == TQString("DlgWidget") ) {
return TQString( "TQWidget" );
} else {
- return TQChar( 'Q' ) + e.tagName();
+ return TQString( "TQ" ).append( e.tagName() );
}
}
diff -ur tools/designer/tools/createcw/main.cpp tools/designer/tools/createcw/main.cpp
--- tools/designer/tools/createcw/main.cpp 2011-08-30 16:14:24.000000000 -0500
+++ tools/designer/tools/createcw/main.cpp 2011-08-30 17:05:45.000000000 -0500
@@ -76,8 +76,8 @@
static TQString convert_type( const TQString &s )
{
TQString str( s );
- if ( str[ 0 ] == 'Q' )
- str.remove( 0, 1 );
+ if (( str[ 0 ] == 'T' ) && ( str[ 1 ] == 'Q' ))
+ str.remove( 0, 2 );
str[ 0 ] = str[ 0 ].upper();
return str;
}
diff -ur tools/designer/uic/object.cpp tools/designer/uic/object.cpp
--- tools/designer/uic/object.cpp 2011-08-30 16:14:24.000000000 -0500
+++ tools/designer/uic/object.cpp 2011-08-30 17:05:16.000000000 -0500
@@ -116,8 +116,8 @@
TQString definedName = objName;
bool isTmpObject = objName.isEmpty() || objClass == "TQLayoutWidget";
if ( isTmpObject ) {
- if ( objClass[0] == 'Q' )
- objName = objClass.mid(1);
+ if (( objClass[0] == 'T' ) && ( objClass[1] == 'Q' ))
+ objName = objClass.mid(2);
else
objName = objClass.lower();
objName.prepend( "private" );
diff -ur tools/designer/shared/widgetdatabase.cpp tools/designer/shared/widgetdatabase.cpp
--- tools/designer/shared/widgetdatabase.cpp
+++ tools/designer/shared/widgetdatabase.cpp
@@ -719,8 +719,12 @@
WidgetDatabaseRecord *r = at( id );
if ( !r )
return TQString::null;
- if ( r->includeFile.isNull() )
- return r->name.lower() + ".h";
+ if ( r->includeFile.isNull() ) {
+ TQString rq = r->name;
+ if ( rq[ 0 ] == 'T' && rq[ 1 ] == 'Q')
+ rq = rq.mid(1);
+ return rq.lower() + ".h";
+ }
return r->includeFile;
}
@@ -762,8 +766,8 @@
TQString n = className( id );
if ( n == "TQLayoutWidget" )
n = "Layout";
- if ( n[ 0 ] == 'Q' && n[ 1 ].lower() != n[ 1 ] )
- n = n.mid( 1 );
+ if ( n[ 0 ] == 'T' && n[ 1 ] == 'Q' && n[ 2 ].lower() != n[ 2 ] )
+ n = n.mid( 2 );
int colonColon = n.findRev( "::" );
if ( colonColon != -1 )
n = n.mid( colonColon + 2 );
diff -ur tools/designer/uic/form.cpp tools/designer/uic/form.cpp
--- tools/designer/uic/form.cpp
+++ tools/designer/uic/form.cpp
@@ -294,8 +294,8 @@
s = "TQFrame";
if ( !(nofwd && customWidgets.contains(s)) )
forwardDecl += s;
- if ( s.mid( 1 ) == "ListBox" || s.mid( 1 ) == "ListView" || s.mid( 1 ) == "IconView" )
- forwardDecl += "Q" + s.mid( 1 ) + "Item";
+ if ( (s.mid( 2 ) == "ListBox") || (s.mid( 2 ) == "ListView") || (s.mid( 2 ) == "IconView") )
+ forwardDecl += "TQ" + s.mid( 2 ) + "Item";
if ( s == "TQDataTable" ) { // other convenience classes which are used in TQDataTable signals, and thus should be forward-declared by uic for us
forwardDecl += "TQSqlRecord";
}
@@ -807,7 +807,7 @@
globalIncludes += "qapplication.h";
continue;
}
- if ( name.mid( 1 ) == "ListView" )
+ if (( name.mid( 1 ) == "ListView" ) || ( name.mid( 2 ) == "ListView" ))
globalIncludes += "qheader.h";
if ( name != objClass ) {
int wid = WidgetDatabase::idFromClassName( name );
diff -ur src/tools/qglobal.h src/tools/qglobal.h
--- src/tools/qglobal.h
+++ src/tools/qglobal.h
@@ -41,6 +41,8 @@
#ifndef TQGLOBAL_H
#define TQGLOBAL_H
+#define TQT_REAL_TQT 1
+
#define QT_VERSION_STR "3.5.0"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.

@ -0,0 +1,47 @@
diff --git tools/designer/shared/widgetdatabase.cpp tools/designer/shared/widgetdatabase.cpp
--- tools/designer/shared/widgetdatabase.cpp
+++ tools/designer/shared/widgetdatabase.cpp
@@ -723,7 +723,7 @@ TQString WidgetDatabase::includeFile( int id )
TQString rq = r->name;
if ( rq[ 0 ] == 'T' && rq[ 1 ] == 'Q')
rq = rq.mid(1);
- return rq.lower() + ".h";
+ return "nt" + rq.lower() + ".h";
}
return r->includeFile;
}
diff --git tools/designer/uic/uic.cpp tools/designer/uic/uic.cpp
--- tools/designer/uic/uic.cpp
+++ tools/designer/uic/uic.cpp
@@ -1114,7 +1114,7 @@ TQStringList Uic::unique( const TQStringList& list )
TQString Uic::createObjectInstance( const TQString& objClass, const TQString& parent, const TQString& objName )
{
- if ( objClass.mid( 1 ) == "ComboBox" ) {
+ if (( objClass.mid( 1 ) == "ComboBox" ) || ( objClass.mid( 2 ) == "ComboBox" )) {
return objClass + "( FALSE, " + parent + ", \"" + objName + "\" )";
}
return objClass + "( " + parent + ", \"" + objName + "\" )";
diff --git qmake/generators/makefile.cpp qmake/generators/makefile.cpp
--- qmake/generators/makefile.cpp
+++ qmake/generators/makefile.cpp
@@ -135,8 +135,8 @@
bool ignore_qobject = FALSE;
int line_count = 1;
/* qmake ignore Q_OBJECT */
-#define COMP_LEN 8 //strlen("Q_OBJECT")
-#define OBJ_LEN 8 //strlen("Q_OBJECT")
+#define COMP_LEN 9 //strlen("TQ_OBJECT")
+#define OBJ_LEN 9 //strlen("TQ_OBJECT")
#define DIS_LEN 10 //strlen("Q_DISPATCH")
int x;
for(x = 0; x < (total_size_read-COMP_LEN); x++) {
@@ -172,7 +172,7 @@
#define SYMBOL_CHAR(x) ((x >= 'a' && x <= 'z') || (x >= 'A' && x <= 'Z') || \
(x <= '0' && x >= '9') || x == '_')
- bool interesting = *(big_buffer+x) == 'Q' && (!strncmp(big_buffer+x, "Q_OBJECT", OBJ_LEN) ||
+ bool interesting = ((*(big_buffer+x) == 'T') || (*(big_buffer+x) == 'Q')) && (!strncmp(big_buffer+x, "TQ_OBJECT", OBJ_LEN) ||
!strncmp(big_buffer+x, "Q_DISPATCH", DIS_LEN));
if(interesting) {
int len = 0;

@ -0,0 +1,12 @@
diff --git tools/designer/uic/form.cpp tools/designer/uic/form.cpp
--- tools/designer/uic/form.cpp
+++ tools/designer/uic/form.cpp
@@ -1414,7 +1414,7 @@ void Uic::createFormImpl( const TQDomElement &e )
}
}
- out << indent << "qWarning( \"" << nameOfClass << "::" << fname << ": Not implemented yet\" );" << endl;
+ out << indent << "tqWarning( \"" << nameOfClass << "::" << fname << ": Not implemented yet\" );" << endl;
if ( !retVal.isEmpty() )
out << indent << "return " << retVal << ";" << endl;
}

@ -0,0 +1,72 @@
diff --git config.tests/unix/endian.test config.tests/unix/endian.test
--- config.tests/unix/endian.test
+++ config.tests/unix/endian.test
@@ -10,7 +10,7 @@ OUTDIR=$4
# build and run a test program
test -d $OUTDIR/config.tests/unix/endian || mkdir -p $OUTDIR/config.tests/unix/endian
-$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/endian/endiantest.pro -o $OUTDIR/config.tests/unix/endian/Makefile >/dev/null 2>&1
+$OUTDIR/bin/tqmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/endian/endiantest.pro -o $OUTDIR/config.tests/unix/endian/Makefile >/dev/null 2>&1
cd $OUTDIR/config.tests/unix/endian
if [ "$VERBOSE" = "yes" ]; then
diff --git config.tests/unix/ipv6.test config.tests/unix/ipv6.test
--- config.tests/unix/ipv6.test
+++ config.tests/unix/ipv6.test
@@ -11,7 +11,7 @@ OUTDIR=$4
# build a test program
test -d $OUTDIR/config.tests/unix/ipv6 || mkdir -p $OUTDIR/config.tests/unix/ipv6
-$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/ipv6/ipv6test.pro -o $OUTDIR/config.tests/unix/ipv6/Makefile >/dev/null 2>&1
+$OUTDIR/bin/tqmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/ipv6/ipv6test.pro -o $OUTDIR/config.tests/unix/ipv6/Makefile >/dev/null 2>&1
cd $OUTDIR/config.tests/unix/ipv6
if [ "$VERBOSE" = "yes" ]; then
diff --git config.tests/unix/largefile.test config.tests/unix/largefile.test
--- config.tests/unix/largefile.test
+++ config.tests/unix/largefile.test
@@ -11,7 +11,7 @@ OUTDIR=$4
# build and run a test program
test -d $OUTDIR/config.tests/unix/largefile || mkdir -p $OUTDIR/config.tests/unix/largefile
-$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/largefile/largefiletest.pro -o $OUTDIR/config.tests/unix/largefile/Makefile >/dev/null 2>&1
+$OUTDIR/bin/tqmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/largefile/largefiletest.pro -o $OUTDIR/config.tests/unix/largefile/Makefile >/dev/null 2>&1
cd $OUTDIR/config.tests/unix/largefile
if [ "$VERBOSE" = "yes" ]; then
diff --git config.tests/unix/ptrsize.test config.tests/unix/ptrsize.test
--- config.tests/unix/ptrsize.test
+++ config.tests/unix/ptrsize.test
@@ -11,7 +11,7 @@ OUTDIR=$4
# build and run a test program
test -d $OUTDIR/config.tests/unix/ptrsize || mkdir -p $OUTDIR/config.tests/unix/ptrsize
-$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/ptrsize/ptrsizetest.pro -o $OUTDIR/config.tests/unix/ptrsize/Makefile >/dev/null 2>&1
+$OUTDIR/bin/tqmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/ptrsize/ptrsizetest.pro -o $OUTDIR/config.tests/unix/ptrsize/Makefile >/dev/null 2>&1
cd $OUTDIR/config.tests/unix/ptrsize
if [ "$VERBOSE" = "yes" ]; then
diff --git config.tests/unix/stl.test config.tests/unix/stl.test
--- config.tests/unix/stl.test
+++ config.tests/unix/stl.test
@@ -11,7 +11,7 @@ OUTDIR=$4
# build a test program
test -d $OUTDIR/config.tests/unix/stl || mkdir -p $OUTDIR/config.tests/unix/stl
-$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/stl/stltest.pro -o $OUTDIR/config.tests/unix/stl/Makefile >/dev/null 2>&1
+$OUTDIR/bin/tqmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/stl/stltest.pro -o $OUTDIR/config.tests/unix/stl/Makefile >/dev/null 2>&1
cd $OUTDIR/config.tests/unix/stl
if [ "$VERBOSE" = "yes" ]; then
diff --git config.tests/x11/notype.test config.tests/x11/notype.test
--- config.tests/x11/notype.test
+++ config.tests/x11/notype.test
@@ -27,7 +27,7 @@ if [ $XPLATFORM = "solaris-g++" -o $XPLATFORM = "hpux-g++" -o $XPLATFORM = "aix-
NOTYPE=yes
test -d $OUTDIR/config.tests/x11/notype || mkdir -p $OUTDIR/config.tests/x11/notype
- $OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/x11/notype/notypetest.pro -o $OUTDIR/config.tests/x11/notype/Makefile >/dev/null 2>&1
+ $OUTDIR/bin/tqmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/x11/notype/notypetest.pro -o $OUTDIR/config.tests/x11/notype/Makefile >/dev/null 2>&1
cd $OUTDIR/config.tests/x11/notype
if [ "$VERBOSE" = "yes" ]; then
Loading…
Cancel
Save