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(
"""#include <stdio.h>
#include <qglobal.h>
#include <qapplication.h>
#include <tqglobal.h>
#include <tqapplication.h>
int main(int argc,char **argv)
{

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -19,13 +19,13 @@
#ifndef UIC_H
#define UIC_H
#include <qnamespace.h>
#include <qdom.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qmap.h>
#include <qtextstream.h>
#include <qcolor.h>
#include <tqnamespace.h>
#include <tqdom.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <tqmap.h>
#include <tqtextstream.h>
#include <tqcolor.h>
#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"
@ -30,12 +30,12 @@
//#include "../integration/kdevelop/kdewidgets.h"
#include <globaldefs.h>
#include <qstrlist.h>
#include <qdict.h>
#include <qfile.h>
#include <qtextstream.h>
#include <tqstrlist.h>
#include <tqdict.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <qmodules.h>
#include <tqmodules.h>
const int dbsize = 300;
const int dbcustom = 200;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -27,8 +27,8 @@
#ifndef WIDGETDATABASE_H
#define WIDGETDATABASE_H
#include <qiconset.h>
#include <qstring.h>
#include <tqiconset.h>
#include <tqstring.h>
#include "widgetinterface.h" // up here for GCC 2.7.* compatibility
#include <private/qpluginmanager_p.h>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save