Adapt to latest tqt3 version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/46/head
Michele Calgaro 2 months ago
parent 81a34cf7f6
commit 5c07751893
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -40,8 +40,8 @@
#include <tqtoolbox.h> #include <tqtoolbox.h>
#include <tqmenudata.h> #include <tqmenudata.h>
#include <private/qucom_p.h> #include <private/tqucom_p.h>
#include <private/qucomextra_p.h> #include <private/tqucomextra_p.h>
#ifndef QT_ONLY #ifndef QT_ONLY

@ -1,5 +1,5 @@
#include <tqmetaobject.h> #include <tqmetaobject.h>
#include <private/qucom_p.h> #include <private/tqucom_p.h>
#include <tqpen.h> #include <tqpen.h>
#include <tqpixmap.h> #include <tqpixmap.h>

@ -25,7 +25,7 @@
#include <tqstrlist.h> #include <tqstrlist.h>
#include <tqvariant.h> #include <tqvariant.h>
#include <private/qucomextra_p.h> #include <private/tqucomextra_p.h>
#include <kjs/interpreter.h> #include <kjs/interpreter.h>
#include <kjs/types.h> #include <kjs/types.h>

@ -30,8 +30,8 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <tqvariant.h> #include <tqvariant.h>
#include <private/qucom_p.h> #include <private/tqucom_p.h>
#include <private/qucomextra_p.h> #include <private/tqucomextra_p.h>
#include <kjs/interpreter.h> #include <kjs/interpreter.h>
#include <kjs/types.h> #include <kjs/types.h>

@ -31,8 +31,8 @@
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <private/qucom_p.h> #include <private/tqucom_p.h>
#include <private/qucomextra_p.h> #include <private/tqucomextra_p.h>
#ifndef QT_ONLY #ifndef QT_ONLY
#include <tdelistview.h> #include <tdelistview.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h> #include <tqstring.h>
#include <tqrtlcodec.h> #include <tqhebrewcodec.h>
#include <tqcstring.h> #include <tqcstring.h>
#include <qtjava/QtSupport.h> #include <qtjava/QtSupport.h>

@ -24,7 +24,7 @@
#include <tqiconset.h> #include <tqiconset.h>
#include <tqstring.h> #include <tqstring.h>
#include "widgetinterface.h" // up here for GCC 2.7.* compatibility #include "widgetinterface.h" // up here for GCC 2.7.* compatibility
#include <private/qpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
extern TQPluginManager<WidgetInterface> *widgetManager(); extern TQPluginManager<WidgetInterface> *widgetManager();

@ -21,7 +21,7 @@
#ifndef WIDGETINTERFACE_H #ifndef WIDGETINTERFACE_H
#define WIDGETINTERFACE_H #define WIDGETINTERFACE_H
#include <private/qwidgetinterface_p.h> #include <private/tqwidgetinterface_p.h>
#define WidgetInterface TQWidgetFactoryInterface #define WidgetInterface TQWidgetFactoryInterface
#define IID_Widget IID_QWidgetFactory #define IID_Widget IID_QWidgetFactory

@ -21,7 +21,7 @@ PREFIX = "../../"; // -->
<IMG src="../../images/KeyMaster.gif" <IMG src="../../images/KeyMaster.gif"
width="32" height="32" alt="Home" border="0"></A><BR> width="32" height="32" alt="Home" border="0"></A><BR>
<A href="../../index.html">Home</A><BR> <A href="../../index.html">Home</A><BR>
<A href="../nqxml/index.html">NTQXML</A><BR> <A href="../tqxml/index.html">TQXML</A><BR>
RuBoids<BR> RuBoids<BR>
<A href="../../computers.html">Computers</A><BR> <A href="../../computers.html">Computers</A><BR>
<A href="../../java.html">Java</A><BR> <A href="../../java.html">Java</A><BR>

@ -28,7 +28,7 @@
#include <tqintdict.h> #include <tqintdict.h>
#include <tqapplication.h> #include <tqapplication.h>
#include <tqmetaobject.h> #include <tqmetaobject.h>
#include <private/qucomextra_p.h> #include <private/tqucomextra_p.h>
#include <tqvariant.h> #include <tqvariant.h>
#include <tqcursor.h> #include <tqcursor.h>
#include <tqobjectlist.h> #include <tqobjectlist.h>

@ -23,7 +23,7 @@
#include <tqhostaddress.h> #include <tqhostaddress.h>
#include <tqpair.h> #include <tqpair.h>
#include <private/qucomextra_p.h> #include <private/tqucomextra_p.h>
#include "smoke.h" #include "smoke.h"

