From e9885c0731923b8dfcb9839d79256653347f2af3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 25 Jan 2012 15:50:13 -0600 Subject: [PATCH] Update header rename scripts --- qt3-tqt3/header_rename_1 | 3 + qt3-tqt3/header_rename_2 | 24 --- qt3-tqt3/header_rename_3 | 410 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 413 insertions(+), 24 deletions(-) create mode 100755 qt3-tqt3/header_rename_3 diff --git a/qt3-tqt3/header_rename_1 b/qt3-tqt3/header_rename_1 index 3d2b222..8e2fc08 100755 --- a/qt3-tqt3/header_rename_1 +++ b/qt3-tqt3/header_rename_1 @@ -343,3 +343,6 @@ find ./ -type f -iname "*" -exec sed -i 's/qworkspace\.h/ntqworkspace\.h/g' {} \ find ./ -type f -iname "*" -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 diff --git a/qt3-tqt3/header_rename_2 b/qt3-tqt3/header_rename_2 index 4c96654..b68d0d5 100755 --- a/qt3-tqt3/header_rename_2 +++ b/qt3-tqt3/header_rename_2 @@ -18,26 +18,6 @@ if [[ "$BASEDIR" == ".git" ]]; then exit 0 fi -ls -d * | sed 's/\(.*\)actioninterface\.h\(.*\)$/mv "&" "\1ntactioninterface\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)arghintwidget\.h\(.*\)$/mv "&" "\1ntarghintwidget\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)browser\.h\(.*\)$/mv "&" "\1ntbrowser\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)cindent\.h\(.*\)$/mv "&" "\1ntcindent\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)classbrowserinterface\.h\(.*\)$/mv "&" "\1ntclassbrowserinterface\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)completion\.h\(.*\)$/mv "&" "\1ntcompletion\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)conf\.h\(.*\)$/mv "&" "\1ntconf\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)designerinterface\.h\(.*\)$/mv "&" "\1ntdesignerinterface\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)editor\.h\(.*\)$/mv "&" "\1nteditor\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)editorinterface\.h\(.*\)$/mv "&" "\1nteditorinterface\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)filterinterface\.h\(.*\)$/mv "&" "\1ntfilterinterface\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)interpreterinterface\.h\(.*\)$/mv "&" "\1ntinterpreterinterface\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)languageinterface\.h\(.*\)$/mv "&" "\1ntlanguageinterface\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)markerwidget\.h\(.*\)$/mv "&" "\1ntmarkerwidget\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)paragdata\.h\(.*\)$/mv "&" "\1ntparagdata\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)parenmatcher\.h\(.*\)$/mv "&" "\1ntparenmatcher\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)preferenceinterface\.h\(.*\)$/mv "&" "\1ntpreferenceinterface\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)preferences\.h\(.*\)$/mv "&" "\1ntpreferences\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)private\(.*\)$/mv "&" "\1ntprivate\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)projectsettingsiface\.h\(.*\)$/mv "&" "\1ntprojectsettingsiface\.h\2"/' | grep mv | sh ls -d * | sed 's/\(.*\)q1xcompatibility\.h\(.*\)$/mv "&" "\1ntq1xcompatibility\.h\2"/' | grep mv | sh ls -d * | sed 's/\(.*\)qabstractlayout\.h\(.*\)$/mv "&" "\1ntqabstractlayout\.h\2"/' | grep mv | sh ls -d * | sed 's/\(.*\)qaccel\.h\(.*\)$/mv "&" "\1ntqaccel\.h\2"/' | grep mv | sh @@ -371,7 +351,3 @@ ls -d * | sed 's/\(.*\)qwizard\.h\(.*\)$/mv "&" "\1ntqwizard\.h\2"/' | grep mv | ls -d * | sed 's/\(.*\)qwmatrix\.h\(.*\)$/mv "&" "\1ntqwmatrix\.h\2"/' | grep mv | sh ls -d * | sed 's/\(.*\)qworkspace\.h\(.*\)$/mv "&" "\1ntqworkspace\.h\2"/' | grep mv | sh ls -d * | sed 's/\(.*\)qxml\.h\(.*\)$/mv "&" "\1ntqxml\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)sourcetemplateiface\.h\(.*\)$/mv "&" "\1ntsourcetemplateiface\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)templatewizardiface\.h\(.*\)$/mv "&" "\1nttemplatewizardiface\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)viewmanager\.h\(.*\)$/mv "&" "\1ntviewmanager\.h\2"/' | grep mv | sh -ls -d * | sed 's/\(.*\)widgetinterface\.h\(.*\)$/mv "&" "\1ntwidgetinterface\.h\2"/' | grep mv | sh diff --git a/qt3-tqt3/header_rename_3 b/qt3-tqt3/header_rename_3 new file mode 100755 index 0000000..821ca33 --- /dev/null +++ b/qt3-tqt3/header_rename_3 @@ -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/iconview/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