From 9ad011209c32b35674975cb012552b5f269baf79 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jul 2023 15:48:09 +0900 Subject: [PATCH] Drop TQt'3 compat headers Signed-off-by: Michele Calgaro --- qtinterface/CMakeLists.txt | 15 +--- qtinterface/convert_qt_tqt1 | 88 --------------------- qtinterface/interface_tqt3/tqapp.h | 31 -------- qtinterface/interface_tqt3/tqbitarry.h | 31 -------- qtinterface/interface_tqt3/tqbttngrp.h | 31 -------- qtinterface/interface_tqt3/tqchkbox.h | 31 -------- qtinterface/interface_tqt3/tqclipbrd.h | 31 -------- qtinterface/interface_tqt3/tqcollect.h | 31 -------- qtinterface/interface_tqt3/tqcombo.h | 31 -------- qtinterface/interface_tqt3/tqconnect.h | 31 -------- qtinterface/interface_tqt3/tqdatetm.h | 31 -------- qtinterface/interface_tqt3/tqdrawutl.h | 31 -------- qtinterface/interface_tqt3/tqdstream.h | 31 -------- qtinterface/interface_tqt3/tqfiledef.h | 41 ---------- qtinterface/interface_tqt3/tqfiledlg.h | 31 -------- qtinterface/interface_tqt3/tqfileinf.h | 31 -------- qtinterface/interface_tqt3/tqfontinf.h | 31 -------- qtinterface/interface_tqt3/tqfontmet.h | 31 -------- qtinterface/interface_tqt3/tqgrpbox.h | 31 -------- qtinterface/interface_tqt3/tqintcach.h | 31 -------- qtinterface/interface_tqt3/tqiodev.h | 31 -------- qtinterface/interface_tqt3/tqlcdnum.h | 31 -------- qtinterface/interface_tqt3/tqlined.h | 31 -------- qtinterface/interface_tqt3/tqmenudta.h | 31 -------- qtinterface/interface_tqt3/tqmetaobj.h | 31 -------- qtinterface/interface_tqt3/tqmlined.h | 31 -------- qtinterface/interface_tqt3/tqmsgbox.h | 31 -------- qtinterface/interface_tqt3/tqmultilinedit.h | 31 -------- qtinterface/interface_tqt3/tqobjcoll.h | 32 -------- qtinterface/interface_tqt3/tqobjdefs.h | 31 -------- qtinterface/interface_tqt3/tqpdevmet.h | 31 -------- qtinterface/interface_tqt3/tqpmcache.h | 31 -------- qtinterface/interface_tqt3/tqpntarry.h | 31 -------- qtinterface/interface_tqt3/tqpopmenu.h | 31 -------- qtinterface/interface_tqt3/tqprndlg.h | 31 -------- qtinterface/interface_tqt3/tqprogbar.h | 31 -------- qtinterface/interface_tqt3/tqprogdlg.h | 31 -------- qtinterface/interface_tqt3/tqpushbt.h | 31 -------- qtinterface/interface_tqt3/tqradiobt.h | 31 -------- qtinterface/interface_tqt3/tqrangect.h | 31 -------- qtinterface/interface_tqt3/tqscrbar.h | 31 -------- qtinterface/interface_tqt3/tqsocknot.h | 31 -------- qtinterface/interface_tqt3/tqtabdlg.h | 31 -------- qtinterface/interface_tqt3/tqtstream.h | 31 -------- qtinterface/interface_tqt3/tqwidcoll.h | 32 -------- qtinterface/interface_tqt3/tqwindefs.h | 31 -------- 46 files changed, 4 insertions(+), 1475 deletions(-) delete mode 100644 qtinterface/interface_tqt3/tqapp.h delete mode 100644 qtinterface/interface_tqt3/tqbitarry.h delete mode 100644 qtinterface/interface_tqt3/tqbttngrp.h delete mode 100644 qtinterface/interface_tqt3/tqchkbox.h delete mode 100644 qtinterface/interface_tqt3/tqclipbrd.h delete mode 100644 qtinterface/interface_tqt3/tqcollect.h delete mode 100644 qtinterface/interface_tqt3/tqcombo.h delete mode 100644 qtinterface/interface_tqt3/tqconnect.h delete mode 100644 qtinterface/interface_tqt3/tqdatetm.h delete mode 100644 qtinterface/interface_tqt3/tqdrawutl.h delete mode 100644 qtinterface/interface_tqt3/tqdstream.h delete mode 100644 qtinterface/interface_tqt3/tqfiledef.h delete mode 100644 qtinterface/interface_tqt3/tqfiledlg.h delete mode 100644 qtinterface/interface_tqt3/tqfileinf.h delete mode 100644 qtinterface/interface_tqt3/tqfontinf.h delete mode 100644 qtinterface/interface_tqt3/tqfontmet.h delete mode 100644 qtinterface/interface_tqt3/tqgrpbox.h delete mode 100644 qtinterface/interface_tqt3/tqintcach.h delete mode 100644 qtinterface/interface_tqt3/tqiodev.h delete mode 100644 qtinterface/interface_tqt3/tqlcdnum.h delete mode 100644 qtinterface/interface_tqt3/tqlined.h delete mode 100644 qtinterface/interface_tqt3/tqmenudta.h delete mode 100644 qtinterface/interface_tqt3/tqmetaobj.h delete mode 100644 qtinterface/interface_tqt3/tqmlined.h delete mode 100644 qtinterface/interface_tqt3/tqmsgbox.h delete mode 100644 qtinterface/interface_tqt3/tqmultilinedit.h delete mode 100644 qtinterface/interface_tqt3/tqobjcoll.h delete mode 100644 qtinterface/interface_tqt3/tqobjdefs.h delete mode 100644 qtinterface/interface_tqt3/tqpdevmet.h delete mode 100644 qtinterface/interface_tqt3/tqpmcache.h delete mode 100644 qtinterface/interface_tqt3/tqpntarry.h delete mode 100644 qtinterface/interface_tqt3/tqpopmenu.h delete mode 100644 qtinterface/interface_tqt3/tqprndlg.h delete mode 100644 qtinterface/interface_tqt3/tqprogbar.h delete mode 100644 qtinterface/interface_tqt3/tqprogdlg.h delete mode 100644 qtinterface/interface_tqt3/tqpushbt.h delete mode 100644 qtinterface/interface_tqt3/tqradiobt.h delete mode 100644 qtinterface/interface_tqt3/tqrangect.h delete mode 100644 qtinterface/interface_tqt3/tqscrbar.h delete mode 100644 qtinterface/interface_tqt3/tqsocknot.h delete mode 100644 qtinterface/interface_tqt3/tqtabdlg.h delete mode 100644 qtinterface/interface_tqt3/tqtstream.h delete mode 100644 qtinterface/interface_tqt3/tqwidcoll.h delete mode 100644 qtinterface/interface_tqt3/tqwindefs.h diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index 078c1b2..8997db1 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -56,17 +56,10 @@ install( FILES ${IFACE}/tqtextedit.h ${IFACE}/tqtextview.h ${IFACE}/tqtimer.h ${IFACE}/tqtoolbar.h ${IFACE}/tqtoolbox.h ${IFACE}/tqtoolbutton.h ${IFACE}/tqtooltip.h ${IFACE}/tqtranslator.h ${IFACE}/tqurloperator.h ${IFACE}/tqvalidator.h ${IFACE}/tqvbox.h ${IFACE}/tqvbuttongroup.h ${IFACE}/tqvgroupbox.h ${IFACE}/tqwidget.h ${IFACE}/tqwidgetplugin.h ${IFACE}/tqwidgetstack.h - ${IFACE}/tqwindowsstyle.h ${IFACE}/tqwizard.h ${IFACE}/tqworkspace.h ${IFACE}/tqapp.h ${IFACE}/tqassistantclient.h - ${IFACE}/tqbitarry.h ${IFACE}/tqbttngrp.h ${IFACE}/tqchkbox.h ${IFACE}/tqclipbrd.h ${IFACE}/tqcollect.h ${IFACE}/tqcombo.h - ${IFACE}/tqconfig.h ${IFACE}/tqconnect.h ${IFACE}/tqdatetm.h ${IFACE}/tqdrawutl.h ${IFACE}/tqdstream.h ${IFACE}/tqfeatures.h - ${IFACE}/tqfiledef.h ${IFACE}/tqfiledlg.h ${IFACE}/tqfileinf.h ${IFACE}/tqfontinf.h ${IFACE}/tqfontmet.h ${IFACE}/tqgbkcodec.h - ${IFACE}/tqgeneric.h ${IFACE}/tqgif.h ${IFACE}/tqglobal.h ${IFACE}/tqgrpbox.h ${IFACE}/tqintcach.h ${IFACE}/tqiodev.h ${IFACE}/tqjpegio.h - ${IFACE}/tqkeycode.h ${IFACE}/tqlined.h ${IFACE}/tqmenudta.h ${IFACE}/tqmetaobj.h ${IFACE}/tqmlined.h ${IFACE}/tqmngio.h - ${IFACE}/tqmodules.h ${IFACE}/tqmsgbox.h ${IFACE}/tqmultilinedit.h ${IFACE}/tqnetwork.h ${IFACE}/tqobjcoll.h ${IFACE}/tqobjdefs.h - ${IFACE}/tqpdevmet.h ${IFACE}/tqpmcache.h ${IFACE}/tqpntarry.h ${IFACE}/tqpopmenu.h - ${IFACE}/tqprndlg.h ${IFACE}/tqprogbar.h ${IFACE}/tqprogdlg.h ${IFACE}/tqpushbt.h ${IFACE}/tqradiobt.h ${IFACE}/tqrangect.h - ${IFACE}/tqscrbar.h ${IFACE}/tqsession.h ${IFACE}/tqsocknot.h ${IFACE}/tqtabdlg.h ${IFACE}/tqtstream.h - ${IFACE}/tqwidcoll.h ${IFACE}/tqwindefs.h ${IFACE}/tqwindowdefs.h ${IFACE}/tqwinexport.h + ${IFACE}/tqwindowsstyle.h ${IFACE}/tqwizard.h ${IFACE}/tqworkspace.h ${IFACE}/tqassistantclient.h + ${IFACE}/tqconfig.h ${IFACE}/tqfeatures.h ${IFACE}/tqgbkcodec.h ${IFACE}/tqgeneric.h ${IFACE}/tqgif.h + ${IFACE}/tqglobal.h ${IFACE}/tqjpegio.h ${IFACE}/tqkeycode.h ${IFACE}/tqmngio.h ${IFACE}/tqmodules.h + ${IFACE}/tqnetwork.h ${IFACE}/tqsession.h ${IFACE}/tqwindowdefs.h ${IFACE}/tqwinexport.h ${IFACE}/tqabstractlayout.h ${IFACE}/tqasciicache.h ${IFACE}/tqasciidict.h ${IFACE}/tqasyncimageio.h ${IFACE}/tqbig5codec.h ${IFACE}/tqbitarray.h ${IFACE}/tqbitmap.h ${IFACE}/tqbrush.h ${IFACE}/tqbuffer.h ${IFACE}/tqcache.h ${IFACE}/tqcleanuphandler.h ${IFACE}/tqcolor.h ${IFACE}/tqcompactstyle.h ${IFACE}/tqconnection.h ${IFACE}/tqcstring.h ${IFACE}/tqcursor.h ${IFACE}/tqdatastream.h diff --git a/qtinterface/convert_qt_tqt1 b/qtinterface/convert_qt_tqt1 index 4e7c2df..ef88688 100755 --- a/qtinterface/convert_qt_tqt1 +++ b/qtinterface/convert_qt_tqt1 @@ -8,8 +8,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qaccessible\.h/\1tqaccessi find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qaccessible\.h/\1tqaccessible\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qaction\.h/\1tqaction\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qaction\.h/\1tqaction\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qapp\.h/\1tqapp\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qapp\.h/\1tqapp\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qapplication\.h/\1tqapplication\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qapplication\.h/\1tqapplication\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qasciicache\.h/\1tqasciicache\.h/g' {} \; @@ -24,14 +22,10 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qbig5codec\.h/\1tqbig5code find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qbig5codec\.h/\1tqbig5codec\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qbitarray\.h/\1tqbitarray\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qbitarray\.h/\1tqbitarray\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qbitarry\.h/\1tqbitarry\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qbitarry\.h/\1tqbitarry\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qbitmap\.h/\1tqbitmap\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qbitmap\.h/\1tqbitmap\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qbrush\.h/\1tqbrush\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qbrush\.h/\1tqbrush\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qbttngrp\.h/\1tqbttngrp\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qbttngrp\.h/\1tqbttngrp\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qbuffer\.h/\1tqbuffer\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qbuffer\.h/\1tqbuffer\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qbuttongroup\.h/\1tqbuttongroup\.h/g' {} \; @@ -46,32 +40,22 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcdestyle\.h/\1tqcdestyle\ find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcdestyle\.h/\1tqcdestyle\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcheckbox\.h/\1tqcheckbox\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcheckbox\.h/\1tqcheckbox\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qchkbox\.h/\1tqchkbox\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qchkbox\.h/\1tqchkbox\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcleanuphandler\.h/\1tqcleanuphandler\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcleanuphandler\.h/\1tqcleanuphandler\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qclipboard\.h/\1tqclipboard\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qclipboard\.h/\1tqclipboard\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qclipbrd\.h/\1tqclipbrd\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qclipbrd\.h/\1tqclipbrd\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcollect\.h/\1tqcollect\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcollect\.h/\1tqcollect\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcolordialog\.h/\1tqcolordialog\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcolordialog\.h/\1tqcolordialog\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcolor\.h/\1tqcolor\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcolor\.h/\1tqcolor\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcombobox\.h/\1tqcombobox\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcombobox\.h/\1tqcombobox\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcombo\.h/\1tqcombo\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcombo\.h/\1tqcombo\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcommonstyle\.h/\1tqcommonstyle\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcommonstyle\.h/\1tqcommonstyle\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcompactstyle\.h/\1tqcompactstyle\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qcompactstyle\.h/\1tqcompactstyle\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qconfig\.h/\1tqconfig\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qconfig\.h/\1tqconfig\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qconnect\.h/\1tqconnect\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qconnect\.h/\1tqconnect\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qconnection\.h/\1tqconnection\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qconnection\.h/\1tqconnection\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qcstring\.h/\1tqcstring\.h/g' {} \; @@ -90,8 +74,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qdatetimeedit\.h/\1tqdatet find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qdatetimeedit\.h/\1tqdatetimeedit\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qdatetime\.h/\1tqdatetime\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qdatetime\.h/\1tqdatetime\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qdatetm\.h/\1tqdatetm\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qdatetm\.h/\1tqdatetm\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qdeepcopy\.h/\1tqdeepcopy\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qdeepcopy\.h/\1tqdeepcopy\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qdesktopwidget\.h/\1tqdesktopwidget\.h/g' {} \; @@ -116,12 +98,8 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qdragobject\.h/\1tqdragobj find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qdragobject\.h/\1tqdragobject\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qdrawutil\.h/\1tqdrawutil\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qdrawutil\.h/\1tqdrawutil\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qdrawutl\.h/\1tqdrawutl\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qdrawutl\.h/\1tqdrawutl\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qdropsite\.h/\1tqdropsite\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qdropsite\.h/\1tqdropsite\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qdstream\.h/\1tqdstream\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qdstream\.h/\1tqdstream\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qeditorfactory\.h/\1tqeditorfactory\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qeditorfactory\.h/\1tqeditorfactory\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qerrormessage\.h/\1tqerrormessage\.h/g' {} \; @@ -136,16 +114,10 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qeventloop\.h/\1tqeventloo find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qeventloop\.h/\1tqeventloop\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfeatures\.h/\1tqfeatures\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfeatures\.h/\1tqfeatures\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfiledef\.h/\1tqfiledef\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfiledef\.h/\1tqfiledef\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfiledialog\.h/\1tqfiledialog\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfiledialog\.h/\1tqfiledialog\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfiledlg\.h/\1tqfiledlg\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfiledlg\.h/\1tqfiledlg\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfile\.h/\1tqfile\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfile\.h/\1tqfile\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfileinf\.h/\1tqfileinf\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfileinf\.h/\1tqfileinf\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfileinfo\.h/\1tqfileinfo\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfileinfo\.h/\1tqfileinfo\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfocusdata\.h/\1tqfocusdata\.h/g' {} \; @@ -156,12 +128,8 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfontdialog\.h/\1tqfontdia find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfontdialog\.h/\1tqfontdialog\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfont\.h/\1tqfont\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfont\.h/\1tqfont\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfontinf\.h/\1tqfontinf\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfontinf\.h/\1tqfontinf\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfontinfo\.h/\1tqfontinfo\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfontinfo\.h/\1tqfontinfo\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfontmet\.h/\1tqfontmet\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfontmet\.h/\1tqfontmet\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qfontmetrics\.h/\1tqfontmetrics\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qfontmetrics\.h/\1tqfontmetrics\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qframe\.h/\1tqframe\.h/g' {} \; @@ -198,8 +166,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qgridview\.h/\1tqgridview\ find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qgridview\.h/\1tqgridview\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qgroupbox\.h/\1tqgroupbox\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qgroupbox\.h/\1tqgroupbox\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qgrpbox\.h/\1tqgrpbox\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qgrpbox\.h/\1tqgrpbox\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qguardedptr\.h/\1tqguardedptr\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qguardedptr\.h/\1tqguardedptr\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qgvector\.h/\1tqgvector\.h/g' {} \; @@ -232,14 +198,10 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qinputdialog\.h/\1tqinputd find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qinputdialog\.h/\1tqinputdialog\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qintcache\.h/\1tqintcache\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qintcache\.h/\1tqintcache\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qintcach\.h/\1tqintcach\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qintcach\.h/\1tqintcach\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qintdict\.h/\1tqintdict\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qintdict\.h/\1tqintdict\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qinterlacestyle\.h/\1tqinterlacestyle\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qinterlacestyle\.h/\1tqinterlacestyle\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qiodev\.h/\1tqiodev\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qiodev\.h/\1tqiodev\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qiodevice\.h/\1tqiodevice\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qiodevice\.h/\1tqiodevice\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qjiscodec\.h/\1tqjiscodec\.h/g' {} \; @@ -258,12 +220,8 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlayout\.h/\1tqlayout\.h/g find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qlayout\.h/\1tqlayout\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlcdnumber\.h/\1tqlcdnumber\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qlcdnumber\.h/\1tqlcdnumber\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlcdnum\.h/\1tqlcdnum\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qlcdnum\.h/\1tqlcdnum\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlibrary\.h/\1tqlibrary\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qlibrary\.h/\1tqlibrary\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlined\.h/\1tqlined\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qlined\.h/\1tqlined\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlineedit\.h/\1tqlineedit\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qlineedit\.h/\1tqlineedit\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qlistbox\.h/\1tqlistbox\.h/g' {} \; @@ -284,18 +242,12 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmenubar\.h/\1tqmenubar\.h find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmenubar\.h/\1tqmenubar\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmenudata\.h/\1tqmenudata\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmenudata\.h/\1tqmenudata\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmenudta\.h/\1tqmenudta\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmenudta\.h/\1tqmenudta\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmessagebox\.h/\1tqmessagebox\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmessagebox\.h/\1tqmessagebox\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmetaobject\.h/\1tqmetaobject\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmetaobject\.h/\1tqmetaobject\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmetaobj\.h/\1tqmetaobj\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmetaobj\.h/\1tqmetaobj\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmime\.h/\1tqmime\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmime\.h/\1tqmime\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmlined\.h/\1tqmlined\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmlined\.h/\1tqmlined\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmngio\.h/\1tqmngio\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmngio\.h/\1tqmngio\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmodules\.h/\1tqmodules\.h/g' {} \; @@ -306,10 +258,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmotifstyle\.h/\1tqmotifst find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmotifstyle\.h/\1tqmotifstyle\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmovie\.h/\1tqmovie\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmovie\.h/\1tqmovie\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmsgbox\.h/\1tqmsgbox\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmsgbox\.h/\1tqmsgbox\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmultilinedit\.h/\1tqmultilinedit\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmultilinedit\.h/\1tqmultilinedit\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmultilineedit\.h/\1tqmultilineedit\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qmultilineedit\.h/\1tqmultilineedit\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qmutex\.h/\1tqmutex\.h/g' {} \; @@ -322,10 +270,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qnetworkprotocol\.h/\1tqne find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qnetworkprotocol\.h/\1tqnetworkprotocol\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qnp\.h/\1tqnp\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qnp\.h/\1tqnp\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qobjcoll\.h/\1tqobjcoll\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qobjcoll\.h/\1tqobjcoll\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qobjdefs\.h/\1tqobjdefs\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qobjdefs\.h/\1tqobjdefs\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qobjectcleanuphandler\.h/\1tqobjectcleanuphandler\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qobjectcleanuphandler\.h/\1tqobjectcleanuphandler\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qobjectdict\.h/\1tqobjectdict\.h/g' {} \; @@ -346,8 +290,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpair\.h/\1tqpair\.h/g' {} find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpair\.h/\1tqpair\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpalette\.h/\1tqpalette\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpalette\.h/\1tqpalette\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpdevmet\.h/\1tqpdevmet\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpdevmet\.h/\1tqpdevmet\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpen\.h/\1tqpen\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpen\.h/\1tqpen\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpicture\.h/\1tqpicture\.h/g' {} \; @@ -358,34 +300,22 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpixmap\.h/\1tqpixmap\.h/g find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpixmap\.h/\1tqpixmap\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qplatinumstyle\.h/\1tqplatinumstyle\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qplatinumstyle\.h/\1tqplatinumstyle\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpmcache\.h/\1tqpmcache\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpmcache\.h/\1tqpmcache\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpngio\.h/\1tqpngio\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpngio\.h/\1tqpngio\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpntarry\.h/\1tqpntarry\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpntarry\.h/\1tqpntarry\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpointarray\.h/\1tqpointarray\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpointarray\.h/\1tqpointarray\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpoint\.h/\1tqpoint\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpoint\.h/\1tqpoint\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpolygonscanner\.h/\1tqpolygonscanner\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpolygonscanner\.h/\1tqpolygonscanner\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpopmenu\.h/\1tqpopmenu\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpopmenu\.h/\1tqpopmenu\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpopupmenu\.h/\1tqpopupmenu\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpopupmenu\.h/\1tqpopupmenu\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qprintdialog\.h/\1tqprintdialog\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qprintdialog\.h/\1tqprintdialog\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qprinter\.h/\1tqprinter\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qprinter\.h/\1tqprinter\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qprndlg\.h/\1tqprndlg\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qprndlg\.h/\1tqprndlg\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qprocess\.h/\1tqprocess\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qprocess\.h/\1tqprocess\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qprogbar\.h/\1tqprogbar\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qprogbar\.h/\1tqprogbar\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qprogdlg\.h/\1tqprogdlg\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qprogdlg\.h/\1tqprogdlg\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qprogressbar\.h/\1tqprogressbar\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qprogressbar\.h/\1tqprogressbar\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qprogressdialog\.h/\1tqprogressdialog\.h/g' {} \; @@ -402,18 +332,12 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qptrstack\.h/\1tqptrstack\ find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qptrstack\.h/\1tqptrstack\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qptrvector\.h/\1tqptrvector\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qptrvector\.h/\1tqptrvector\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpushbt\.h/\1tqpushbt\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpushbt\.h/\1tqpushbt\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qpushbutton\.h/\1tqpushbutton\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qpushbutton\.h/\1tqpushbutton\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qradiobt\.h/\1tqradiobt\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qradiobt\.h/\1tqradiobt\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qradiobutton\.h/\1tqradiobutton\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qradiobutton\.h/\1tqradiobutton\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qrangecontrol\.h/\1tqrangecontrol\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qrangecontrol\.h/\1tqrangecontrol\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qrangect\.h/\1tqrangect\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qrangect\.h/\1tqrangect\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qrect\.h/\1tqrect\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qrect\.h/\1tqrect\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qregexp\.h/\1tqregexp\.h/g' {} \; @@ -422,8 +346,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qregion\.h/\1tqregion\.h/g find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qregion\.h/\1tqregion\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qrtlcodec\.h/\1tqrtlcodec\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qrtlcodec\.h/\1tqrtlcodec\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qscrbar\.h/\1tqscrbar\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qscrbar\.h/\1tqscrbar\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qscrollbar\.h/\1tqscrollbar\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qscrollbar\.h/\1tqscrollbar\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qscrollview\.h/\1tqscrollview\.h/g' {} \; @@ -466,8 +388,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qsocket\.h/\1tqsocket\.h/g find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qsocket\.h/\1tqsocket\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qsocketnotifier\.h/\1tqsocketnotifier\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qsocketnotifier\.h/\1tqsocketnotifier\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qsocknot\.h/\1tqsocknot\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qsocknot\.h/\1tqsocknot\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qsound\.h/\1tqsound\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qsound\.h/\1tqsound\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qspinbox\.h/\1tqspinbox\.h/g' {} \; @@ -530,8 +450,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qtabbar\.h/\1tqtabbar\.h/g find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qtabbar\.h/\1tqtabbar\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qtabdialog\.h/\1tqtabdialog\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qtabdialog\.h/\1tqtabdialog\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qtabdlg\.h/\1tqtabdlg\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qtabdlg\.h/\1tqtabdlg\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qtable\.h/\1tqtable\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qtable\.h/\1tqtable\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qtabwidget\.h/\1tqtabwidget\.h/g' {} \; @@ -572,8 +490,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qtranslator\.h/\1tqtransla find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qtranslator\.h/\1tqtranslator\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qtsciicodec\.h/\1tqtsciicodec\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qtsciicodec\.h/\1tqtsciicodec\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qtstream\.h/\1tqtstream\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qtstream\.h/\1tqtstream\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qurl\.h/\1tqurl\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qurl\.h/\1tqurl\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qurlinfo\.h/\1tqurlinfo\.h/g' {} \; @@ -606,8 +522,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwaitcondition\.h/\1tqwait find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qwaitcondition\.h/\1tqwaitcondition\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwhatsthis\.h/\1tqwhatsthis\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qwhatsthis\.h/\1tqwhatsthis\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwidcoll\.h/\1tqwidcoll\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qwidcoll\.h/\1tqwidcoll\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwidgetfactory\.h/\1tqwidgetfactory\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qwidgetfactory\.h/\1tqwidgetfactory\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwidget\.h/\1tqwidget\.h/g' {} \; @@ -620,8 +534,6 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwidgetplugin\.h/\1tqwidge find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qwidgetplugin\.h/\1tqwidgetplugin\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwidgetstack\.h/\1tqwidgetstack\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qwidgetstack\.h/\1tqwidgetstack\.h/g' {} \; -find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwindefs\.h/\1tqwindefs\.h/g' {} \; -find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qwindefs\.h/\1tqwindefs\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwindowdefs\.h/\1tqwindowdefs\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qwindowdefs\.h/\1tqwindowdefs\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwindowsstyle\.h/\1tqwindowsstyle\.h/g' {} \; diff --git a/qtinterface/interface_tqt3/tqapp.h b/qtinterface/interface_tqt3/tqapp.h deleted file mode 100644 index befe308..0000000 --- a/qtinterface/interface_tqt3/tqapp.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQAPP_H -#define TQT_TQAPP_H - -#include - -// Pull in tqapplication defines - -#include - -#endif /* TQT_TQAPP_H */ diff --git a/qtinterface/interface_tqt3/tqbitarry.h b/qtinterface/interface_tqt3/tqbitarry.h deleted file mode 100644 index 25363c8..0000000 --- a/qtinterface/interface_tqt3/tqbitarry.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQBITARRY_H -#define TQT_TQBITARRY_H - -#include -#include - -// Pull in tqbitarry defines -#include - -#endif /* TQT_TQBITARRY_H */ diff --git a/qtinterface/interface_tqt3/tqbttngrp.h b/qtinterface/interface_tqt3/tqbttngrp.h deleted file mode 100644 index b98d7c0..0000000 --- a/qtinterface/interface_tqt3/tqbttngrp.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQBTTNGRP_H -#define TQT_TQBTTNGRP_H - -#include - -// Pull in all buttongroup defines - -#include - -#endif /* TQT_TQBTTNGRP_H */ diff --git a/qtinterface/interface_tqt3/tqchkbox.h b/qtinterface/interface_tqt3/tqchkbox.h deleted file mode 100644 index f89fa89..0000000 --- a/qtinterface/interface_tqt3/tqchkbox.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQCHKBOX_H -#define TQT_TQCHKBOX_H - -#include - -// Pull in all checkbox defines - -#include - -#endif /* TQT_TQCHKBOX_H */ diff --git a/qtinterface/interface_tqt3/tqclipbrd.h b/qtinterface/interface_tqt3/tqclipbrd.h deleted file mode 100644 index 4120250..0000000 --- a/qtinterface/interface_tqt3/tqclipbrd.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQCLIPBRD_H -#define TQT_TQCLIPBRD_H - -#include - -// Pull in all clipboard defines - -#include - -#endif /* TQT_TQCLIPBRD_H */ diff --git a/qtinterface/interface_tqt3/tqcollect.h b/qtinterface/interface_tqt3/tqcollect.h deleted file mode 100644 index f53b3a3..0000000 --- a/qtinterface/interface_tqt3/tqcollect.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQCOLLECT_H -#define TQT_TQCOLLECT_H - -#include - -// Pull in all qptrcollection defines - -#include - -#endif /* TQT_TQCOLLECT_H */ diff --git a/qtinterface/interface_tqt3/tqcombo.h b/qtinterface/interface_tqt3/tqcombo.h deleted file mode 100644 index 0ac736f..0000000 --- a/qtinterface/interface_tqt3/tqcombo.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQCOMBO_H -#define TQT_TQCOMBO_H - -#include - -// Pull in all combo box defines - -#include - -#endif /* TQT_TQCOMBO_H */ diff --git a/qtinterface/interface_tqt3/tqconnect.h b/qtinterface/interface_tqt3/tqconnect.h deleted file mode 100644 index 1cf5163..0000000 --- a/qtinterface/interface_tqt3/tqconnect.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQCONNECT_H -#define TQT_TQCONNECT_H - -#include - -// Pull in all connection defines - -#include - -#endif /* TQT_TQCONNECT_H */ diff --git a/qtinterface/interface_tqt3/tqdatetm.h b/qtinterface/interface_tqt3/tqdatetm.h deleted file mode 100644 index 68e1796..0000000 --- a/qtinterface/interface_tqt3/tqdatetm.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQDATETM_H -#define TQT_TQDATETM_H - -#include - -// Pull in all date/time defines - -#include - -#endif /* TQT_TQDATETM_H */ diff --git a/qtinterface/interface_tqt3/tqdrawutl.h b/qtinterface/interface_tqt3/tqdrawutl.h deleted file mode 100644 index 67e276a..0000000 --- a/qtinterface/interface_tqt3/tqdrawutl.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQDRAWUTIL_H -#define TQT_TQDRAWUTIL_H - -#include - -// Pull in all drawing utility defines - -#include - -#endif /* TQT_TQDRAWUTIL_H */ diff --git a/qtinterface/interface_tqt3/tqdstream.h b/qtinterface/interface_tqt3/tqdstream.h deleted file mode 100644 index 1dacd39..0000000 --- a/qtinterface/interface_tqt3/tqdstream.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQDSTREAM_H -#define TQT_TQDSTREAM_H - -#include - -// Pull in all datastream defines - -#include - -#endif /* TQT_TQDSTREAM_H */ diff --git a/qtinterface/interface_tqt3/tqfiledef.h b/qtinterface/interface_tqt3/tqfiledef.h deleted file mode 100644 index db85a68..0000000 --- a/qtinterface/interface_tqt3/tqfiledef.h +++ /dev/null @@ -1,41 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQFILEDEF_H -#define TQT_TQFILEDEF_H - -#include - -#ifdef USE_QT3 - -// Pull in legacy qfiledef defines - -#include - -#endif // USE_QT3 - -#ifdef USE_QT4 - -// Do not pull in legacy qfiledef defines - -#endif // USE_QT4 - -#endif /* TQT_TQFILEDEF_H */ diff --git a/qtinterface/interface_tqt3/tqfiledlg.h b/qtinterface/interface_tqt3/tqfiledlg.h deleted file mode 100644 index cda2a4e..0000000 --- a/qtinterface/interface_tqt3/tqfiledlg.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQFILEDLG_H -#define TQT_TQFILEDLG_H - -#include - -// Pull in file dialog defines - -#include - -#endif /* TQT_TQFILEDLG_H */ diff --git a/qtinterface/interface_tqt3/tqfileinf.h b/qtinterface/interface_tqt3/tqfileinf.h deleted file mode 100644 index f32c5fc..0000000 --- a/qtinterface/interface_tqt3/tqfileinf.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQFILEINF_H -#define TQT_TQFILEINF_H - -#include - -// Pull in all file information defines - -#include - -#endif /* TQT_TQFILEINF_H */ diff --git a/qtinterface/interface_tqt3/tqfontinf.h b/qtinterface/interface_tqt3/tqfontinf.h deleted file mode 100644 index cf0d3bf..0000000 --- a/qtinterface/interface_tqt3/tqfontinf.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQFONTINF_H -#define TQT_TQFONTINF_H - -#include - -// Pull in all font information defines - -#include - -#endif /* TQT_TQFONTINF_H */ diff --git a/qtinterface/interface_tqt3/tqfontmet.h b/qtinterface/interface_tqt3/tqfontmet.h deleted file mode 100644 index a096c56..0000000 --- a/qtinterface/interface_tqt3/tqfontmet.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQFONTMET_H -#define TQT_TQFONTMET_H - -#include - -// Pull in all font metrics defines - -#include - -#endif /* TQT_TQFONTMET_H */ diff --git a/qtinterface/interface_tqt3/tqgrpbox.h b/qtinterface/interface_tqt3/tqgrpbox.h deleted file mode 100644 index 41801a6..0000000 --- a/qtinterface/interface_tqt3/tqgrpbox.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQGRPBOX_H -#define TQT_TQGRPBOX_H - -#include - -// Pull in tqgroupbox defines - -#include - -#endif /* TQT_TQGRPBOX_H */ diff --git a/qtinterface/interface_tqt3/tqintcach.h b/qtinterface/interface_tqt3/tqintcach.h deleted file mode 100644 index 0d49906..0000000 --- a/qtinterface/interface_tqt3/tqintcach.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQINTCACH_H -#define TQT_TQINTCACH_H - -#include - -// Pull in all qintcache defines - -#include - -#endif /* TQT_TQINTCACH_H */ diff --git a/qtinterface/interface_tqt3/tqiodev.h b/qtinterface/interface_tqt3/tqiodev.h deleted file mode 100644 index d35df28..0000000 --- a/qtinterface/interface_tqt3/tqiodev.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQIODEV_H -#define TQT_TQIODEV_H - -#include - -// Pull in tqiodevice defines - -#include - -#endif /* TQT_TQIODEV_H */ diff --git a/qtinterface/interface_tqt3/tqlcdnum.h b/qtinterface/interface_tqt3/tqlcdnum.h deleted file mode 100644 index 477c19f..0000000 --- a/qtinterface/interface_tqt3/tqlcdnum.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQLCDNUMBER_H -#define TQT_TQLCDNUMBER_H - -#include - -// Pull in tqlcdnumber defines - -#include - -#endif /* TQT_TQLCDNUMBER_H */ diff --git a/qtinterface/interface_tqt3/tqlined.h b/qtinterface/interface_tqt3/tqlined.h deleted file mode 100644 index ee67beb..0000000 --- a/qtinterface/interface_tqt3/tqlined.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQLINED_H -#define TQT_TQLINED_H - -#include - -// Pull in tqlineedit defines - -#include - -#endif /* TQT_TQLINED_H */ diff --git a/qtinterface/interface_tqt3/tqmenudta.h b/qtinterface/interface_tqt3/tqmenudta.h deleted file mode 100644 index c2cbe67..0000000 --- a/qtinterface/interface_tqt3/tqmenudta.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQMENUDTA_H -#define TQT_TQMENUDTA_H - -#include - -// Pull in tqmenudata defines - -#include - -#endif /* TQT_TQMENUDTA_H */ diff --git a/qtinterface/interface_tqt3/tqmetaobj.h b/qtinterface/interface_tqt3/tqmetaobj.h deleted file mode 100644 index f183456..0000000 --- a/qtinterface/interface_tqt3/tqmetaobj.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQMETAOBJ_H -#define TQT_TQMETAOBJ_H - -#include - -// Pull in tqmetaobject defines - -#include - -#endif /* TQT_TQMETAOBJ_H */ diff --git a/qtinterface/interface_tqt3/tqmlined.h b/qtinterface/interface_tqt3/tqmlined.h deleted file mode 100644 index 0be19e5..0000000 --- a/qtinterface/interface_tqt3/tqmlined.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQMLINED_H -#define TQT_TQMLINED_H - -#include - -// Pull in tqmultilineedit defines - -#include - -#endif /* TQT_TQMLINED_H */ diff --git a/qtinterface/interface_tqt3/tqmsgbox.h b/qtinterface/interface_tqt3/tqmsgbox.h deleted file mode 100644 index fcb3aac..0000000 --- a/qtinterface/interface_tqt3/tqmsgbox.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQMSGBOX_H -#define TQT_TQMSGBOX_H - -#include - -// Pull in tqmessagebox defines - -#include - -#endif /* TQT_TQMSGBOX_H */ diff --git a/qtinterface/interface_tqt3/tqmultilinedit.h b/qtinterface/interface_tqt3/tqmultilinedit.h deleted file mode 100644 index 02b075f..0000000 --- a/qtinterface/interface_tqt3/tqmultilinedit.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQMULTILINEDIT_H -#define TQT_TQMULTILINEDIT_H - -#include - -// Pull in tqmultilineedit defines - -#include - -#endif /* TQT_TQMULTILINEDIT_H */ diff --git a/qtinterface/interface_tqt3/tqobjcoll.h b/qtinterface/interface_tqt3/tqobjcoll.h deleted file mode 100644 index 4530e75..0000000 --- a/qtinterface/interface_tqt3/tqobjcoll.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQOBJCALL_H -#define TQT_TQOBJCALL_H - -#include - -// Pull in object collection defines - -#include -#include - -#endif /* TQT_TQOBJCALL_H */ diff --git a/qtinterface/interface_tqt3/tqobjdefs.h b/qtinterface/interface_tqt3/tqobjdefs.h deleted file mode 100644 index ad35f4e..0000000 --- a/qtinterface/interface_tqt3/tqobjdefs.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQOBJDEFS_H -#define TQT_TQOBJDEFS_H - -#include - -// Pull in object definition defines - -#include - -#endif /* TQT_TQOBJDEFS_H */ diff --git a/qtinterface/interface_tqt3/tqpdevmet.h b/qtinterface/interface_tqt3/tqpdevmet.h deleted file mode 100644 index b0b0ab5..0000000 --- a/qtinterface/interface_tqt3/tqpdevmet.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQPDEVMET_H -#define TQT_TQPDEVMET_H - -#include - -// Pull in tqpaintdevicemetrics defines - -#include - -#endif /* TQT_TQPDEVMET_H */ diff --git a/qtinterface/interface_tqt3/tqpmcache.h b/qtinterface/interface_tqt3/tqpmcache.h deleted file mode 100644 index 2096da5..0000000 --- a/qtinterface/interface_tqt3/tqpmcache.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQPMCACHE_H -#define TQT_TQPMCACHE_H - -#include - -// Pull in tqpixmapcache defines - -#include - -#endif /* TQT_TQPMCACHE_H */ diff --git a/qtinterface/interface_tqt3/tqpntarry.h b/qtinterface/interface_tqt3/tqpntarry.h deleted file mode 100644 index f7da84d..0000000 --- a/qtinterface/interface_tqt3/tqpntarry.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQPNTARRY_H -#define TQT_TQPNTARRY_H - -#include - -// Pull in tqpointarray defines - -#include - -#endif /* TQT_TQPNTARRY_H */ diff --git a/qtinterface/interface_tqt3/tqpopmenu.h b/qtinterface/interface_tqt3/tqpopmenu.h deleted file mode 100644 index f71627f..0000000 --- a/qtinterface/interface_tqt3/tqpopmenu.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQPOPMENU_H -#define TQT_TQPOPMENU_H - -#include - -// Pull in tqpopupmenu defines - -#include - -#endif /* TQT_TQPOPMENU_H */ diff --git a/qtinterface/interface_tqt3/tqprndlg.h b/qtinterface/interface_tqt3/tqprndlg.h deleted file mode 100644 index 0d1d8d5..0000000 --- a/qtinterface/interface_tqt3/tqprndlg.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQPRNDLG_H -#define TQT_TQPRNDLG_H - -#include - -// Pull in tqprintdialog defines - -#include - -#endif /* TQT_TQPRNDLG_H */ diff --git a/qtinterface/interface_tqt3/tqprogbar.h b/qtinterface/interface_tqt3/tqprogbar.h deleted file mode 100644 index 3e0615e..0000000 --- a/qtinterface/interface_tqt3/tqprogbar.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQPROGBAR_H -#define TQT_TQPROGBAR_H - -#include - -// Pull in tqprogressbar defines - -#include - -#endif /* TQT_TQPROGBAR_H */ diff --git a/qtinterface/interface_tqt3/tqprogdlg.h b/qtinterface/interface_tqt3/tqprogdlg.h deleted file mode 100644 index a117c79..0000000 --- a/qtinterface/interface_tqt3/tqprogdlg.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQPROGDLG_H -#define TQT_TQPROGDLG_H - -#include - -// Pull in tqprogressdialog defines - -#include - -#endif /* TQT_TQPROGDLG_H */ diff --git a/qtinterface/interface_tqt3/tqpushbt.h b/qtinterface/interface_tqt3/tqpushbt.h deleted file mode 100644 index 394ed84..0000000 --- a/qtinterface/interface_tqt3/tqpushbt.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQPUSHBT_H -#define TQT_TQPUSHBT_H - -#include - -// Pull in tqpushbutton defines - -#include - -#endif /* TQT_TQPUSHBT_H */ diff --git a/qtinterface/interface_tqt3/tqradiobt.h b/qtinterface/interface_tqt3/tqradiobt.h deleted file mode 100644 index afbfc7b..0000000 --- a/qtinterface/interface_tqt3/tqradiobt.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQRADIOBT_H -#define TQT_TQRADIOBT_H - -#include - -// Pull in tqradiobutton defines - -#include - -#endif /* TQT_TQRADIOBT_H */ diff --git a/qtinterface/interface_tqt3/tqrangect.h b/qtinterface/interface_tqt3/tqrangect.h deleted file mode 100644 index 906f619..0000000 --- a/qtinterface/interface_tqt3/tqrangect.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQRANGECT_H -#define TQT_TQRANGECT_H - -#include - -// Pull in tqrangecontrol defines - -#include - -#endif /* TQT_TQRANGECT_H */ diff --git a/qtinterface/interface_tqt3/tqscrbar.h b/qtinterface/interface_tqt3/tqscrbar.h deleted file mode 100644 index 1b71fc2..0000000 --- a/qtinterface/interface_tqt3/tqscrbar.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQSCRBAR_H -#define TQT_TQSCRBAR_H - -#include - -// Pull in tqscrollbar defines - -#include - -#endif /* TQT_TQSCRBAR_H */ diff --git a/qtinterface/interface_tqt3/tqsocknot.h b/qtinterface/interface_tqt3/tqsocknot.h deleted file mode 100644 index f0395fe..0000000 --- a/qtinterface/interface_tqt3/tqsocknot.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQSOCKNOT_H -#define TQT_TQSOCKNOT_H - -#include - -// Pull in tqsocketnotifier defines - -#include - -#endif /* TQT_TQSOCKNOT_H */ diff --git a/qtinterface/interface_tqt3/tqtabdlg.h b/qtinterface/interface_tqt3/tqtabdlg.h deleted file mode 100644 index c96e8be..0000000 --- a/qtinterface/interface_tqt3/tqtabdlg.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQTABDLG_H -#define TQT_TQTABDLG_H - -#include - -// Pull in tqtabdialog defines - -#include - -#endif /* TQT_TQTABDLG_H */ diff --git a/qtinterface/interface_tqt3/tqtstream.h b/qtinterface/interface_tqt3/tqtstream.h deleted file mode 100644 index 7c03af0..0000000 --- a/qtinterface/interface_tqt3/tqtstream.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQTSTREAM_H -#define TQT_TQTSTREAM_H - -#include - -// Pull in textstream defines - -#include - -#endif /* TQT_TQTSTREAM_H */ diff --git a/qtinterface/interface_tqt3/tqwidcoll.h b/qtinterface/interface_tqt3/tqwidcoll.h deleted file mode 100644 index 482d78e..0000000 --- a/qtinterface/interface_tqt3/tqwidcoll.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQWIDCOLL_H -#define TQT_TQWIDCOLL_H - -#include - -// Pull in the widget defines - -#include -#include - -#endif /* TQT_TQWIDCOLL_H */ diff --git a/qtinterface/interface_tqt3/tqwindefs.h b/qtinterface/interface_tqt3/tqwindefs.h deleted file mode 100644 index 08e9945..0000000 --- a/qtinterface/interface_tqt3/tqwindefs.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQWINDEFS_H -#define TQT_TQWINDEFS_H - -#include - -// Pull in tqwindowdefs defines - -#include - -#endif /* TQT_TQWINDEFS_H */