@ -47,28 +47,28 @@ chdir "$kalyptusdir" or die "Couldn't go to $kalyptusdir (edit script to change
# Find out which header files we need to parse # Find out which header files we need to parse
# We don't want all of them - e.g. not template-based stuff # We don't want all of them - e.g. not template-based stuff
my %excludes = ( my %excludes = (
'ntqaccessible.h' => 1, # Accessibility support is not compiled by defaut 'tqaccessible.h' => 1, # Accessibility support is not compiled by defaut
'ntqassistantclient.h' => 1, # Not part of Qt (introduced in Qt-3.1) 'tqassistantclient.h' => 1, # Not part of Qt (introduced in Qt-3.1)
'ntqmotif.h' => 1, # 'tqmotif.h' => 1, #
'ntqmotifwidget.h' => 1, # Motif extension (introduced in Qt-3.1) 'tqmotifwidget.h' => 1, # Motif extension (introduced in Qt-3.1)
'ntqmotifdialog.h' => 1, # 'tqmotifdialog.h' => 1, #
'ntqxt.h' => 1, # Xt 'tqxt.h' => 1, # Xt
'ntqxtwidget.h' => 1, # Xt 'tqxtwidget.h' => 1, # Xt
'ntqdns.h' => 1, # internal 'tqdns.h' => 1, # internal
'ntqgl.h' => 1, # OpenGL 'tqgl.h' => 1, # OpenGL
'ntqglcolormap.h' => 1, # OpenGL 'tqglcolormap.h' => 1, # OpenGL
'ntqnp.h' => 1, # NSPlugin 'tqnp.h' => 1, # NSPlugin
'ntqwidgetfactory.h' => 1, # Just an interface 'tqwidgetfactory.h' => 1, # Just an interface
'ntqsharedmemory.h' => 1, # "not part of the Qt API" they say 'tqsharedmemory.h' => 1, # "not part of the Qt API" they say
'ntqwindowsstyle.h' => 1, # Qt windowsstyle, plugin 'tqwindowsstyle.h' => 1, # Qt windowsstyle, plugin
'ntqmotifstyle.h' => 1, 'tqmotifstyle.h' => 1,
'ntqcompactstyle.h' => 1, 'tqcompactstyle.h' => 1,
'ntqinterlacestyle.h' => 1, 'tqinterlacestyle.h' => 1,
'ntqmotifplusstyle.h' => 1, 'tqmotifplusstyle.h' => 1,
'ntqsgistyle.h' => 1, 'tqsgistyle.h' => 1,
'ntqplatinumstyle.h' => 1, 'tqplatinumstyle.h' => 1,
'ntqcdestyle.h' => 1, 'tqcdestyle.h' => 1,
'ntqwindowsxpstyle.h' => 1 # play on the safe side 'tqwindowsxpstyle.h' => 1 # play on the safe side
); );
# Some systems have a TQTDIR = TDEDIR = PREFIX # Some systems have a TQTDIR = TDEDIR = PREFIX

