Use tq includes instead of native q includes

pull/1/head
Timothy Pearson 12 years ago
parent 7522746090
commit ed5b57040a

@ -309,8 +309,8 @@ def generateFeatures(featfile):
f.write( f.write(
"""#include <stdio.h> """#include <stdio.h>
#include <qglobal.h> #include <tqglobal.h>
#include <qapplication.h> #include <tqapplication.h>
int main(int argc,char **argv) int main(int argc,char **argv)
{ {

@ -685,8 +685,8 @@ def create_features_file(name):
f.write( f.write(
"""#include <Python.h> """#include <Python.h>
#include <stdio.h> #include <stdio.h>
#include <qglobal.h> #include <tqglobal.h>
#include <qapplication.h> #include <tqapplication.h>
int main(int argc,char **argv) int main(int argc,char **argv)
{ {

@ -29,17 +29,17 @@
** **
**********************************************************************/ **********************************************************************/
#include <qfile.h> #include <tqfile.h>
#include <qregexp.h> #include <tqregexp.h>
#include <qstring.h> #include <tqstring.h>
#include <qtextstream.h> #include <tqtextstream.h>
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#include <metatranslator.h> #include <metatranslator.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
/*#include <qxml.h>*/ /*#include <tqxml.h>*/
static const char MagicComment[] = "TRANSLATOR "; static const char MagicComment[] = "TRANSLATOR ";

@ -29,10 +29,10 @@
** **
**********************************************************************/ **********************************************************************/
#include <qfile.h> #include <tqfile.h>
#include <qstring.h> #include <tqstring.h>
#include <qstringlist.h> #include <tqstringlist.h>
#include <qtextstream.h> #include <tqtextstream.h>
#include <errno.h> #include <errno.h>
#include <metatranslator.h> #include <metatranslator.h>

@ -14,14 +14,14 @@
** **
**********************************************************************/ **********************************************************************/
#include <qapplication.h> #include <tqapplication.h>
#include <qcstring.h> #include <tqcstring.h>
#include <qfile.h> #include <tqfile.h>
#include <qmessagebox.h> #include <tqmessagebox.h>
#include <qregexp.h> #include <tqregexp.h>
#include <qtextcodec.h> #include <tqtextcodec.h>
#include <qtextstream.h> #include <tqtextstream.h>
#include <qxml.h> #include <tqxml.h>
#include "metatranslator.h" #include "metatranslator.h"

@ -17,10 +17,10 @@
#ifndef METATRANSLATOR_H #ifndef METATRANSLATOR_H
#define METATRANSLATOR_H #define METATRANSLATOR_H
#include <qmap.h> #include <tqmap.h>
#include <qstring.h> #include <tqstring.h>
#include <qtranslator.h> #include <tqtranslator.h>
#include <qvaluelist.h> #include <tqvaluelist.h>
class TQTextCodec; class TQTextCodec;

@ -14,10 +14,10 @@
** **
**********************************************************************/ **********************************************************************/
#include <qmemarray.h> #include <tqmemarray.h>
#include <qcstring.h> #include <tqcstring.h>
#include <qmap.h> #include <tqmap.h>
#include <qstringlist.h> #include <tqstringlist.h>
#include <ctype.h> #include <ctype.h>
#include <metatranslator.h> #include <metatranslator.h>

@ -14,8 +14,8 @@
** **
**********************************************************************/ **********************************************************************/
#include <qregexp.h> #include <tqregexp.h>
#include <qstringlist.h> #include <tqstringlist.h>
#include "proparser.h" #include "proparser.h"

@ -17,8 +17,8 @@
#ifndef PROPARSER_H #ifndef PROPARSER_H
#define PROPARSER_H #define PROPARSER_H
#include <qmap.h> #include <tqmap.h>
#include <qstring.h> #include <tqstring.h>
TQMap<TQString, TQString> proFileTagMap( const TQString& text ); TQMap<TQString, TQString> proFileTagMap( const TQString& text );

@ -14,8 +14,8 @@
** **
**********************************************************************/ **********************************************************************/
#include <qcstring.h> #include <tqcstring.h>
#include <qmap.h> #include <tqmap.h>
#include <metatranslator.h> #include <metatranslator.h>

@ -21,12 +21,12 @@
#include "domtool.h" #include "domtool.h"
#include <qsizepolicy.h> #include <tqsizepolicy.h>
#include <qpalette.h> #include <tqpalette.h>
#include <qcursor.h> #include <tqcursor.h>
#include <qrect.h> #include <tqrect.h>
#include <qsize.h> #include <tqsize.h>
#include <qfont.h> #include <tqfont.h>
/*! /*!

@ -19,9 +19,9 @@
#ifndef DOMTOOL_H #ifndef DOMTOOL_H
#define DOMTOOL_H #define DOMTOOL_H
#include <qnamespace.h> #include <tqnamespace.h>
#include <qvariant.h> #include <tqvariant.h>
#include <qdom.h> #include <tqdom.h>
class DomTool : public TQt class DomTool : public TQt

@ -21,7 +21,7 @@
#ifndef GLOBALDEFS_H #ifndef GLOBALDEFS_H
#define GLOBALDEFS_H #define GLOBALDEFS_H
#include <qcolor.h> #include <tqcolor.h>
#define BOXLAYOUT_DEFAULT_MARGIN 11 #define BOXLAYOUT_DEFAULT_MARGIN 11
#define BOXLAYOUT_DEFAULT_SPACING 6 #define BOXLAYOUT_DEFAULT_SPACING 6

@ -18,18 +18,18 @@
**********************************************************************/ **********************************************************************/
#include "uic.h" #include "uic.h"
#include <qapplication.h> #include <tqapplication.h>
#include <qfile.h> #include <tqfile.h>
#include <qfileinfo.h> #include <tqfileinfo.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <qstringlist.h> #include <tqstringlist.h>
#include <qstrlist.h> #include <tqstrlist.h>
#include <qdatetime.h> #include <tqdatetime.h>
#include <widgetdatabase.h> #include <widgetdatabase.h>
#include <domtool.h> #include <domtool.h>
#include <globaldefs.h> #include <globaldefs.h>
#include <qregexp.h> #include <tqregexp.h>
#include <zlib.h> #include <zlib.h>
static TQString mkBool( bool b ) static TQString mkBool( bool b )

@ -19,13 +19,13 @@
#ifndef UIC_H #ifndef UIC_H
#define UIC_H #define UIC_H
#include <qnamespace.h> #include <tqnamespace.h>
#include <qdom.h> #include <tqdom.h>
#include <qstring.h> #include <tqstring.h>
#include <qstringlist.h> #include <tqstringlist.h>
#include <qmap.h> #include <tqmap.h>
#include <qtextstream.h> #include <tqtextstream.h>
#include <qcolor.h> #include <tqcolor.h>
#define PYQT_VERSION "3.18.1" #define PYQT_VERSION "3.18.1"

@ -18,7 +18,7 @@
** **
**********************************************************************/ **********************************************************************/
#include <qvariant.h> // HP-UX compiler needs this here #include <tqvariant.h> // HP-UX compiler needs this here
#include "widgetdatabase.h" #include "widgetdatabase.h"
@ -30,12 +30,12 @@
//#include "../integration/kdevelop/kdewidgets.h" //#include "../integration/kdevelop/kdewidgets.h"
#include <globaldefs.h> #include <globaldefs.h>
#include <qstrlist.h> #include <tqstrlist.h>
#include <qdict.h> #include <tqdict.h>
#include <qfile.h> #include <tqfile.h>
#include <qtextstream.h> #include <tqtextstream.h>
#include <qmodules.h> #include <tqmodules.h>
const int dbsize = 300; const int dbsize = 300;
const int dbcustom = 200; const int dbcustom = 200;

@ -21,9 +21,9 @@
#ifndef WIDGETDATABASE_H #ifndef WIDGETDATABASE_H
#define WIDGETDATABASE_H #define WIDGETDATABASE_H
#include <qiconset.h> #include <tqiconset.h>
#include <qstring.h> #include <tqstring.h>
#include <qstringlist.h> #include <tqstringlist.h>
struct WidgetDatabaseRecord struct WidgetDatabaseRecord
{ {

@ -20,14 +20,14 @@
#include "domtool.h" #include "domtool.h"
#include <qsizepolicy.h> #include <tqsizepolicy.h>
#include <qcolor.h> #include <tqcolor.h>
#include <qcursor.h> #include <tqcursor.h>
#include <qdatetime.h> #include <tqdatetime.h>
#include <qrect.h> #include <tqrect.h>
#include <qsize.h> #include <tqsize.h>
#include <qfont.h> #include <tqfont.h>
#include <qdom.h> #include <tqdom.h>
/*! /*!
\class DomTool domtool.h \class DomTool domtool.h

@ -21,8 +21,8 @@
#ifndef DOMTOOL_H #ifndef DOMTOOL_H
#define DOMTOOL_H #define DOMTOOL_H
#include <qvariant.h> #include <tqvariant.h>
#include <qnamespace.h> #include <tqnamespace.h>
class TQDomElement; class TQDomElement;
class TQDomDocument; class TQDomDocument;

@ -21,11 +21,11 @@
**********************************************************************/ **********************************************************************/
#include "uic.h" #include "uic.h"
#include <qfile.h> #include <tqfile.h>
#include <qimage.h> #include <tqimage.h>
#include <qstringlist.h> #include <tqstringlist.h>
#include <qdatetime.h> #include <tqdatetime.h>
#include <qfileinfo.h> #include <tqfileinfo.h>
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>

@ -23,10 +23,10 @@
#include "parser.h" #include "parser.h"
#include "widgetdatabase.h" #include "widgetdatabase.h"
#include "domtool.h" #include "domtool.h"
#include <qstringlist.h> #include <tqstringlist.h>
#include <qfile.h> #include <tqfile.h>
#include <qfileinfo.h> #include <tqfileinfo.h>
#include <qregexp.h> #include <tqregexp.h>
#define NO_STATIC_COLORS #define NO_STATIC_COLORS
#include <globaldefs.h> #include <globaldefs.h>

@ -21,8 +21,8 @@
#ifndef GLOBALDEFS_H #ifndef GLOBALDEFS_H
#define GLOBALDEFS_H #define GLOBALDEFS_H
#include <qcolor.h> #include <tqcolor.h>
#include <qapplication.h> #include <tqapplication.h>
#define BOXLAYOUT_DEFAULT_MARGIN 11 #define BOXLAYOUT_DEFAULT_MARGIN 11
#define BOXLAYOUT_DEFAULT_SPACING 6 #define BOXLAYOUT_DEFAULT_SPACING 6

@ -23,13 +23,13 @@
#include "parser.h" #include "parser.h"
#include "widgetdatabase.h" #include "widgetdatabase.h"
#include "domtool.h" #include "domtool.h"
#include <qapplication.h> #include <tqapplication.h>
#include <qfile.h> #include <tqfile.h>
#include <qstringlist.h> #include <tqstringlist.h>
#include <qdatetime.h> #include <tqdatetime.h>
#define NO_STATIC_COLORS #define NO_STATIC_COLORS
#include <globaldefs.h> #include <globaldefs.h>
#include <qregexp.h> #include <tqregexp.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

@ -21,9 +21,9 @@
#include "uic.h" #include "uic.h"
#include "parser.h" #include "parser.h"
#include "domtool.h" #include "domtool.h"
#include <qregexp.h> #include <tqregexp.h>
#include <qsizepolicy.h> #include <tqsizepolicy.h>
#include <qstringlist.h> #include <tqstringlist.h>
#define NO_STATIC_COLORS #define NO_STATIC_COLORS
#include <globaldefs.h> #include <globaldefs.h>

@ -19,8 +19,8 @@
**********************************************************************/ **********************************************************************/
#include "parser.h" #include "parser.h"
#include <qobject.h> #include <tqobject.h>
#include <qstringlist.h> #include <tqstringlist.h>
class NormalizeObject : public TQObject class NormalizeObject : public TQObject
{ {

@ -21,7 +21,7 @@
#ifndef PARSER_H #ifndef PARSER_H
#define PARSER_H #define PARSER_H
#include <qstring.h> #include <tqstring.h>
class Parser class Parser
{ {

@ -22,12 +22,12 @@
#include "parser.h" #include "parser.h"
#include "widgetdatabase.h" #include "widgetdatabase.h"
#include "domtool.h" #include "domtool.h"
#include <qfile.h> #include <tqfile.h>
#include <qstringlist.h> #include <tqstringlist.h>
#include <qdatetime.h> #include <tqdatetime.h>
#define NO_STATIC_COLORS #define NO_STATIC_COLORS
#include <globaldefs.h> #include <globaldefs.h>
#include <qregexp.h> #include <tqregexp.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

@ -23,12 +23,12 @@
#include "parser.h" #include "parser.h"
#include "widgetdatabase.h" #include "widgetdatabase.h"
#include "domtool.h" #include "domtool.h"
#include <qfile.h> #include <tqfile.h>
#include <qstringlist.h> #include <tqstringlist.h>
#include <qdatetime.h> #include <tqdatetime.h>
#define NO_STATIC_COLORS #define NO_STATIC_COLORS
#include <globaldefs.h> #include <globaldefs.h>
#include <qregexp.h> #include <tqregexp.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

@ -21,13 +21,13 @@
#ifndef UIC_H #ifndef UIC_H
#define UIC_H #define UIC_H
#include <qdom.h> #include <tqdom.h>
#include <qstring.h> #include <tqstring.h>
#include <qstringlist.h> #include <tqstringlist.h>
#include <qmap.h> #include <tqmap.h>
#include <qtextstream.h> #include <tqtextstream.h>
#include <qpalette.h> #include <tqpalette.h>
#include <qvariant.h> #include <tqvariant.h>
#define PYQT_VERSION "3.18.1" #define PYQT_VERSION "3.18.1"

@ -27,15 +27,15 @@
#include "widgetdatabase.h" #include "widgetdatabase.h"
#include "widgetinterface.h" #include "widgetinterface.h"
#include <qapplication.h> #include <tqapplication.h>
#define NO_STATIC_COLORS #define NO_STATIC_COLORS
#include <globaldefs.h> #include <globaldefs.h>
#include <qstrlist.h> #include <tqstrlist.h>
#include <qdict.h> #include <tqdict.h>
#include <qfile.h> #include <tqfile.h>
#include <qtextstream.h> #include <tqtextstream.h>
#include <qcleanuphandler.h> #include <tqcleanuphandler.h>
#include <qfeatures.h> #include <tqfeatures.h>
#include <stdlib.h> #include <stdlib.h>

@ -27,8 +27,8 @@
#ifndef WIDGETDATABASE_H #ifndef WIDGETDATABASE_H
#define WIDGETDATABASE_H #define WIDGETDATABASE_H
#include <qiconset.h> #include <tqiconset.h>
#include <qstring.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/qpluginmanager_p.h>

@ -32,7 +32,7 @@
class TQAccel : TQObject class TQAccel : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qaccel.h> #include <tqaccel.h>
%End %End
public: public:

@ -41,7 +41,7 @@
class TQAction : TQObject class TQAction : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qaction.h> #include <tqaction.h>
%End %End
public: public:
@ -144,7 +144,7 @@ private:
class TQActionGroup : TQAction class TQActionGroup : TQAction
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qaction.h> #include <tqaction.h>
%End %End
public: public:

@ -71,8 +71,8 @@ TQApplication *qApp;
class TQApplication : TQObject class TQApplication : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qapplication.h> #include <tqapplication.h>
#include <qwidgetlist.h> #include <tqwidgetlist.h>
%End %End
public: public:

@ -36,7 +36,7 @@ converted to and from Python lists of the type.
%MappedType TQArray<int> %MappedType TQArray<int>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qarray.h> #include <tqarray.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -35,7 +35,7 @@
class TQAssistantClient : TQObject class TQAssistantClient : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qassistantclient.h> #include <tqassistantclient.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQBitmap : TQPixmap class TQBitmap : TQPixmap
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qbitmap.h> #include <tqbitmap.h>
%End %End
public: public:

@ -55,7 +55,7 @@ enum BrushStyle {
class TQBrush class TQBrush
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qbrush.h> #include <tqbrush.h>
%End %End
public: public:
@ -81,7 +81,7 @@ public:
class TQBrush : TQt class TQBrush : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qbrush.h> #include <tqbrush.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQButton : TQWidget class TQButton : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qbutton.h> #include <tqbutton.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQButtonGroup : TQGroupBox class TQButtonGroup : TQGroupBox
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qbuttongroup.h> #include <tqbuttongroup.h>
%End %End
public: public:

@ -95,7 +95,7 @@ Not implemented.
class TQByteArray class TQByteArray
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstring.h> #include <tqstring.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQCDEStyle : TQMotifStyle class TQCDEStyle : TQMotifStyle
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcdestyle.h> #include <tqcdestyle.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQCheckBox : TQButton class TQCheckBox : TQButton
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcheckbox.h> #include <tqcheckbox.h>
%End %End
public: public:

@ -47,7 +47,7 @@ Not yet implemented (TQt v1.x).
class TQClipboard : TQObject class TQClipboard : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qclipboard.h> #include <tqclipboard.h>
%End %End
private: private:

@ -75,7 +75,7 @@ This takes no parameters and returns the <Literal>r</Literal>,
%ModuleHeaderCode %ModuleHeaderCode
#include <qcolor.h> #include <tqcolor.h>
%End %End
@ -122,7 +122,7 @@ TQRgb qRgba(int,int,int,int);
class TQColor class TQColor
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcolor.h> #include <tqcolor.h>
%End %End
public: public:

@ -44,7 +44,7 @@ This takes the <Literal>initial</Literal>, <Literal>parent</Literal> and
class TQColorDialog : TQDialog class TQColorDialog : TQDialog
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcolordialog.h> #include <tqcolordialog.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQColorGroup class TQColorGroup
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpalette.h> #include <tqpalette.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQComboBox : TQWidget class TQComboBox : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcombobox.h> #include <tqcombobox.h>
%End %End
public: public:

@ -53,7 +53,7 @@ This takes only the <Literal>t</Literal> parameter and returns a tuple of the
class TQCommonStyle : TQStyle class TQCommonStyle : TQStyle
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcommonstyle.h> #include <tqcommonstyle.h>
%End %End
public: public:

@ -117,7 +117,7 @@ This returns a tuple of the <Literal>double</Literal> result and the
class TQCString : TQByteArray class TQCString : TQByteArray
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcstring.h> #include <tqcstring.h>
%End %End
public: public:

@ -30,7 +30,7 @@
%ModuleHeaderCode %ModuleHeaderCode
#include <qcursor.h> #include <tqcursor.h>
%End %End
@ -72,7 +72,7 @@ enum TQCursorShape {
class TQCursor class TQCursor
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcursor.h> #include <tqcursor.h>
%End %End
public: public:
@ -109,7 +109,7 @@ public:
class TQCursor : TQt class TQCursor : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcursor.h> #include <tqcursor.h>
%End %End
public: public:

@ -69,7 +69,7 @@ parameter.
class TQDataStream class TQDataStream
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdatastream.h> #include <tqdatastream.h>
%End %End
public: public:

@ -68,7 +68,7 @@ operators.
class TQDate class TQDate
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdatetime.h> #include <tqdatetime.h>
%End %End
public: public:
@ -153,7 +153,7 @@ public:
class TQTime class TQTime
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdatetime.h> #include <tqdatetime.h>
%End %End
public: public:
@ -217,7 +217,7 @@ public:
class TQDateTime class TQDateTime
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdatetime.h> #include <tqdatetime.h>
%End %End
public: public:

@ -50,7 +50,7 @@
class TQDateEdit : TQWidget class TQDateEdit : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdatetimeedit.h> #include <tqdatetimeedit.h>
%End %End
public: public:
@ -128,7 +128,7 @@ private:
class TQTimeEdit : TQWidget class TQTimeEdit : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdatetimeedit.h> #include <tqdatetimeedit.h>
%End %End
public: public:
@ -207,7 +207,7 @@ private:
class TQDateTimeEdit : TQWidget class TQDateTimeEdit : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdatetimeedit.h> #include <tqdatetimeedit.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQDesktopWidget : TQWidget class TQDesktopWidget : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdesktopwidget.h> #include <tqdesktopwidget.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQDial : TQWidget, TQRangeControl class TQDial : TQWidget, TQRangeControl
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdial.h> #include <tqdial.h>
%End %End
public: public:

@ -43,7 +43,7 @@ ensures that the dialog is deleted without having to explicity code it using
class TQDialog : TQWidget class TQDialog : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdialog.h> #include <tqdialog.h>
%End %End
public: public:

@ -43,7 +43,7 @@ the return type of a function or the type of an argument, a Python list of
%MappedType TQFileInfoList %MappedType TQFileInfoList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdir.h> #include <tqdir.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode
@ -119,7 +119,7 @@ the return type of a function or the type of an argument, a Python list of
class TQDir class TQDir
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdir.h> #include <tqdir.h>
%End %End
public: public:

@ -40,7 +40,7 @@ TQDockWIndow or -1 if the TQDockArea does not contain the TQDockWindow.
class TQDockArea : TQWidget class TQDockArea : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdockarea.h> #include <tqdockarea.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQDockWindow : TQFrame class TQDockWindow : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdockwindow.h> #include <tqdockwindow.h>
%End %End
public: public:

@ -71,7 +71,7 @@
class TQDragObject : TQObject class TQDragObject : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdragobject.h> #include <tqdragobject.h>
%End %End
public: public:
@ -107,7 +107,7 @@ protected:
class TQDragObject : TQObject, TQMimeSource class TQDragObject : TQObject, TQMimeSource
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdragobject.h> #include <tqdragobject.h>
%End %End
public: public:
@ -174,7 +174,7 @@ private:
class TQStoredDrag : TQDragObject class TQStoredDrag : TQDragObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdragobject.h> #include <tqdragobject.h>
%End %End
public: public:
@ -202,7 +202,7 @@ private:
class TQTextDrag : TQStoredDrag class TQTextDrag : TQStoredDrag
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdragobject.h> #include <tqdragobject.h>
%End %End
public: public:
@ -221,7 +221,7 @@ public:
class TQTextDrag : TQDragObject class TQTextDrag : TQDragObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdragobject.h> #include <tqdragobject.h>
%End %End
public: public:
@ -251,7 +251,7 @@ private:
class TQImageDrag : TQDragObject class TQImageDrag : TQDragObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdragobject.h> #include <tqdragobject.h>
%End %End
public: public:
@ -291,7 +291,7 @@ private:
class TQUrlDrag : TQStoredDrag class TQUrlDrag : TQStoredDrag
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdragobject.h> #include <tqdragobject.h>
%End %End
public: public:
@ -312,7 +312,7 @@ public:
class TQUriDrag : TQStoredDrag class TQUriDrag : TQStoredDrag
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdragobject.h> #include <tqdragobject.h>
%End %End
public: public:
@ -352,7 +352,7 @@ private:
class TQColorDrag : TQStoredDrag class TQColorDrag : TQStoredDrag
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdragobject.h> #include <tqdragobject.h>
%End %End
public: public:

@ -21,7 +21,7 @@
%ModuleHeaderCode %ModuleHeaderCode
#include <qdrawutil.h> #include <tqdrawutil.h>
%End %End

@ -34,7 +34,7 @@
class TQDropSite class TQDropSite
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdropsite.h> #include <tqdropsite.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQErrorMessage : TQDialog class TQErrorMessage : TQDialog
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qerrormessage.h> #include <tqerrormessage.h>
%End %End
public: public:

@ -171,7 +171,7 @@ passed as the event data and its reference count is increased.
%ModuleHeaderCode %ModuleHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
@ -230,7 +230,7 @@ enum ButtonState {
class TQEvent class TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -321,7 +321,7 @@ public:
class TQEvent : TQt class TQEvent : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -579,7 +579,7 @@ public:
class TQTimerEvent : TQEvent class TQTimerEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -592,7 +592,7 @@ public:
class TQMouseEvent : TQEvent class TQMouseEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -633,7 +633,7 @@ public:
class TQWheelEvent : TQEvent class TQWheelEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -671,7 +671,7 @@ public:
class TQTabletEvent : TQEvent class TQTabletEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -714,7 +714,7 @@ public:
class TQKeyEvent : TQEvent class TQKeyEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -749,7 +749,7 @@ public:
class TQFocusEvent : TQEvent class TQFocusEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -796,7 +796,7 @@ public:
class TQPaintEvent : TQEvent class TQPaintEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -822,7 +822,7 @@ public:
class TQMoveEvent : TQEvent class TQMoveEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -836,7 +836,7 @@ public:
class TQResizeEvent : TQEvent class TQResizeEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -850,7 +850,7 @@ public:
class TQCloseEvent : TQEvent class TQCloseEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -867,7 +867,7 @@ public:
class TQIconDragEvent : TQEvent class TQIconDragEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -884,7 +884,7 @@ public:
class TQShowEvent : TQEvent class TQShowEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -902,7 +902,7 @@ public:
class TQHideEvent : TQEvent class TQHideEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -922,7 +922,7 @@ public:
class TQContextMenuEvent : TQEvent class TQContextMenuEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -960,7 +960,7 @@ public:
class TQIMEvent : TQEvent class TQIMEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -984,7 +984,7 @@ public:
class TQIMComposeEvent : TQIMEvent class TQIMComposeEvent : TQIMEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -999,7 +999,7 @@ public:
class TQDropEvent : TQEvent class TQDropEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -1021,7 +1021,7 @@ public:
class TQDropEvent : TQEvent, TQMimeSource class TQDropEvent : TQEvent, TQMimeSource
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -1062,7 +1062,7 @@ public:
class TQDragMoveEvent : TQEvent class TQDragMoveEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -1092,7 +1092,7 @@ protected:
class TQDragMoveEvent : TQDropEvent class TQDragMoveEvent : TQDropEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -1111,7 +1111,7 @@ public:
class TQDragEnterEvent : TQDragMoveEvent class TQDragEnterEvent : TQDragMoveEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -1122,7 +1122,7 @@ public:
class TQDragLeaveEvent : TQEvent class TQDragLeaveEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -1135,7 +1135,7 @@ public:
class TQChildEvent : TQEvent class TQChildEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:
@ -1160,7 +1160,7 @@ public:
class TQCustomEvent : TQEvent class TQCustomEvent : TQEvent
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qevent.h> #include <tqevent.h>
%End %End
public: public:

@ -38,7 +38,7 @@ This has been renamed to <Literal>exec_loop</Literal> in Python.
class TQEventLoop : TQObject class TQEventLoop : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qeventloop.h> #include <tqeventloop.h>
%End %End
public: public:

@ -85,7 +85,7 @@ as a parameter.
class TQFile : TQIODevice class TQFile : TQIODevice
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qfile.h> #include <tqfile.h>
%End %End
public: public:

@ -65,7 +65,7 @@ Thanks to Hans-Peter Jansen for this trick.
class TQFileIconProvider : TQObject class TQFileIconProvider : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qfiledialog.h> #include <tqfiledialog.h>
%End %End
public: public:
@ -84,7 +84,7 @@ private:
class TQFilePreview class TQFilePreview
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qfiledialog.h> #include <tqfiledialog.h>
%End %End
public: public:
@ -98,7 +98,7 @@ public:
class TQFileDialog : TQDialog class TQFileDialog : TQDialog
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qfiledialog.h> #include <tqfiledialog.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQFileInfo class TQFileInfo
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qfileinfo.h> #include <tqfileinfo.h>
%End %End
public: public:

@ -33,7 +33,7 @@
class TQFont class TQFont
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qfont.h> #include <tqfont.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQFontDatabase class TQFontDatabase
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qfontdatabase.h> #include <tqfontdatabase.h>
%End %End
public: public:

@ -56,7 +56,7 @@ and returns a tuple containing the <Literal>TQFont</Literal> result and the
class TQFontDialog : TQDialog class TQFontDialog : TQDialog
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qfontdialog.h> #include <tqfontdialog.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQFontInfo class TQFontInfo
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qfontinfo.h> #include <tqfontinfo.h>
%End %End
public: public:

@ -56,7 +56,7 @@ The <Literal>tabarray</Literal> parameter is a Python list of integers.
class TQFontMetrics class TQFontMetrics
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qfontmetrics.h> #include <tqfontmetrics.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQFrame : TQWidget class TQFrame : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qframe.h> #include <tqframe.h>
%End %End
public: public:

@ -21,7 +21,7 @@
%ModuleHeaderCode %ModuleHeaderCode
#include <qglobal.h> #include <tqglobal.h>
%End %End

@ -43,7 +43,7 @@ class TQChain;
class TQGManager : TQObject class TQGManager : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qgmanager.h> #include <tqgmanager.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQGrid : TQFrame class TQGrid : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qgrid.h> #include <tqgrid.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQGridView : TQScrollView class TQGridView : TQScrollView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qgridview.h> #include <tqgridview.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQGroupBox : TQFrame class TQGroupBox : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qgroupbox.h> #include <tqgroupbox.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQHBox : TQFrame class TQHBox : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qhbox.h> #include <tqhbox.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQHButtonGroup : TQButtonGroup class TQHButtonGroup : TQButtonGroup
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qhbuttongroup.h> #include <tqhbuttongroup.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQHeader : TQTableView class TQHeader : TQTableView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qheader.h> #include <tqheader.h>
%End %End
public: public:
@ -97,7 +97,7 @@ private:
class TQHeader : TQWidget class TQHeader : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qheader.h> #include <tqheader.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQHGroupBox : TQGroupBox class TQHGroupBox : TQGroupBox
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qhgroupbox.h> #include <tqhgroupbox.h>
%End %End
public: public:

@ -38,7 +38,7 @@
class TQIconSet class TQIconSet
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qiconset.h> #include <tqiconset.h>
%End %End
public: public:
@ -124,7 +124,7 @@ public:
class TQIconFactory class TQIconFactory
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qiconset.h> #include <tqiconset.h>
%End %End
public: public:

@ -61,7 +61,7 @@ Not yet implemented.
class TQIconDragItem class TQIconDragItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qiconview.h> #include <tqiconview.h>
%End %End
public: public:
@ -75,7 +75,7 @@ public:
class TQIconDrag : TQDragObject class TQIconDrag : TQDragObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qiconview.h> #include <tqiconview.h>
%End %End
public: public:
@ -99,7 +99,7 @@ private:
class TQIconViewItem : TQt class TQIconViewItem : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qiconview.h> #include <tqiconview.h>
%End %End
public: public:
@ -224,7 +224,7 @@ protected:
class TQIconView : TQScrollView class TQIconView : TQScrollView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qiconview.h> #include <tqiconview.h>
%End %End
public: public:

@ -136,7 +136,7 @@ Not implemented.
class TQImage class TQImage
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qimage.h> #include <tqimage.h>
%End %End
public: public:
@ -407,7 +407,7 @@ void bitBlt(TQImage *,int,int,const TQImage *,int = 0,int = 0,int = -1,int = -1,
class TQImageIO class TQImageIO
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qimage.h> #include <tqimage.h>
%End %End
public: public:
@ -490,7 +490,7 @@ private:
class TQImageTextKeyLang class TQImageTextKeyLang
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qimage.h> #include <tqimage.h>
%End %End
public: public:

@ -128,7 +128,7 @@ the <Literal>TQString</Literal> result and the <Literal>ok</Literal> flag.
class TQInputDialog : TQDialog class TQInputDialog : TQDialog
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qinputdialog.h> #include <tqinputdialog.h>
%End %End
public: public:

@ -46,7 +46,7 @@ This takes only the <Literal>sb</Literal> parameter and returns a tuple of the
class TQInterlaceStyle : TQMotifStyle class TQInterlaceStyle : TQMotifStyle
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qinterlacestyle.h> #include <tqinterlacestyle.h>
%End %End
public: public:

@ -30,7 +30,7 @@
%ModuleHeaderCode %ModuleHeaderCode
#include <qiodevice.h> #include <tqiodevice.h>
%End %End
@ -80,7 +80,7 @@ const int IO_UnspecifiedError;
class TQIODevice class TQIODevice
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qiodevice.h> #include <tqiodevice.h>
%End %End
public: public:

@ -23,7 +23,7 @@
%If (- TQt_2_00) %If (- TQt_2_00)
%ModuleHeaderCode %ModuleHeaderCode
#include <qkeycode.h> #include <tqkeycode.h>
%End %End
// Accelerator modifiers. // Accelerator modifiers.

@ -37,7 +37,7 @@ integer may be used whenever a <Literal>TQKeySequence</Literal> can be used.
class TQKeySequence : TQt class TQKeySequence : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qkeysequence.h> #include <tqkeysequence.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQLabel : TQFrame class TQLabel : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlabel.h> #include <tqlabel.h>
%End %End
public: public:

@ -103,7 +103,7 @@ This is a wrapper around the <Literal>TQLayoutIterator</Literal>
class TQLayout : TQObject class TQLayout : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlayout.h> #include <tqlayout.h>
%End %End
public: public:
@ -141,7 +141,7 @@ private:
class TQGLayoutIterator class TQGLayoutIterator
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qabstractlayout.h> #include <tqabstractlayout.h>
%End %End
public: public:
@ -154,7 +154,7 @@ public:
class TQLayoutIterator class TQLayoutIterator
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qabstractlayout.h> #include <tqabstractlayout.h>
%End %End
public: public:
@ -177,7 +177,7 @@ public:
class TQLayoutItem class TQLayoutItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qabstractlayout.h> #include <tqabstractlayout.h>
%End %End
public: public:
@ -218,7 +218,7 @@ public:
class TQSpacerItem : TQLayoutItem class TQSpacerItem : TQLayoutItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qabstractlayout.h> #include <tqabstractlayout.h>
%End %End
public: public:
@ -241,7 +241,7 @@ public:
class TQWidgetItem : TQLayoutItem class TQWidgetItem : TQLayoutItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qabstractlayout.h> #include <tqabstractlayout.h>
%End %End
public: public:
@ -264,7 +264,7 @@ public:
class TQLayout : TQObject, TQLayoutItem class TQLayout : TQObject, TQLayoutItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qabstractlayout.h> #include <tqabstractlayout.h>
%End %End
public: public:
@ -370,7 +370,7 @@ private:
class TQGridLayout : TQLayout class TQGridLayout : TQLayout
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlayout.h> #include <tqlayout.h>
%End %End
public: public:
@ -486,7 +486,7 @@ private:
class TQBoxLayout : TQLayout class TQBoxLayout : TQLayout
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlayout.h> #include <tqlayout.h>
%End %End
public: public:
@ -560,7 +560,7 @@ private:
class TQHBoxLayout : TQBoxLayout class TQHBoxLayout : TQBoxLayout
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlayout.h> #include <tqlayout.h>
%End %End
public: public:
@ -580,7 +580,7 @@ private:
class TQVBoxLayout : TQBoxLayout class TQVBoxLayout : TQBoxLayout
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlayout.h> #include <tqlayout.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQLCDNumber : TQFrame class TQLCDNumber : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlcdnumber.h> #include <tqlcdnumber.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQLibrary class TQLibrary
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlibrary.h> #include <tqlibrary.h>
%End %End
public: public:

@ -59,7 +59,7 @@ This takes no parameters and returns the bool result and the
class TQLineEdit : TQFrame class TQLineEdit : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlineedit.h> #include <tqlineedit.h>
%End %End
public: public:
@ -230,7 +230,7 @@ private:
class TQLineEdit : TQWidget class TQLineEdit : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlineedit.h> #include <tqlineedit.h>
%End %End
public: public:

@ -37,7 +37,7 @@ template<Type>
%MappedType TQList<Type> %MappedType TQList<Type>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlist.h> #include <tqlist.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -58,7 +58,7 @@ containing the <Literal>bool</Literal> result and <Literal>yPos</Literal>.
%If (- TQt_2_00) %If (- TQt_2_00)
%ModuleHeaderCode %ModuleHeaderCode
#include <qlistbox.h> #include <tqlistbox.h>
%End %End
// List box item types. // List box item types.
@ -71,7 +71,7 @@ const int LBI_UserDefined;
class TQListBox : TQTableView class TQListBox : TQTableView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlistbox.h> #include <tqlistbox.h>
%End %End
public: public:
@ -168,7 +168,7 @@ private:
class TQListBox : TQScrollView class TQListBox : TQScrollView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlistbox.h> #include <tqlistbox.h>
%End %End
public: public:
@ -416,7 +416,7 @@ private:
class TQListBoxItem class TQListBoxItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlistbox.h> #include <tqlistbox.h>
%End %End
public: public:
@ -493,7 +493,7 @@ private:
class TQListBoxText : TQListBoxItem class TQListBoxText : TQListBoxItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlistbox.h> #include <tqlistbox.h>
%End %End
public: public:
@ -531,7 +531,7 @@ private:
class TQListBoxPixmap : TQListBoxItem class TQListBoxPixmap : TQListBoxItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlistbox.h> #include <tqlistbox.h>
%End %End
public: public:

@ -61,7 +61,7 @@ call <Literal>takeItem()</Literal> and then <Literal>del()</Literal>.
class TQListViewItem class TQListViewItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlistview.h> #include <tqlistview.h>
%End %End
public: public:
@ -144,7 +144,7 @@ protected:
class TQListViewItem : TQt class TQListViewItem : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlistview.h> #include <tqlistview.h>
%End %End
public: public:
@ -295,7 +295,7 @@ protected:
class TQListView : TQScrollView class TQListView : TQScrollView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlistview.h> #include <tqlistview.h>
%End %End
public: public:
@ -603,7 +603,7 @@ private:
class TQCheckListItem : TQListViewItem class TQCheckListItem : TQListViewItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlistview.h> #include <tqlistview.h>
%End %End
public: public:
@ -726,7 +726,7 @@ protected:
class TQListViewItemIterator class TQListViewItemIterator
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlistview.h> #include <tqlistview.h>
%End %End
public: public:

@ -102,7 +102,7 @@ This returns a tuple of the <Literal>double</Literal> result and the
class TQLocale class TQLocale
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlocale.h> #include <tqlocale.h>
%End %End
public: public:

@ -68,7 +68,7 @@ This returns a list of <Literal>TQToolBar</Literal> instances. (TQt v2.1.0+)
class TQMainWindow : TQWidget class TQMainWindow : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmainwindow.h> #include <tqmainwindow.h>
%End %End
public: public:

@ -36,7 +36,7 @@ converted to and from Python lists of the type.
%MappedType TQMemArray<int> %MappedType TQMemArray<int>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmemarray.h> #include <tqmemarray.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode
@ -93,7 +93,7 @@ template<TYPE>
%MappedType TQMemArray<TYPE> %MappedType TQMemArray<TYPE>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmemarray.h> #include <tqmemarray.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -32,7 +32,7 @@
class TQMenuBar : TQFrame, TQMenuData class TQMenuBar : TQFrame, TQMenuData
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmenubar.h> #include <tqmenubar.h>
%End %End
public: public:

@ -54,7 +54,7 @@ Not implemented.
class TQMenuItem class TQMenuItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmenudata.h> #include <tqmenudata.h>
%End %End
public: public:
@ -79,7 +79,7 @@ class TQMenuItem;
class TQMenuData class TQMenuData
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmenudata.h> #include <tqmenudata.h>
%End %End
public: public:
@ -274,7 +274,7 @@ private:
class TQCustomMenuItem : TQt class TQCustomMenuItem : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmenudata.h> #include <tqmenudata.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQMessageBox : TQDialog class TQMessageBox : TQDialog
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmessagebox.h> #include <tqmessagebox.h>
%End %End
public: public:

@ -50,7 +50,7 @@ Not implemented.
class TQMetaObject class TQMetaObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmetaobject.h> #include <tqmetaobject.h>
%End %End
public: public:
@ -96,7 +96,7 @@ private:
class TQMetaProperty class TQMetaProperty
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmetaobject.h> #include <tqmetaobject.h>
%End %End
public: public:

@ -47,7 +47,7 @@
class TQMimeSource class TQMimeSource
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmime.h> #include <tqmime.h>
%End %End
public: public:
@ -67,7 +67,7 @@ public:
class TQMimeSourceFactory class TQMimeSourceFactory
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmime.h> #include <tqmime.h>
%End %End
public: public:

@ -56,7 +56,7 @@ This takes only the <Literal>sb</Literal> parameter and returns a tuple of the
class TQMotifPlusStyle : TQMotifStyle class TQMotifPlusStyle : TQMotifStyle
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmotifplusstyle.h> #include <tqmotifplusstyle.h>
%End %End
public: public:

@ -59,7 +59,7 @@ This takes only the <Literal>t</Literal> parameter and returns a tuple of the
class TQMotifStyle : TQCommonStyle class TQMotifStyle : TQCommonStyle
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmotifstyle.h> #include <tqmotifstyle.h>
%End %End
public: public:

@ -47,7 +47,7 @@ passed as a parameter. (TQt v2.2.0+)
class TQMovie class TQMovie
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmovie.h> #include <tqmovie.h>
%End %End
public: public:

@ -71,7 +71,7 @@ This takes no parameters and returns a tuple of the bool result and the
class TQMultiLineEdit : TQTextEdit class TQMultiLineEdit : TQTextEdit
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmultilineedit.h> #include <tqmultilineedit.h>
%End %End
public: public:
@ -153,7 +153,7 @@ private:
class TQMultiLineEdit : TQTableView class TQMultiLineEdit : TQTableView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmultilinedit.h> #include <tqmultilinedit.h>
%End %End
public: public:

@ -42,7 +42,7 @@
class TQMutex class TQMutex
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmutex.h> #include <tqmutex.h>
%End %End
public: public:
@ -65,7 +65,7 @@ private:
class TQMutex : TQt class TQMutex : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qthread.h> #include <tqthread.h>
%End %End
public: public:
@ -87,7 +87,7 @@ private:
class TQMutexLocker class TQMutexLocker
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qmutex.h> #include <tqmutex.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQt class TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qnamespace.h> #include <tqnamespace.h>
%End %End
public: public:

@ -48,7 +48,7 @@
class TQNetworkProtocolFactoryBase class TQNetworkProtocolFactoryBase
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qnetworkprotocol.h> #include <tqnetworkprotocol.h>
%End %End
public: public:
@ -60,7 +60,7 @@ public:
class TQNetworkProtocol : TQObject class TQNetworkProtocol : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qnetworkprotocol.h> #include <tqnetworkprotocol.h>
%End %End
public: public:
@ -193,7 +193,7 @@ private:
class TQNetworkOperation : TQObject class TQNetworkOperation : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qnetworkprotocol.h> #include <tqnetworkprotocol.h>
%End %End
public: public:

@ -63,8 +63,8 @@ supported.
class TQObject : TQt class TQObject : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qobject.h> #include <tqobject.h>
#include <qapplication.h> #include <tqapplication.h>
%End %End
public: public:
@ -700,7 +700,7 @@ SIP_PYOBJECT QT_TRANSLATE_NOOP(SIP_PYOBJECT,SIP_PYOBJECT);
class TQObject class TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qobject.h> #include <tqobject.h>
%End %End
public: public:
@ -954,9 +954,9 @@ PyObject *pyqt3GetSender();
#include <string.h> #include <string.h>
#include <qobject.h> #include <tqobject.h>
#include <qvariant.h> #include <tqvariant.h>
#include <qmetaobject.h> #include <tqmetaobject.h>
#include <private/qucom_p.h> #include <private/qucom_p.h>
#include <private/qucomextra_p.h> #include <private/qucomextra_p.h>

@ -34,7 +34,7 @@
class TQObjectCleanupHandler : TQObject class TQObjectCleanupHandler : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qobjectcleanuphandler.h> #include <tqobjectcleanuphandler.h>
%End %End
public: public:

@ -34,7 +34,7 @@ return type of a function or the type of an argument, a Python list of
%MappedType TQObjectList %MappedType TQObjectList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qobjectlist.h> #include <tqobjectlist.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -36,7 +36,7 @@ Not implemented.
%ModuleHeaderCode %ModuleHeaderCode
#include <qpaintdevice.h> #include <tqpaintdevice.h>
%End %End
@ -82,7 +82,7 @@ void bitBlt(TQPaintDevice *,const TQPoint &,const TQPaintDevice *,
class TQPaintDevice class TQPaintDevice
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpaintdevice.h> #include <tqpaintdevice.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQPaintDeviceMetrics class TQPaintDeviceMetrics
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpaintdevicemetrics.h> #include <tqpaintdevicemetrics.h>
%End %End
public: public:

@ -100,7 +100,7 @@ This returns a list of tab stops.
%If (- TQt_2_00) %If (- TQt_2_00)
%ModuleHeaderCode %ModuleHeaderCode
#include <qpainter.h> #include <tqpainter.h>
%End %End
enum BGMode { enum BGMode {
@ -121,7 +121,7 @@ enum PaintUnit {
class TQPainter class TQPainter
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpainter.h> #include <tqpainter.h>
%End %End
public: public:
@ -354,7 +354,7 @@ private:
class TQPainter : TQt class TQPainter : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpainter.h> #include <tqpainter.h>
%End %End
public: public:

@ -36,7 +36,7 @@ converted to and from Python tuples of two elements.
%MappedType TQPair<int,int> %MappedType TQPair<int,int>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpair.h> #include <tqpair.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -33,7 +33,7 @@
class TQPalette class TQPalette
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpalette.h> #include <tqpalette.h>
%End %End
public: public:

@ -45,7 +45,7 @@ enum PenStyle {
class TQPen class TQPen
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpen.h> #include <tqpen.h>
%End %End
public: public:
@ -69,7 +69,7 @@ public:
class TQPen : TQt class TQPen : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpen.h> #include <tqpen.h>
%End %End
public: public:

@ -48,7 +48,7 @@ as a parameter.
class TQPicture : TQPaintDevice class TQPicture : TQPaintDevice
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpicture.h> #include <tqpicture.h>
%End %End
public: public:

@ -61,7 +61,7 @@ Not implemented.
class TQPixmap : TQPaintDevice class TQPixmap : TQPaintDevice
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpixmap.h> #include <tqpixmap.h>
%End %End
public: public:
@ -156,7 +156,7 @@ protected:
class TQPixmap : TQPaintDevice, TQt class TQPixmap : TQPaintDevice, TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpixmap.h> #include <tqpixmap.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQPixmapCache class TQPixmapCache
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpixmapcache.h> #include <tqpixmapcache.h>
%End %End
public: public:

@ -46,7 +46,7 @@ This takes only the <Literal>sb</Literal> parameter and returns a tuple of the
class TQPlatinumStyle : TQWindowsStyle class TQPlatinumStyle : TQWindowsStyle
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qplatinumstyle.h> #include <tqplatinumstyle.h>
%End %End
public: public:

@ -54,7 +54,7 @@ Not implemented.
class TQPoint class TQPoint
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpoint.h> #include <tqpoint.h>
%End %End
public: public:

@ -90,7 +90,7 @@ Not implemented.
class TQPointArray class TQPointArray
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpointarray.h> #include <tqpointarray.h>
%End %End
%TypeCode %TypeCode

@ -61,7 +61,7 @@ ensures that the menu is deleted without having to explicity code it using
class TQPopupMenu : TQTableView, TQMenuData class TQPopupMenu : TQTableView, TQMenuData
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpopupmenu.h> #include <tqpopupmenu.h>
%End %End
public: public:
@ -150,7 +150,7 @@ private:
class TQPopupMenu : TQFrame, TQMenuData class TQPopupMenu : TQFrame, TQMenuData
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpopupmenu.h> #include <tqpopupmenu.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQPrintDialog : TQDialog class TQPrintDialog : TQDialog
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qprintdialog.h> #include <tqprintdialog.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQPrinter : TQPaintDevice class TQPrinter : TQPaintDevice
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qprinter.h> #include <tqprinter.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQProcess : TQObject class TQProcess : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qprocess.h> #include <tqprocess.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQProgressBar : TQFrame class TQProgressBar : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qprogressbar.h> #include <tqprogressbar.h>
%End %End
public: public:

@ -37,7 +37,7 @@ value.
class TQProgressDialog : TQDialog class TQProgressDialog : TQDialog
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qprogressdialog.h> #include <tqprogressdialog.h>
%End %End
public: public:
@ -110,7 +110,7 @@ private:
class TQProgressDialog : TQSemiModal class TQProgressDialog : TQSemiModal
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qprogressdialog.h> #include <tqprogressdialog.h>
%End %End
public: public:

@ -37,7 +37,7 @@ template<Type>
%MappedType TQPtrList<Type> %MappedType TQPtrList<Type>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qptrlist.h> #include <tqptrlist.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -32,7 +32,7 @@
class TQPushButton : TQButton class TQPushButton : TQButton
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpushbutton.h> #include <tqpushbutton.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQRadioButton : TQButton class TQRadioButton : TQButton
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qradiobutton.h> #include <tqradiobutton.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQRangeControl class TQRangeControl
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qrangecontrol.h> #include <tqrangecontrol.h>
%End %End
public: public:

@ -90,7 +90,7 @@ Not implemented. (TQt v2+)
class TQRect class TQRect
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qrect.h> #include <tqrect.h>
%End %End
public: public:

@ -57,7 +57,7 @@ returns a tuple of the <Literal>int</Literal> result and the
class TQRegExp class TQRegExp
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qregexp.h> #include <tqregexp.h>
%End %End
public: public:

@ -56,7 +56,7 @@ Not yet implemented. (TQt v2.2+)
class TQRegion class TQRegion
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qregion.h> #include <tqregion.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQScrollBar : TQWidget, TQRangeControl class TQScrollBar : TQWidget, TQRangeControl
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qscrollbar.h> #include <tqscrollbar.h>
%End %End
public: public:

@ -54,7 +54,7 @@ values. (TQt v2+)
class TQScrollView : TQFrame class TQScrollView : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qscrollview.h> #include <tqscrollview.h>
%End %End
public: public:

@ -38,7 +38,7 @@ Python v2.0 or later.
class TQSemaphore class TQSemaphore
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsemaphore.h> #include <tqsemaphore.h>
%End %End
public: public:
@ -91,7 +91,7 @@ private:
class TQSemaphore : TQt class TQSemaphore : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qthread.h> #include <tqthread.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQSemiModal : TQWidget class TQSemiModal : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsemimodal.h> #include <tqsemimodal.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQSessionManager : TQObject class TQSessionManager : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsessionmanager.h> #include <tqsessionmanager.h>
%End %End
public: public:

@ -104,7 +104,7 @@ Not implemented.
class TQSettings class TQSettings
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsettings.h> #include <tqsettings.h>
%End %End
public: public:

@ -46,7 +46,7 @@ This takes only the <Literal>sb</Literal> parameter and returns a tuple of the
class TQSGIStyle : TQMotifStyle class TQSGIStyle : TQMotifStyle
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsgistyle.h> #include <tqsgistyle.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQSignalMapper : TQObject class TQSignalMapper : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsignalmapper.h> #include <tqsignalmapper.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQSimpleRichText class TQSimpleRichText
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsimplerichtext.h> #include <tqsimplerichtext.h>
%End %End
public: public:

@ -54,7 +54,7 @@ Not implemented.
class TQSize class TQSize
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsize.h> #include <tqsize.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQSizeGrip : TQWidget class TQSizeGrip : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsizegrip.h> #include <tqsizegrip.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQSizePolicy class TQSizePolicy
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsizepolicy.h> #include <tqsizepolicy.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQSlider : TQWidget, TQRangeControl class TQSlider : TQWidget, TQRangeControl
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qslider.h> #include <tqslider.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQSocketNotifier : TQObject class TQSocketNotifier : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsocketnotifier.h> #include <tqsocketnotifier.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQSound : TQObject class TQSound : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsound.h> #include <tqsound.h>
%End %End
public: public:

@ -39,7 +39,7 @@ This returns a tuple of the <Literal>int</Literal> result and the modified
class TQSpinBox : TQWidget, TQRangeControl class TQSpinBox : TQWidget, TQRangeControl
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qspinbox.h> #include <tqspinbox.h>
%End %End
public: public:
@ -131,7 +131,7 @@ private:
class TQSpinBox : TQFrame, TQRangeControl class TQSpinBox : TQFrame, TQRangeControl
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qspinbox.h> #include <tqspinbox.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQSplashScreen : TQWidget class TQSplashScreen : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsplashscreen.h> #include <tqsplashscreen.h>
%End %End
public: public:

@ -41,7 +41,7 @@ This takes the <Literal>id</Literal> parameter and returns the
class TQSplitter : TQFrame class TQSplitter : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsplitter.h> #include <tqsplitter.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQStatusBar : TQWidget class TQStatusBar : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstatusbar.h> #include <tqstatusbar.h>
%End %End
public: public:

@ -177,7 +177,7 @@ This returns a tuple of the <Literal>double</Literal> result and the
class TQChar class TQChar
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstring.h> #include <tqstring.h>
%End %End
public: public:
@ -446,7 +446,7 @@ bool operator>(TQChar,TQChar);
class TQString class TQString
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstring.h> #include <tqstring.h>
%End %End
public: public:
@ -819,7 +819,7 @@ public:
%End %End
%TypeCode %TypeCode
#include <qtextcodec.h> #include <tqtextcodec.h>
#if PY_VERSION_HEX >= 0x01060000 #if PY_VERSION_HEX >= 0x01060000
// Convenience function for converting a TQString to a Python Unicode object. // Convenience function for converting a TQString to a Python Unicode object.
@ -978,7 +978,7 @@ bool operator>=(const TQString &,const TQString &);
class TQString : TQByteArray class TQString : TQByteArray
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstring.h> #include <tqstring.h>
%End %End
public: public:

@ -54,7 +54,7 @@ This does not return a value.
class TQStringList class TQStringList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstringlist.h> #include <tqstringlist.h>
%End %End
public: public:

@ -34,7 +34,7 @@ is used instead.
%MappedType TQStrList %MappedType TQStrList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstrlist.h> #include <tqstrlist.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -74,7 +74,7 @@ This takes only the <Literal>t</Literal> parameter and returns a tuple of the
class TQStyleOption class TQStyleOption
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstyle.h> #include <tqstyle.h>
%End %End
public: public:
@ -152,7 +152,7 @@ class TQStyleHintReturn;
class TQStyle : TQObject class TQStyle : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstyle.h> #include <tqstyle.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQStyleFactory class TQStyleFactory
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstylefactory.h> #include <tqstylefactory.h>
%End %End
public: public:

@ -40,7 +40,7 @@
class TQStyleSheetItem : TQt class TQStyleSheetItem : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstylesheet.h> #include <tqstylesheet.h>
%End %End
public: public:
@ -190,7 +190,7 @@ public:
class TQStyleSheet : TQObject class TQStyleSheet : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qstylesheet.h> #include <tqstylesheet.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQSyntaxHighlighter : TQt class TQSyntaxHighlighter : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsyntaxhighlighter.h> #include <tqsyntaxhighlighter.h>
%End %End
public: public:

@ -44,7 +44,7 @@ This returns a list of <Literal>TQTab</Literal> instances.
class TQTab : TQt class TQTab : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtabbar.h> #include <tqtabbar.h>
%End %End
public: public:
@ -72,7 +72,7 @@ public:
class TQTab class TQTab
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtabbar.h> #include <tqtabbar.h>
%End %End
public: public:
@ -96,7 +96,7 @@ public:
class TQTabBar : TQWidget class TQTabBar : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtabbar.h> #include <tqtabbar.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQTabDialog : TQDialog class TQTabDialog : TQDialog
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtabdialog.h> #include <tqtabdialog.h>
%End %End
public: public:

@ -49,7 +49,7 @@ the <Literal>bool</Literal> result and <Literal>yPos</Literal>.
%If (- TQt_3_0_0) %If (- TQt_3_0_0)
%ModuleHeaderCode %ModuleHeaderCode
#include <qtableview.h> #include <tqtableview.h>
%End %End
const uint Tbl_vScrollBar; const uint Tbl_vScrollBar;
@ -79,7 +79,7 @@ const uint Tbl_snapToGrid;
class TQTableView : TQFrame class TQTableView : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtableview.h> #include <tqtableview.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQTabWidget : TQWidget class TQTabWidget : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtabwidget.h> #include <tqtabwidget.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQTextBrowser : TQTextEdit class TQTextBrowser : TQTextEdit
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtextbrowser.h> #include <tqtextbrowser.h>
%End %End
public: public:
@ -77,7 +77,7 @@ private:
class TQTextBrowser : TQTextView class TQTextBrowser : TQTextView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtextbrowser.h> #include <tqtextbrowser.h>
%End %End
public: public:

@ -59,7 +59,7 @@ updated <Literal>lenInOut</Literal>.
class TQTextEncoder class TQTextEncoder
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtextcodec.h> #include <tqtextcodec.h>
%End %End
public: public:
@ -70,7 +70,7 @@ public:
class TQTextDecoder class TQTextDecoder
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtextcodec.h> #include <tqtextcodec.h>
%End %End
public: public:
@ -81,7 +81,7 @@ public:
class TQTextCodec class TQTextCodec
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtextcodec.h> #include <tqtextcodec.h>
%End %End
public: public:

@ -95,7 +95,7 @@ class TQTextCursor;
class TQTextEdit : TQScrollView class TQTextEdit : TQScrollView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtextedit.h> #include <tqtextedit.h>
%End %End
public: public:

@ -78,7 +78,7 @@ Not implemented.
class TQTextStream class TQTextStream
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtextstream.h> #include <tqtextstream.h>
%End %End
public: public:
@ -196,7 +196,7 @@ private:
class TQTextIStream : TQTextStream class TQTextIStream : TQTextStream
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtextstream.h> #include <tqtextstream.h>
%End %End
public: public:
@ -214,7 +214,7 @@ private:
class TQTextOStream : TQTextStream class TQTextOStream : TQTextStream
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtextstream.h> #include <tqtextstream.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQTextView : TQTextEdit class TQTextView : TQTextEdit
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtextview.h> #include <tqtextview.h>
%End %End
public: public:
@ -56,7 +56,7 @@ private:
class TQTextView : TQScrollView class TQTextView : TQScrollView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtextview.h> #include <tqtextview.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQThread : TQt /CreatesThread/ class TQThread : TQt /CreatesThread/
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qthread.h> #include <tqthread.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQTimer : TQObject class TQTimer : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtimer.h> #include <tqtimer.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQToolBar : TQDockWindow class TQToolBar : TQDockWindow
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtoolbar.h> #include <tqtoolbar.h>
%End %End
public: public:
@ -82,7 +82,7 @@ private:
class TQToolBar : TQWidget class TQToolBar : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtoolbar.h> #include <tqtoolbar.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQToolBox : TQFrame class TQToolBox : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtoolbox.h> #include <tqtoolbox.h>
%End %End
public: public:

@ -32,7 +32,7 @@
class TQToolButton : TQButton class TQToolButton : TQButton
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtoolbutton.h> #include <tqtoolbutton.h>
%End %End
public: public:

@ -38,7 +38,7 @@
class TQToolTipGroup : TQObject class TQToolTipGroup : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtooltip.h> #include <tqtooltip.h>
%End %End
public: public:
@ -78,7 +78,7 @@ private:
class TQToolTip class TQToolTip
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtooltip.h> #include <tqtooltip.h>
%End %End
public: public:
@ -111,7 +111,7 @@ protected:
class TQToolTip : TQt class TQToolTip : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtooltip.h> #include <tqtooltip.h>
%End %End
public: public:

@ -40,7 +40,7 @@
class TQTranslatorMessage class TQTranslatorMessage
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtranslator.h> #include <tqtranslator.h>
%End %End
public: public:
@ -86,7 +86,7 @@ public:
class TQTranslator : TQObject class TQTranslator : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtranslator.h> #include <tqtranslator.h>
%End %End
public: public:

@ -36,7 +36,7 @@ operators.
class TQUrl class TQUrl
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qurl.h> #include <tqurl.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQUrlInfo class TQUrlInfo
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qurlinfo.h> #include <tqurlinfo.h>
%End %End
public: public:

@ -40,7 +40,7 @@ This returns a tuple of the <Literal>bool</Literal> result and the
class TQUrlOperator : TQObject, TQUrl class TQUrlOperator : TQObject, TQUrl
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qurloperator.h> #include <tqurloperator.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQUuid class TQUuid
{ {
%TypeHeaderCode %TypeHeaderCode
#include <quuid.h> #include <tquuid.h>
%End %End
public: public:

@ -75,7 +75,7 @@ updated <Literal>pos</Literal>.
class TQValidator : TQObject class TQValidator : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvalidator.h> #include <tqvalidator.h>
%End %End
public: public:
@ -123,7 +123,7 @@ private:
class TQIntValidator : TQValidator class TQIntValidator : TQValidator
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvalidator.h> #include <tqvalidator.h>
%End %End
public: public:
@ -162,7 +162,7 @@ private:
class TQDoubleValidator : TQValidator class TQDoubleValidator : TQValidator
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvalidator.h> #include <tqvalidator.h>
%End %End
public: public:
@ -207,7 +207,7 @@ private:
class TQRegExpValidator : TQValidator class TQRegExpValidator : TQValidator
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvalidator.h> #include <tqvalidator.h>
%End %End
public: public:

@ -37,7 +37,7 @@ template<Type>
%MappedType TQValueList<Type> %MappedType TQValueList<Type>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvaluelist.h> #include <tqvaluelist.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode
@ -123,7 +123,7 @@ template<Type>
%MappedType TQValueList<int> %MappedType TQValueList<int>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvaluelist.h> #include <tqvaluelist.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -198,7 +198,7 @@ Not yet implemented.
class TQVariant class TQVariant
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvariant.h> #include <tqvariant.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQVBox : TQHBox class TQVBox : TQHBox
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvbox.h> #include <tqvbox.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQVButtonGroup : TQButtonGroup class TQVButtonGroup : TQButtonGroup
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvbuttongroup.h> #include <tqvbuttongroup.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQVGroupBox : TQGroupBox class TQVGroupBox : TQGroupBox
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvgroupbox.h> #include <tqvgroupbox.h>
%End %End
public: public:

@ -36,7 +36,7 @@
class TQWaitCondition class TQWaitCondition
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qwaitcondition.h> #include <tqwaitcondition.h>
%End %End
public: public:
@ -60,7 +60,7 @@ private:
class TQWaitCondition : TQt class TQWaitCondition : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qthread.h> #include <tqthread.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQWhatsThis class TQWhatsThis
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qwhatsthis.h> #include <tqwhatsthis.h>
%End %End
public: public:
@ -52,7 +52,7 @@ public:
class TQWhatsThis : TQt class TQWhatsThis : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qwhatsthis.h> #include <tqwhatsthis.h>
%End %End
public: public:

@ -60,7 +60,7 @@ This has been renamed to <Literal>raiseW</Literal> in Python.
class TQWidget : TQObject, TQPaintDevice class TQWidget : TQObject, TQPaintDevice
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qwidget.h> #include <tqwidget.h>
%End %End
public: public:

@ -34,7 +34,7 @@ instances is used instead.
%MappedType TQWidgetList %MappedType TQWidgetList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qwidgetlist.h> #include <tqwidgetlist.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -32,7 +32,7 @@
class TQWidgetStack : TQFrame class TQWidgetStack : TQFrame
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qwidgetstack.h> #include <tqwidgetstack.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQWindow : TQWidget class TQWindow : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qwindow.h> #include <tqwindow.h>
%End %End
public: public:

@ -30,7 +30,7 @@ All constant values defined by TQt have equivalent constants defined to Python.
%ModuleHeaderCode %ModuleHeaderCode
#include <qwindowdefs.h> #include <tqwindowdefs.h>
%End %End

@ -69,7 +69,7 @@ This takes only the <Literal>t</Literal> parameter and returns a tuple of the
class TQWindowsStyle : TQCommonStyle class TQWindowsStyle : TQCommonStyle
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qwindowsstyle.h> #include <tqwindowsstyle.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQWizard : TQDialog class TQWizard : TQDialog
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qwizard.h> #include <tqwizard.h>
%End %End
public: public:

@ -81,7 +81,7 @@ values. (TQt v2+)
class TQWMatrix class TQWMatrix
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qwmatrix.h> #include <tqwmatrix.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQWorkspace : TQWidget class TQWorkspace : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qworkspace.h> #include <tqworkspace.h>
%End %End
public: public:

@ -134,7 +134,7 @@ The <Literal>pixmaps</Literal> argument is a Python list of TQPixmap instances.
%MappedType TQCanvasItemList %MappedType TQCanvasItemList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode
@ -189,7 +189,7 @@ The <Literal>pixmaps</Literal> argument is a Python list of TQPixmap instances.
class TQCanvasItem : TQt class TQCanvasItem : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -352,7 +352,7 @@ private:
class TQCanvas : TQObject class TQCanvas : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -467,7 +467,7 @@ private:
class TQCanvasView : TQScrollView class TQCanvasView : TQScrollView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -504,7 +504,7 @@ private:
class TQCanvasPixmap : TQPixmap class TQCanvasPixmap : TQPixmap
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -531,7 +531,7 @@ private:
class TQCanvasPixmapArray class TQCanvasPixmapArray
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -565,7 +565,7 @@ private:
class TQCanvasSprite : TQCanvasItem class TQCanvasSprite : TQCanvasItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -651,7 +651,7 @@ private:
class TQCanvasPolygonalItem : TQCanvasItem class TQCanvasPolygonalItem : TQCanvasItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -688,7 +688,7 @@ protected:
class TQCanvasRectangle : TQCanvasPolygonalItem class TQCanvasRectangle : TQCanvasPolygonalItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -716,7 +716,7 @@ protected:
class TQCanvasPolygon : TQCanvasPolygonalItem class TQCanvasPolygon : TQCanvasPolygonalItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -740,7 +740,7 @@ protected:
class TQCanvasSpline : TQCanvasPolygon class TQCanvasSpline : TQCanvasPolygon
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -759,7 +759,7 @@ public:
class TQCanvasLine : TQCanvasPolygonalItem class TQCanvasLine : TQCanvasPolygonalItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -786,7 +786,7 @@ protected:
class TQCanvasEllipse : TQCanvasPolygonalItem class TQCanvasEllipse : TQCanvasPolygonalItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:
@ -814,7 +814,7 @@ protected:
class TQCanvasText : TQCanvasItem class TQCanvasText : TQCanvasItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qcanvas.h> #include <tqcanvas.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintilla : QextScintillaBase class QextScintilla : QextScintillaBase
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintilla.h> #include <tqextscintilla.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaAPIs class QextScintillaAPIs
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillaapis.h> #include <tqextscintillaapis.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaBase : TQWidget class QextScintillaBase : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillabase.h> #include <tqextscintillabase.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaCommand class QextScintillaCommand
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillacommand.h> #include <tqextscintillacommand.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaCommandSet class QextScintillaCommandSet
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillacommandset.h> #include <tqextscintillacommandset.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaDocument class QextScintillaDocument
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintilladocument.h> #include <tqextscintilladocument.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaLexer : TQObject class QextScintillaLexer : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexer.h> #include <tqextscintillalexer.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerBash : QextScintillaLexer class QextScintillaLexerBash : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerbash.h> #include <tqextscintillalexerbash.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerBatch : QextScintillaLexer class QextScintillaLexerBatch : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerbatch.h> #include <tqextscintillalexerbatch.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaLexerCPP : QextScintillaLexer class QextScintillaLexerCPP : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexercpp.h> #include <tqextscintillalexercpp.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaLexerCSharp : QextScintillaLexerCPP class QextScintillaLexerCSharp : QextScintillaLexerCPP
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexercsharp.h> #include <tqextscintillalexercsharp.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerCSS : QextScintillaLexer class QextScintillaLexerCSS : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexercss.h> #include <tqextscintillalexercss.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerDiff : QextScintillaLexer class QextScintillaLexerDiff : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerdiff.h> #include <tqextscintillalexerdiff.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerHTML : QextScintillaLexer class QextScintillaLexerHTML : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerhtml.h> #include <tqextscintillalexerhtml.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaLexerIDL : QextScintillaLexerCPP class QextScintillaLexerIDL : QextScintillaLexerCPP
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexeridl.h> #include <tqextscintillalexeridl.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaLexerJava : QextScintillaLexerCPP class QextScintillaLexerJava : QextScintillaLexerCPP
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerjava.h> #include <tqextscintillalexerjava.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaLexerJavaScript : QextScintillaLexerCPP class QextScintillaLexerJavaScript : QextScintillaLexerCPP
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerjavascript.h> #include <tqextscintillalexerjavascript.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerLua : QextScintillaLexer class QextScintillaLexerLua : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerlua.h> #include <tqextscintillalexerlua.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerMakefile : QextScintillaLexer class QextScintillaLexerMakefile : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexermakefile.h> #include <tqextscintillalexermakefile.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerPerl : QextScintillaLexer class QextScintillaLexerPerl : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerperl.h> #include <tqextscintillalexerperl.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerPOV : QextScintillaLexer class QextScintillaLexerPOV : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerpov.h> #include <tqextscintillalexerpov.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerProperties : QextScintillaLexer class QextScintillaLexerProperties : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerproperties.h> #include <tqextscintillalexerproperties.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaLexerPython : QextScintillaLexer class QextScintillaLexerPython : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerpython.h> #include <tqextscintillalexerpython.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerRuby : QextScintillaLexer class QextScintillaLexerRuby : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexerruby.h> #include <tqextscintillalexerruby.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerSQL : QextScintillaLexer class QextScintillaLexerSQL : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexersql.h> #include <tqextscintillalexersql.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class QextScintillaLexerTeX : QextScintillaLexer class QextScintillaLexerTeX : QextScintillaLexer
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillalexertex.h> #include <tqextscintillalexertex.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaMacro : TQObject class QextScintillaMacro : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillamacro.h> #include <tqextscintillamacro.h>
%End %End
public: public:

@ -27,7 +27,7 @@
class QextScintillaPrinter : TQPrinter class QextScintillaPrinter : TQPrinter
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qextscintillaprinter.h> #include <tqextscintillaprinter.h>
%End %End
public: public:

@ -59,7 +59,7 @@ const char *qGLVersion();
class TQGL class TQGL
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qgl.h> #include <tqgl.h>
%End %End
public: public:
@ -89,7 +89,7 @@ public:
class TQGLFormat : TQGL class TQGLFormat : TQGL
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qgl.h> #include <tqgl.h>
%End %End
public: public:
@ -135,7 +135,7 @@ public:
class TQGLContext : TQGL class TQGLContext : TQGL
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qgl.h> #include <tqgl.h>
%End %End
public: public:
@ -197,7 +197,7 @@ private:
class TQGLWidget : TQWidget, TQGL class TQGLWidget : TQWidget, TQGL
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qgl.h> #include <tqgl.h>
%End %End
public: public:

@ -40,7 +40,7 @@ Not yet implemented.
class TQGLColormap class TQGLColormap
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qglcolormap.h> #include <tqglcolormap.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQDns : TQObject class TQDns : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdns.h> #include <tqdns.h>
%End %End
public: public:
@ -106,7 +106,7 @@ signals:
%MappedType TQValueList<TQHostAddress> %MappedType TQValueList<TQHostAddress>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvaluelist.h> #include <tqvaluelist.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode
@ -162,7 +162,7 @@ signals:
%MappedType TQValueList<TQDns::MailServer> %MappedType TQValueList<TQDns::MailServer>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvaluelist.h> #include <tqvaluelist.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode
@ -218,7 +218,7 @@ signals:
%MappedType TQValueList<TQDns::Server> %MappedType TQValueList<TQDns::Server>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qvaluelist.h> #include <tqvaluelist.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -42,7 +42,7 @@ This takes a single <Literal>maxlen</Literal> parameter. The
class TQFtp : TQNetworkProtocol class TQFtp : TQNetworkProtocol
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qftp.h> #include <tqftp.h>
%End %End
public: public:

@ -62,7 +62,7 @@ Not yet implemented.
class TQHostAddress class TQHostAddress
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qhostaddress.h> #include <tqhostaddress.h>
%End %End
public: public:

@ -61,7 +61,7 @@ This takes a single <Literal>maxlen</Literal> parameter. The
class TQHttpHeader class TQHttpHeader
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qhttp.h> #include <tqhttp.h>
%End %End
public: public:
@ -101,7 +101,7 @@ protected:
class TQHttpResponseHeader : TQHttpHeader class TQHttpResponseHeader : TQHttpHeader
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qhttp.h> #include <tqhttp.h>
%End %End
public: public:
@ -124,7 +124,7 @@ protected:
class TQHttpRequestHeader : TQHttpHeader class TQHttpRequestHeader : TQHttpHeader
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qhttp.h> #include <tqhttp.h>
%End %End
public: public:
@ -155,7 +155,7 @@ protected:
class TQHttp : TQNetworkProtocol class TQHttp : TQNetworkProtocol
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qhttp.h> #include <tqhttp.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQLocalFs : TQNetworkProtocol class TQLocalFs : TQNetworkProtocol
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qlocalfs.h> #include <tqlocalfs.h>
%End %End
public: public:

@ -24,8 +24,8 @@
%If (TQt_2_2_0 -) %If (TQt_2_2_0 -)
%ModuleHeaderCode %ModuleHeaderCode
#include <qglobal.h> #include <tqglobal.h>
#include <qnetwork.h> #include <tqnetwork.h>
%End %End
void qInitNetworkProtocols(); void qInitNetworkProtocols();

@ -34,7 +34,7 @@
class TQServerSocket : TQObject class TQServerSocket : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qserversocket.h> #include <tqserversocket.h>
%End %End
public: public:

@ -62,7 +62,7 @@ as a parameter.
class TQSocket : TQObject, TQIODevice class TQSocket : TQObject, TQIODevice
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsocket.h> #include <tqsocket.h>
%End %End
public: public:

@ -51,7 +51,7 @@ as a parameter.
class TQSocketDevice : TQIODevice class TQSocketDevice : TQIODevice
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsocketdevice.h> #include <tqsocketdevice.h>
%End %End
public: public:

@ -29,8 +29,8 @@
class TQPEApplication : TQApplication class TQPEApplication : TQApplication
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/qpeapplication.h> #include <tqpe/qpeapplication.h>
#include <qwidgetlist.h> #include <tqwidgetlist.h>
%End %End
public: public:

@ -30,7 +30,7 @@
class AppLnk class AppLnk
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/applnk.h> #include <tqpe/applnk.h>
%End %End
public: public:
@ -91,7 +91,7 @@ protected:
class DocLnk : AppLnk class DocLnk : AppLnk
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/applnk.h> #include <tqpe/applnk.h>
%End %End
public: public:
@ -110,7 +110,7 @@ protected:
class AppLnkSet class AppLnkSet
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/applnk.h> #include <tqpe/applnk.h>
%End %End
public: public:
@ -139,7 +139,7 @@ private:
class DocLnkSet : AppLnkSet class DocLnkSet : AppLnkSet
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/applnk.h> #include <tqpe/applnk.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class Config class Config
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/config.h> #include <tqpe/config.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class FileManager class FileManager
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/filemanager.h> #include <tqpe/filemanager.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class FileSelectorItem : TQListViewItem class FileSelectorItem : TQListViewItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/fileselector.h> #include <tqpe/fileselector.h>
%End %End
public: public:
@ -42,7 +42,7 @@ public:
class FileSelector : TQVBox class FileSelector : TQVBox
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/fileselector.h> #include <tqpe/fileselector.h>
%End %End
public: public:

@ -31,7 +31,7 @@
class FontDatabase : TQFontDatabase class FontDatabase : TQFontDatabase
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/fontdatabase.h> #include <tqpe/fontdatabase.h>
%End %End
public: public:
@ -50,7 +50,7 @@ public:
class FontDatabase class FontDatabase
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/fontdatabase.h> #include <tqpe/fontdatabase.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class Global class Global
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/global.h> #include <tqpe/global.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class TQPEMenuBar : TQMenuBar class TQPEMenuBar : TQMenuBar
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/qpemenubar.h> #include <tqpe/qpemenubar.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class MenuButton : TQPushButton class MenuButton : TQPushButton
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/menubutton.h> #include <tqpe/menubutton.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class TQCopEnvelope : TQDataStream class TQCopEnvelope : TQDataStream
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/qcopenvelope_qws.h> #include <tqpe/qcopenvelope_qws.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class TQDawg class TQDawg
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/qdawg.h> #include <tqpe/qdawg.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class Resource class Resource
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/resource.h> #include <tqpe/resource.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class DateFormat class DateFormat
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/timestring.h> #include <tqpe/timestring.h>
%End %End
public: public:

@ -29,7 +29,7 @@
class TQPEToolBar : TQToolBar class TQPEToolBar : TQToolBar
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qpe/qpetoolbar.h> #include <tqpe/qpetoolbar.h>
%End %End
public: public:

@ -32,7 +32,7 @@
%ModuleHeaderCode %ModuleHeaderCode
#include <qpe/version.h> #include <tqpe/version.h>
%End %End
const char *TQPE_VERSION; const char *TQPE_VERSION;

@ -38,7 +38,7 @@ This has been renamed <Literal>delOnCursor</Literal> in Python.
class TQDataBrowser : TQWidget class TQDataBrowser : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdatabrowser.h> #include <tqdatabrowser.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQDataTable : TQTable class TQDataTable : TQTable
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdatatable.h> #include <tqdatatable.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQDataView : TQWidget class TQDataView : TQWidget
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdataview.h> #include <tqdataview.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQEditorFactory : TQObject class TQEditorFactory : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qeditorfactory.h> #include <tqeditorfactory.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQSql class TQSql
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsql.h> #include <tqsql.h>
%End %End
public: public:

@ -55,7 +55,7 @@ This has been renamed <Literal>execQuery</Literal> in Python.
class TQSqlCursor : TQSqlRecord, TQSqlQuery class TQSqlCursor : TQSqlRecord, TQSqlQuery
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlcursor.h> #include <tqsqlcursor.h>
%End %End
public: public:

@ -38,7 +38,7 @@ This has been renamed <Literal>execStatement</Literal> in Python.
class TQSqlDatabase : TQObject class TQSqlDatabase : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqldatabase.h> #include <tqsqldatabase.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQSqlDriver : TQObject class TQSqlDriver : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqldriver.h> #include <tqsqldriver.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQSqlEditorFactory : TQEditorFactory class TQSqlEditorFactory : TQEditorFactory
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqleditorfactory.h> #include <tqsqleditorfactory.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQSqlError class TQSqlError
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlerror.h> #include <tqsqlerror.h>
%End %End
public: public:

@ -40,7 +40,7 @@
class TQSqlField class TQSqlField
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlfield.h> #include <tqsqlfield.h>
%End %End
public: public:
@ -64,7 +64,7 @@ public:
class TQSqlFieldInfo class TQSqlFieldInfo
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlfield.h> #include <tqsqlfield.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQSqlForm : TQObject class TQSqlForm : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlform.h> #include <tqsqlform.h>
%End %End
public: public:

@ -34,7 +34,7 @@
class TQSqlIndex : TQSqlRecord class TQSqlIndex : TQSqlRecord
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlindex.h> #include <tqsqlindex.h>
%End %End
public: public:

@ -41,7 +41,7 @@ This problem may be addressed in a future release of PyTQt.
class TQSqlPropertyMap class TQSqlPropertyMap
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlpropertymap.h> #include <tqsqlpropertymap.h>
%End %End
public: public:

@ -54,7 +54,7 @@ This has been renamed <Literal>execQuery</Literal> in Python. (TQt v3.1+)
class TQSqlQuery class TQSqlQuery
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlquery.h> #include <tqsqlquery.h>
%End %End
public: public:

@ -41,7 +41,7 @@
class TQSqlRecord class TQSqlRecord
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlrecord.h> #include <tqsqlrecord.h>
%End %End
public: public:
@ -90,7 +90,7 @@ public:
%MappedType TQSqlRecordInfo %MappedType TQSqlRecordInfo
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlrecord.h> #include <tqsqlrecord.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -34,7 +34,7 @@
class TQSqlResult class TQSqlResult
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlresult.h> #include <tqsqlresult.h>
%End %End
protected: protected:

@ -46,7 +46,7 @@ This has been renamed <Literal>execQuery</Literal> in Python.
class TQSqlSelectCursor : TQSqlCursor class TQSqlSelectCursor : TQSqlCursor
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qsqlselectcursor.h> #include <tqsqlselectcursor.h>
%End %End
public: public:

@ -60,7 +60,7 @@
class TQTableSelection class TQTableSelection
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtable.h> #include <tqtable.h>
%End %End
public: public:
@ -93,7 +93,7 @@ public:
class TQTableItem : TQt class TQTableItem : TQt
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtable.h> #include <tqtable.h>
%End %End
public: public:
@ -182,7 +182,7 @@ protected:
class TQComboTableItem : TQTableItem class TQComboTableItem : TQTableItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtable.h> #include <tqtable.h>
%End %End
public: public:
@ -218,7 +218,7 @@ public:
class TQCheckTableItem : TQTableItem class TQCheckTableItem : TQTableItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtable.h> #include <tqtable.h>
%End %End
public: public:
@ -248,7 +248,7 @@ public:
class TQTable : TQScrollView class TQTable : TQScrollView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qtable.h> #include <tqtable.h>
%End %End
public: public:

@ -35,7 +35,7 @@
class TQWidgetFactory class TQWidgetFactory
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qwidgetfactory.h> #include <tqwidgetfactory.h>
%End %End
public: public:

@ -260,7 +260,7 @@ Not yet implemented. (TQt v3.2.0+)
class TQDomImplementation class TQDomImplementation
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -282,7 +282,7 @@ public:
class TQDomNode class TQDomNode
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -386,7 +386,7 @@ public:
class TQDomNodeList class TQDomNodeList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -403,7 +403,7 @@ public:
class TQDomDocumentType : TQDomNode class TQDomDocumentType : TQDomNode
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -427,7 +427,7 @@ public:
class TQDomDocument : TQDomNode class TQDomDocument : TQDomNode
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -601,7 +601,7 @@ public:
class TQDomNamedNodeMap class TQDomNamedNodeMap
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -630,7 +630,7 @@ public:
class TQDomDocumentFragment : TQDomNode class TQDomDocumentFragment : TQDomNode
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -645,7 +645,7 @@ public:
class TQDomCharacterData : TQDomNode class TQDomCharacterData : TQDomNode
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -671,7 +671,7 @@ public:
class TQDomAttr : TQDomNode class TQDomAttr : TQDomNode
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -695,7 +695,7 @@ public:
class TQDomElement : TQDomNode class TQDomElement : TQDomNode
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -755,7 +755,7 @@ public:
class TQDomText : TQDomCharacterData class TQDomText : TQDomCharacterData
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -772,7 +772,7 @@ public:
class TQDomComment : TQDomCharacterData class TQDomComment : TQDomCharacterData
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -787,7 +787,7 @@ public:
class TQDomCDATASection : TQDomText class TQDomCDATASection : TQDomText
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -802,7 +802,7 @@ public:
class TQDomNotation : TQDomNode class TQDomNotation : TQDomNode
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -820,7 +820,7 @@ public:
class TQDomEntity : TQDomNode class TQDomEntity : TQDomNode
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -839,7 +839,7 @@ public:
class TQDomEntityReference : TQDomNode class TQDomEntityReference : TQDomNode
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:
@ -854,7 +854,7 @@ public:
class TQDomProcessingInstruction : TQDomNode class TQDomProcessingInstruction : TQDomNode
{ {
%TypeHeaderCode %TypeHeaderCode
#include <qdom.h> #include <tqdom.h>
%End %End
public: public:

Loading…
Cancel
Save