@ -1,292 +1,289 @@
ntqabstractlayout.h tqaccel.h
ntqaccel.h tqaccessible.h
ntqaccessible.h tqaction.h
ntqaction.h
ntqapplication.h ntqapplication.h
ntqasciicache.h tqasciicache.h
ntqasciidict.h tqasciidict.h
ntqassistantclient.h tqassistantclient.h
ntqasyncimageio.h tqasyncimageio.h
ntqasyncio.h tqasyncio.h
ntqbig5codec.h tqbig5codec.h
ntqbitarray.h tqbitarray.h
ntqbitmap.h tqbitmap.h
ntqbrush.h tqbrush.h
ntqbuffer.h tqbuffer.h
ntqbuttongroup.h tqbuttongroup.h
ntqbutton.h tqbutton.h
ntqcache.h tqcache.h
ntqcanvas.h tqcanvas.h
ntqcdestyle.h tqcdestyle.h
ntqcheckbox.h tqcheckbox.h
ntqcleanuphandler.h tqcleanuphandler.h
ntqclipboard.h tqclipboard.h
ntqcolordialog.h tqcolordialog.h
ntqcolor.h tqcolor.h
ntqcombobox.h tqcombobox.h
ntqcommonstyle.h tqcommonstyle.h
ntqcompactstyle.h tqcompactstyle.h
ntqconfig-dist.h
ntqconfig.h ntqconfig.h
ntqconnection.h tqconnection.h
ntqcstring.h tqcstring.h
ntqcursor.h tqcursor.h
ntqdatabrowser.h tqdatabrowser.h
ntqdatastream.h tqdatastream.h
ntqdatatable.h tqdatatable.h
ntqdataview.h tqdataview.h
ntqdatetimeedit.h tqdatetimeedit.h
ntqdatetime.h tqdatetime.h
ntqdeepcopy.h tqdeepcopy.h
ntqdesktopwidget.h tqdesktopwidget.h
ntqdial.h tqdial.h
ntqdialog.h tqdialog.h
ntqdict.h tqdict.h
ntqdir.h tqdir.h
ntqdns.h tqdns.h
ntqdockarea.h tqdockarea.h
ntqdockwindow.h tqdockwindow.h
ntqdom.h tqdom.h
ntqdragobject.h tqdragobject.h
ntqdrawutil.h tqdrawutil.h
ntqdropsite.h tqdropsite.h
ntqeditorfactory.h tqeditorfactory.h
ntqerrormessage.h tqerrormessage.h
ntqeucjpcodec.h tqeucjpcodec.h
ntqeuckrcodec.h tqeuckrcodec.h
ntqevent.h tqevent.h
ntqeventloop.h tqeventloop.h
ntqfeatures.h tqfeatures.h
ntqfiledialog.h tqfiledialog.h
ntqfile.h tqfile.h
ntqfileinfo.h tqfileinfo.h
ntqfocusdata.h tqfocusdata.h
ntqfontdatabase.h tqfontdatabase.h
ntqfontdialog.h tqfontdialog.h
ntqfontdta.h tqfontdta.h
ntqfont.h tqfont.h
ntqfontinfo.h tqfontinfo.h
ntqfontmetrics.h tqfontmetrics.h
ntqframe.h tqframe.h
ntqftp.h tqftp.h
ntqgarray.h tqgarray.h
ntqgb18030codec.h tqgb18030codec.h
ntqgbkcodec.h tqgbkcodec.h
ntqgcache.h tqgcache.h
ntqgdict.h tqgdict.h
ntqgeneric.h tqgif.h
ntqgif.h tqglcolormap.h
ntqglcolormap.h tqgl.h
ntqgl.h tqglist.h
ntqglist.h tqglobal.h
ntqglobal.h tqgplugin.h
ntqgplugin.h tqgrid.h
ntqgrid.h tqgridview.h
ntqgridview.h tqgroupbox.h
ntqgroupbox.h tqguardedptr.h
ntqguardedptr.h tqgvector.h
ntqgvector.h tqhbox.h
ntqhbox.h tqhbuttongroup.h
ntqhbuttongroup.h tqheader.h
ntqheader.h tqhebrewcodec
ntqhgroupbox.h tqhgroupbox.h
ntqhostaddress.h tqhostaddress.h
ntqhttp.h tqhttp.h
ntqiconset.h tqiconset.h
ntqiconview.h tqiconview.h
ntqimageformatplugin.h tqimageformatplugin.h
ntqimage.h tqimage.h
ntqinputdialog.h tqinputdialog.h
ntqintcache.h tqintcache.h
ntqintdict.h tqintdict.h
ntqinterlacestyle.h tqinterlacestyle.h
ntqiodevice.h tqiodevice.h
ntqjiscodec.h tqjiscodec.h
ntqjpunicode.h tqjpunicode.h
ntqkeycode.h tqkeycode.h
ntqkeysequence.h tqkeysequence.h
ntqlabel.h tqlabel.h
ntqlayout.h tqlayout.h
ntqlcdnumber.h tqlcdnumber.h
ntqlocale.h tqlocale.h
ntqlibrary.h tqlibrary.h
ntqlineedit.h tqlineedit.h
ntqlistbox.h tqlistbox.h
ntqlistview.h tqlistview.h
ntqlocalfs.h tqlocalfs.h
ntqmainwindow.h tqmainwindow.h
ntqmap.h tqmap.h
ntqmemarray.h tqmemarray.h
ntqmenubar.h tqmenubar.h
ntqmenudata.h tqmenudata.h
ntqmessagebox.h tqmessagebox.h
ntqmetaobject.h tqmetaobject.h
ntqmime.h tqmime.h
ntqmodules.h ntqmodules.h
ntqmotifdialog.h tqmotifdialog.h
ntqmotif.h tqmotif.h
ntqmotifplusstyle.h tqmotifplusstyle.h
ntqmotifstyle.h tqmotifstyle.h
ntqmotifwidget.h tqmotifwidget.h
ntqmovie.h tqmovie.h
ntqmultilineedit.h tqmultilineedit.h
ntqmutex.h tqmutex.h
ntqnamespace.h tqnamespace.h
ntqnetwork.h tqnetwork.h
ntqnetworkprotocol.h tqnetworkprotocol.h
ntqobjectcleanuphandler.h tqobjectcleanuphandler.h
ntqobjectdefs.h tqobjectdefs.h
ntqobjectdict.h tqobjectdict.h
ntqobject.h tqobject.h
ntqobjectlist.h tqobjectlist.h
ntqpaintdevice.h tqpaintdevice.h
ntqpaintdevicemetrics.h tqpaintdevicemetrics.h
ntqpainter.h tqpainter.h
ntqpair.h tqpair.h
ntqpalette.h tqpalette.h
ntqpen.h tqpen.h
ntqpicture.h tqpicture.h
ntqpixmapcache.h tqpixmapcache.h
ntqpixmap.h tqpixmap.h
ntqplatinumstyle.h tqplatinumstyle.h
ntqpointarray.h tqpointarray.h
ntqpoint.h tqpoint.h
ntqpolygonscanner.h tqpolygonscanner.h
ntqpopupmenu.h tqpopupmenu.h
ntqprintdialog.h tqprintdialog.h
ntqprinter.h tqprinter.h
ntqprocess.h tqprocess.h
ntqprogressbar.h tqprogressbar.h
ntqprogressdialog.h tqprogressdialog.h
ntqptrcollection.h tqptrcollection.h
ntqptrdict.h tqptrdict.h
ntqptrlist.h tqptrlist.h
ntqptrqueue.h tqptrqueue.h
ntqptrstack.h tqptrstack.h
ntqptrvector.h tqptrvector.h
ntqpushbutton.h tqpushbutton.h
ntqradiobutton.h tqradiobutton.h
ntqrangecontrol.h tqrangecontrol.h
ntqrect.h tqrect.h
ntqregexp.h tqregexp.h
ntqregion.h tqregion.h
ntqremotefactory.h tqremotefactory.h
ntqremoteplugin.h tqremoteplugin.h
ntqrtlcodec.h tqscopedptr.h
ntqscopedptr.h tqscrollbar.h
ntqscrollbar.h tqscrollview.h
ntqscrollview.h tqsemaphore.h
ntqsemaphore.h tqserversocket.h
ntqserversocket.h tqsession.h
ntqsession.h tqsessionmanager.h
ntqsessionmanager.h tqsettings.h
ntqsettings.h tqsgistyle.h
ntqsgistyle.h tqshared.h
ntqshared.h tqsignal.h
ntqsignal.h tqsignalmapper.h
ntqsignalmapper.h tqsignalslotimp.h
ntqsignalslotimp.h tqsimplerichtext.h
ntqsimplerichtext.h tqsizegrip.h
ntqsizegrip.h tqsize.h
ntqsize.h tqsizepolicy.h
ntqsizepolicy.h tqsjiscodec.h
ntqsjiscodec.h tqslider.h
ntqslider.h tqsocketdevice.h
ntqsocketdevice.h tqsocket.h
ntqsocket.h tqsocketnotifier.h
ntqsocketnotifier.h tqsound.h
ntqsound.h tqspinbox.h
ntqspinbox.h tqsplashscreen.h
ntqsplashscreen.h tqsplitter.h
ntqsplitter.h tqsqlcursor.h
ntqsqlcursor.h tqsqldatabase.h
ntqsqldatabase.h tqsqldriver.h
ntqsqldriver.h tqsqldriverplugin.h
ntqsqldriverplugin.h tqsqleditorfactory.h
ntqsqleditorfactory.h tqsqlerror.h
ntqsqlerror.h tqsqlfield.h
ntqsqlfield.h tqsqlform.h
ntqsqlform.h tqsql.h
ntqsql.h tqsqlindex.h
ntqsqlindex.h tqsqlpropertymap.h
ntqsqlpropertymap.h tqsqlquery.h
ntqsqlquery.h tqsqlrecord.h
ntqsqlrecord.h tqsqlresult.h
ntqsqlresult.h tqsqlselectcursor.h
ntqsqlselectcursor.h tqstatusbar.h
ntqstatusbar.h tqstring.h
ntqstring.h tqstringlist.h
ntqstringlist.h tqstrlist.h
ntqstrlist.h tqstrvec.h
ntqstrvec.h tqstylefactory.h
ntqstylefactory.h tqstyle.h
ntqstyle.h tqstyleplugin.h
ntqstyleplugin.h tqstylesheet.h
ntqstylesheet.h tqsyntaxhighlighter.h
ntqsyntaxhighlighter.h tqtabbar.h
ntqtabbar.h tqtabdialog.h
ntqtabdialog.h tqtable.h
ntqtable.h tqtabwidget.h
ntqtabwidget.h tqtextbrowser.h
ntqtextbrowser.h tqtextcodecfactory.h
ntqtextcodecfactory.h tqtextcodec.h
ntqtextcodec.h tqtextcodecplugin.h
ntqtextcodecplugin.h tqtextedit.h
ntqtextedit.h tqtextstream.h
ntqtextstream.h tqtextview.h
ntqtextview.h tqt.h
ntqt.h tqthread.h
ntqthread.h tqtimer.h
ntqtimer.h tqtl.h
ntqtl.h tqtoolbar.h
ntqtoolbar.h tqtoolbutton.h
ntqtoolbutton.h tqtoolbox.h
ntqtoolbox.h tqtooltip.h
ntqtooltip.h tqtranslator.h
ntqtranslator.h tqtsciicodec.h
ntqtsciicodec.h tqurl.h
ntqurl.h tqurlinfo.h
ntqurlinfo.h tqurloperator.h
ntqurloperator.h tqutfcodec.h
ntqutfcodec.h tquuid.h
ntquuid.h tqvalidator.h
ntqvalidator.h tqvaluelist.h
ntqvaluelist.h tqvaluestack.h
ntqvaluestack.h tqvaluevector.h
ntqvaluevector.h tqvariant.h
ntqvariant.h tqvbox.h
ntqvbox.h tqvbuttongroup.h
ntqvbuttongroup.h tqvgroupbox.h
ntqvgroupbox.h tqwaitcondition.h
ntqwaitcondition.h tqwhatsthis.h
ntqwhatsthis.h tqwidgetfactory.h
ntqwidgetfactory.h tqwidget.h
ntqwidget.h tqwidgetintdict.h
ntqwidgetintdict.h tqwidgetlist.h
ntqwidgetlist.h tqwidgetplugin.h
ntqwidgetplugin.h tqwidgetstack.h
ntqwidgetstack.h tqwindowdefs.h
ntqwindowdefs.h tqwindow.h
ntqwindow.h tqwindowsstyle.h
ntqwindowsstyle.h tqwizard.h
ntqwizard.h tqwmatrix.h
ntqwmatrix.h tqworkspace.h
ntqworkspace.h tqwsbeosdecoration_qws.h
ntqwsbeosdecoration_qws.h tqwscommand_qws.h
ntqwscommand_qws.h tqwscursor_qws.h
ntqwscursor_qws.h tqwsdecoration_qws.h
ntqwsdecoration_qws.h tqwsdefaultdecoration_qws.h
ntqwsdefaultdecoration_qws.h tqwsdisplay_qws.h
ntqwsdisplay_qws.h tqwsevent_qws.h
ntqwsevent_qws.h tqwshydrodecoration_qws.h
ntqwshydrodecoration_qws.h tqwskde2decoration_qws.h
ntqwskde2decoration_qws.h tqwskdedecoration_qws.h
ntqwskdedecoration_qws.h tqwsmanager_qws.h
ntqwsmanager_qws.h tqwsmouse_qws.h
ntqwsmouse_qws.h tqwsproperty_qws.h
ntqwsproperty_qws.h tqwsregionmanager_qws.h
ntqwsregionmanager_qws.h tqwssocket_qws.h
ntqwssocket_qws.h tqwsutils_qws.h
ntqwsutils_qws.h tqwswindowsdecoration_qws.h
ntqwswindowsdecoration_qws.h tqxml.h
ntqxml.h

@ -53,29 +53,29 @@ chdir "$kalyptusdir" or die "Couldn't go to $kalyptusdir (edit script to change
# Find out which header files we need to parse # Find out which header files we need to parse
# We don't want all of them - e.g. not template-based stuff # We don't want all of them - e.g. not template-based stuff
my %excludes = ( my %excludes = (
'ntqaccessible.h' => 1, # Accessibility support is not compiled by defaut 'tqaccessible.h' => 1, # Accessibility support is not compiled by defaut
'ntqassistantclient.h' => 1, # Not part of Qt (introduced in Qt-3.1) 'tqassistantclient.h' => 1, # Not part of Qt (introduced in Qt-3.1)
'ntqmotif.h' => 1, # 'tqmotif.h' => 1, #
'ntqmotifwidget.h' => 1, # Motif extension (introduced in Qt-3.1) 'tqmotifwidget.h' => 1, # Motif extension (introduced in Qt-3.1)
'ntqmotifdialog.h' => 1, # 'tqmotifdialog.h' => 1, #
'ntqxt.h' => 1, # Xt 'tqxt.h' => 1, # Xt
'ntqxtwidget.h' => 1, # Xt 'tqxtwidget.h' => 1, # Xt
'ntqdns.h' => 1, # internal 'tqdns.h' => 1, # internal
'ntqgl.h' => 1, # OpenGL 'tqgl.h' => 1, # OpenGL
'ntqglcolormap.h' => 1, # OpenGL 'tqglcolormap.h' => 1, # OpenGL
'ntqnp.h' => 1, # NSPlugin 'tqnp.h' => 1, # NSPlugin
'ntqwidgetfactory.h' => 1, # Just an interface 'tqwidgetfactory.h' => 1, # Just an interface
'ntqsharedmemory.h' => 1, # "not part of the Qt API" they say 'tqsharedmemory.h' => 1, # "not part of the Qt API" they say
'ntqwindowsstyle.h' => 1, # Qt windowsstyle, plugin 'tqwindowsstyle.h' => 1, # Qt windowsstyle, plugin
'ntqmotifstyle.h' => 1, 'tqmotifstyle.h' => 1,
'ntqcompactstyle.h' => 1, 'tqcompactstyle.h' => 1,
'ntqinterlacestyle.h' => 1, 'tqinterlacestyle.h' => 1,
'ntqmotifplusstyle.h' => 1, 'tqmotifplusstyle.h' => 1,
'ntqsgistyle.h' => 1, 'tqsgistyle.h' => 1,
'ntqplatinumstyle.h' => 1, 'tqplatinumstyle.h' => 1,
'ntqcdestyle.h' => 1, 'tqcdestyle.h' => 1,
'ntqworkspace.h' => 1, 'tqworkspace.h' => 1,
'ntqwindowsxpstyle.h' => 1 # play on the safe side 'tqwindowsxpstyle.h' => 1 # play on the safe side
); );
# Some systems have a TQTDIR = TDEDIR = PREFIX # Some systems have a TQTDIR = TDEDIR = PREFIX

@ -1,292 +1,289 @@
ntqabstractlayout.h tqaccel.h
ntqaccel.h tqaccessible.h
ntqaccessible.h tqaction.h
ntqaction.h
ntqapplication.h ntqapplication.h
ntqasciicache.h tqasciicache.h
ntqasciidict.h tqasciidict.h
ntqassistantclient.h tqassistantclient.h
ntqasyncimageio.h tqasyncimageio.h
ntqasyncio.h tqasyncio.h
ntqbig5codec.h tqbig5codec.h
ntqbitarray.h tqbitarray.h
ntqbitmap.h tqbitmap.h
ntqbrush.h tqbrush.h
ntqbuffer.h tqbuffer.h
ntqbuttongroup.h tqbuttongroup.h
ntqbutton.h tqbutton.h
ntqcache.h tqcache.h
ntqcanvas.h tqcanvas.h
ntqcdestyle.h tqcdestyle.h
ntqcheckbox.h tqcheckbox.h
ntqcleanuphandler.h tqcleanuphandler.h
ntqclipboard.h tqclipboard.h
ntqcolordialog.h tqcolordialog.h
ntqcolor.h tqcolor.h
ntqcombobox.h tqcombobox.h
ntqcommonstyle.h tqcommonstyle.h
ntqcompactstyle.h tqcompactstyle.h
ntqconfig-dist.h
ntqconfig.h ntqconfig.h
ntqconnection.h tqconnection.h
ntqcstring.h tqcstring.h
ntqcursor.h tqcursor.h
ntqdatabrowser.h tqdatabrowser.h
ntqdatastream.h tqdatastream.h
ntqdatatable.h tqdatatable.h
ntqdataview.h tqdataview.h
ntqdatetimeedit.h tqdatetimeedit.h
ntqdatetime.h tqdatetime.h
ntqdeepcopy.h tqdeepcopy.h
ntqdesktopwidget.h tqdesktopwidget.h
ntqdial.h tqdial.h
ntqdialog.h tqdialog.h
ntqdict.h tqdict.h
ntqdir.h tqdir.h
ntqdns.h tqdns.h
ntqdockarea.h tqdockarea.h
ntqdockwindow.h tqdockwindow.h
ntqdom.h tqdom.h
ntqdragobject.h tqdragobject.h
ntqdrawutil.h tqdrawutil.h
ntqdropsite.h tqdropsite.h
ntqeditorfactory.h tqeditorfactory.h
ntqerrormessage.h tqerrormessage.h
ntqeucjpcodec.h tqeucjpcodec.h
ntqeuckrcodec.h tqeuckrcodec.h
ntqevent.h tqevent.h
ntqeventloop.h tqeventloop.h
ntqfeatures.h tqfeatures.h
ntqfiledialog.h tqfiledialog.h
ntqfile.h tqfile.h
ntqfileinfo.h tqfileinfo.h
ntqfocusdata.h tqfocusdata.h
ntqfontdatabase.h tqfontdatabase.h
ntqfontdialog.h tqfontdialog.h
ntqfontdta.h tqfontdta.h
ntqfont.h tqfont.h
ntqfontinfo.h tqfontinfo.h
ntqfontmetrics.h tqfontmetrics.h
ntqframe.h tqframe.h
ntqftp.h tqftp.h
ntqgarray.h tqgarray.h
ntqgb18030codec.h tqgb18030codec.h
ntqgbkcodec.h tqgbkcodec.h
ntqgcache.h tqgcache.h
ntqgdict.h tqgdict.h
ntqgeneric.h tqgif.h
ntqgif.h tqglcolormap.h
ntqglcolormap.h tqgl.h
ntqgl.h tqglist.h
ntqglist.h tqglobal.h
ntqglobal.h tqgplugin.h
ntqgplugin.h tqgrid.h
ntqgrid.h tqgridview.h
ntqgridview.h tqgroupbox.h
ntqgroupbox.h tqguardedptr.h
ntqguardedptr.h tqgvector.h
ntqgvector.h tqhbox.h
ntqhbox.h tqhbuttongroup.h
ntqhbuttongroup.h tqheader.h
ntqheader.h tqhebrewcodec
ntqhgroupbox.h tqhgroupbox.h
ntqhostaddress.h tqhostaddress.h
ntqhttp.h tqhttp.h
ntqiconset.h tqiconset.h
ntqiconview.h tqiconview.h
ntqimageformatplugin.h tqimageformatplugin.h
ntqimage.h tqimage.h
ntqinputdialog.h tqinputdialog.h
ntqintcache.h tqintcache.h
ntqintdict.h tqintdict.h
ntqinterlacestyle.h tqinterlacestyle.h
ntqiodevice.h tqiodevice.h
ntqjiscodec.h tqjiscodec.h
ntqjpunicode.h tqjpunicode.h
ntqkeycode.h tqkeycode.h
ntqkeysequence.h tqkeysequence.h
ntqlabel.h tqlabel.h
ntqlayout.h tqlayout.h
ntqlcdnumber.h tqlcdnumber.h
ntqlocale.h tqlocale.h
ntqlibrary.h tqlibrary.h
ntqlineedit.h tqlineedit.h
ntqlistbox.h tqlistbox.h
ntqlistview.h tqlistview.h
ntqlocalfs.h tqlocalfs.h
ntqmainwindow.h tqmainwindow.h
ntqmap.h tqmap.h
ntqmemarray.h tqmemarray.h
ntqmenubar.h tqmenubar.h
ntqmenudata.h tqmenudata.h
ntqmessagebox.h tqmessagebox.h
ntqmetaobject.h tqmetaobject.h
ntqmime.h tqmime.h
ntqmodules.h ntqmodules.h
ntqmotifdialog.h tqmotifdialog.h
ntqmotif.h tqmotif.h
ntqmotifplusstyle.h tqmotifplusstyle.h
ntqmotifstyle.h tqmotifstyle.h
ntqmotifwidget.h tqmotifwidget.h
ntqmovie.h tqmovie.h
ntqmultilineedit.h tqmultilineedit.h
ntqmutex.h tqmutex.h
ntqnamespace.h tqnamespace.h
ntqnetwork.h tqnetwork.h
ntqnetworkprotocol.h tqnetworkprotocol.h
ntqobjectcleanuphandler.h tqobjectcleanuphandler.h
ntqobjectdefs.h tqobjectdefs.h
ntqobjectdict.h tqobjectdict.h
ntqobject.h tqobject.h
ntqobjectlist.h tqobjectlist.h
ntqpaintdevice.h tqpaintdevice.h
ntqpaintdevicemetrics.h tqpaintdevicemetrics.h
ntqpainter.h tqpainter.h
ntqpair.h tqpair.h
ntqpalette.h tqpalette.h
ntqpen.h tqpen.h
ntqpicture.h tqpicture.h
ntqpixmapcache.h tqpixmapcache.h
ntqpixmap.h tqpixmap.h
ntqplatinumstyle.h tqplatinumstyle.h
ntqpointarray.h tqpointarray.h
ntqpoint.h tqpoint.h
ntqpolygonscanner.h tqpolygonscanner.h
ntqpopupmenu.h tqpopupmenu.h
ntqprintdialog.h tqprintdialog.h
ntqprinter.h tqprinter.h
ntqprocess.h tqprocess.h
ntqprogressbar.h tqprogressbar.h
ntqprogressdialog.h tqprogressdialog.h
ntqptrcollection.h tqptrcollection.h
ntqptrdict.h tqptrdict.h
ntqptrlist.h tqptrlist.h
ntqptrqueue.h tqptrqueue.h
ntqptrstack.h tqptrstack.h
ntqptrvector.h tqptrvector.h
ntqpushbutton.h tqpushbutton.h
ntqradiobutton.h tqradiobutton.h
ntqrangecontrol.h tqrangecontrol.h
ntqrect.h tqrect.h
ntqregexp.h tqregexp.h
ntqregion.h tqregion.h
ntqremotefactory.h tqremotefactory.h
ntqremoteplugin.h tqremoteplugin.h
ntqrtlcodec.h tqscopedptr.h
ntqscopedptr.h tqscrollbar.h
ntqscrollbar.h tqscrollview.h
ntqscrollview.h tqsemaphore.h
ntqsemaphore.h tqserversocket.h
ntqserversocket.h tqsession.h
ntqsession.h tqsessionmanager.h
ntqsessionmanager.h tqsettings.h
ntqsettings.h tqsgistyle.h
ntqsgistyle.h tqshared.h
ntqshared.h tqsignal.h
ntqsignal.h tqsignalmapper.h
ntqsignalmapper.h tqsignalslotimp.h
ntqsignalslotimp.h tqsimplerichtext.h
ntqsimplerichtext.h tqsizegrip.h
ntqsizegrip.h tqsize.h
ntqsize.h tqsizepolicy.h
ntqsizepolicy.h tqsjiscodec.h
ntqsjiscodec.h tqslider.h
ntqslider.h tqsocketdevice.h
ntqsocketdevice.h tqsocket.h
ntqsocket.h tqsocketnotifier.h
ntqsocketnotifier.h tqsound.h
ntqsound.h tqspinbox.h
ntqspinbox.h tqsplashscreen.h
ntqsplashscreen.h tqsplitter.h
ntqsplitter.h tqsqlcursor.h
ntqsqlcursor.h tqsqldatabase.h
ntqsqldatabase.h tqsqldriver.h
ntqsqldriver.h tqsqldriverplugin.h
ntqsqldriverplugin.h tqsqleditorfactory.h
ntqsqleditorfactory.h tqsqlerror.h
ntqsqlerror.h tqsqlfield.h
ntqsqlfield.h tqsqlform.h
ntqsqlform.h tqsql.h
ntqsql.h tqsqlindex.h
ntqsqlindex.h tqsqlpropertymap.h
ntqsqlpropertymap.h tqsqlquery.h
ntqsqlquery.h tqsqlrecord.h
ntqsqlrecord.h tqsqlresult.h
ntqsqlresult.h tqsqlselectcursor.h
ntqsqlselectcursor.h tqstatusbar.h
ntqstatusbar.h tqstring.h
ntqstring.h tqstringlist.h
ntqstringlist.h tqstrlist.h
ntqstrlist.h tqstrvec.h
ntqstrvec.h tqstylefactory.h
ntqstylefactory.h tqstyle.h
ntqstyle.h tqstyleplugin.h
ntqstyleplugin.h tqstylesheet.h
ntqstylesheet.h tqsyntaxhighlighter.h
ntqsyntaxhighlighter.h tqtabbar.h
ntqtabbar.h tqtabdialog.h
ntqtabdialog.h tqtable.h
ntqtable.h tqtabwidget.h
ntqtabwidget.h tqtextbrowser.h
ntqtextbrowser.h tqtextcodecfactory.h
ntqtextcodecfactory.h tqtextcodec.h
ntqtextcodec.h tqtextcodecplugin.h
ntqtextcodecplugin.h tqtextedit.h
ntqtextedit.h tqtextstream.h
ntqtextstream.h tqtextview.h
ntqtextview.h tqt.h
ntqt.h tqthread.h
ntqthread.h tqtimer.h
ntqtimer.h tqtl.h
ntqtl.h tqtoolbar.h
ntqtoolbar.h tqtoolbutton.h
ntqtoolbutton.h tqtoolbox.h
ntqtoolbox.h tqtooltip.h
ntqtooltip.h tqtranslator.h
ntqtranslator.h tqtsciicodec.h
ntqtsciicodec.h tqurl.h
ntqurl.h tqurlinfo.h
ntqurlinfo.h tqurloperator.h
ntqurloperator.h tqutfcodec.h
ntqutfcodec.h tquuid.h
ntquuid.h tqvalidator.h
ntqvalidator.h tqvaluelist.h
ntqvaluelist.h tqvaluestack.h
ntqvaluestack.h tqvaluevector.h
ntqvaluevector.h tqvariant.h
ntqvariant.h tqvbox.h
ntqvbox.h tqvbuttongroup.h
ntqvbuttongroup.h tqvgroupbox.h
ntqvgroupbox.h tqwaitcondition.h
ntqwaitcondition.h tqwhatsthis.h
ntqwhatsthis.h tqwidgetfactory.h
ntqwidgetfactory.h tqwidget.h
ntqwidget.h tqwidgetintdict.h
ntqwidgetintdict.h tqwidgetlist.h
ntqwidgetlist.h tqwidgetplugin.h
ntqwidgetplugin.h tqwidgetstack.h
ntqwidgetstack.h tqwindowdefs.h
ntqwindowdefs.h tqwindow.h
ntqwindow.h tqwindowsstyle.h
ntqwindowsstyle.h tqwizard.h
ntqwizard.h tqwmatrix.h
ntqwmatrix.h tqworkspace.h
ntqworkspace.h tqwsbeosdecoration_qws.h
ntqwsbeosdecoration_qws.h tqwscommand_qws.h
ntqwscommand_qws.h tqwscursor_qws.h
ntqwscursor_qws.h tqwsdecoration_qws.h
ntqwsdecoration_qws.h tqwsdefaultdecoration_qws.h
ntqwsdefaultdecoration_qws.h tqwsdisplay_qws.h
ntqwsdisplay_qws.h tqwsevent_qws.h
ntqwsevent_qws.h tqwshydrodecoration_qws.h
ntqwshydrodecoration_qws.h tqwskde2decoration_qws.h
ntqwskde2decoration_qws.h tqwskdedecoration_qws.h
ntqwskdedecoration_qws.h tqwsmanager_qws.h
ntqwsmanager_qws.h tqwsmouse_qws.h
ntqwsmouse_qws.h tqwsproperty_qws.h
ntqwsproperty_qws.h tqwsregionmanager_qws.h
ntqwsregionmanager_qws.h tqwssocket_qws.h
ntqwssocket_qws.h tqwsutils_qws.h
ntqwsutils_qws.h tqwswindowsdecoration_qws.h
ntqwswindowsdecoration_qws.h tqxml.h
ntqxml.h

Loading…
Cancel
Save