summaryrefslogtreecommitdiffstats
path: root/sip/qtaxcontainer
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-29 01:11:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-29 01:11:08 -0600
commit8a055d66f43592c257cece2eb8cc021808062917 (patch)
treed0922f201bd5d24b62a33160d1d9baf9e89f9a70 /sip/qtaxcontainer
parentb388516ca2691303a076a0764fd40bf7116fe43d (diff)
downloadpytqt-8a055d66f43592c257cece2eb8cc021808062917.tar.gz
pytqt-8a055d66f43592c257cece2eb8cc021808062917.zip
Initial TQt conversion
Diffstat (limited to 'sip/qtaxcontainer')
-rw-r--r--sip/qtaxcontainer/copying.sip18
-rw-r--r--sip/qtaxcontainer/qaxbase.sip22
-rw-r--r--sip/qtaxcontainer/qaxobject.sip16
-rw-r--r--sip/qtaxcontainer/qaxwidget.sip16
-rw-r--r--sip/qtaxcontainer/qtaxcontainermod.sip10
5 files changed, 41 insertions, 41 deletions
diff --git a/sip/qtaxcontainer/copying.sip b/sip/qtaxcontainer/copying.sip
index 463904b..6da646e 100644
--- a/sip/qtaxcontainer/copying.sip
+++ b/sip/qtaxcontainer/copying.sip
@@ -1,22 +1,22 @@
-// This is the SIP file defining the PyQt license.
+// This is the SIP file defining the PyTQt license.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
//
-// This file is part of PyQt.
+// This file is part of PyTQt.
//
-// This copy of PyQt is free software; you can redistribute it and/or modify it
+// This copy of PyTQt is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2, or (at your option) any later
// version.
//
-// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
+// PyTQt is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
-// PyQt; see the file LICENSE. If not, write to the Free Software Foundation,
+// PyTQt; see the file LICENSE. If not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -24,20 +24,20 @@
Copyright (c) 2007
Riverbank Computing Limited <info@riverbankcomputing.co.uk>
-This file is part of PyQt.
+This file is part of PyTQt.
-This copy of PyQt is free software; you can redistribute it and/or modify it
+This copy of PyTQt is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2, or (at your option) any later
version.
-PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
+PyTQt is supplied in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
You should have received a copy of the GNU General Public License along with
-PyQt; see the file LICENSE. If not, write to the Free Software Foundation,
+PyTQt; see the file LICENSE. If not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
%End
diff --git a/sip/qtaxcontainer/qaxbase.sip b/sip/qtaxcontainer/qaxbase.sip
index fde55e2..02400b4 100644
--- a/sip/qtaxcontainer/qaxbase.sip
+++ b/sip/qtaxcontainer/qaxbase.sip
@@ -1,29 +1,29 @@
-// This is the SIP interface definition for QAxBase.
+// This is the SIP interface definition for TQAxBase.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
//
-// This file is part of PyQt.
+// This file is part of PyTQt.
//
-// This copy of PyQt is free software; you can redistribute it and/or modify it
+// This copy of PyTQt is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2, or (at your option) any later
// version.
//
-// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
+// PyTQt is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
-// PyQt; see the file LICENSE. If not, write to the Free Software Foundation,
+// PyTQt; see the file LICENSE. If not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
%ExportedDoc
-<Sect2><Title>QAxBase (Windows, Qt v3+)</Title>
+<Sect2><Title>TQAxBase (Windows, TQt v3+)</Title>
<FuncSynopsis>
- <FuncDef><Function>QAxObject</Function></FuncDef>
+ <FuncDef><Function>TQAxObject</Function></FuncDef>
<ParamDef>IUnknown *<Parameter>iface</Parameter> = 0</ParamDef>
</FuncSynopsis>
<Para>
@@ -32,7 +32,7 @@ Not implemented.
<FuncSynopsis>
<FuncDef>long <Function>queryInterface</Function></FuncDef>
- <ParamDef>const QUuid &amp;<Parameter>uuid</Parameter></ParamDef>
+ <ParamDef>const TQUuid &amp;<Parameter>uuid</Parameter></ParamDef>
<ParamDef>void **<Parameter>iface</Parameter></ParamDef>
</FuncSynopsis>
<Para>
@@ -57,16 +57,16 @@ Not implemented.
<FuncSynopsis>
<FuncDef>unsigned long <Function>registerWeakActiveObject</Function></FuncDef>
- <ParamDef>const QString &amp;<Parameter>guid</Parameter></ParamDef>
+ <ParamDef>const TQString &amp;<Parameter>guid</Parameter></ParamDef>
</FuncSynopsis>
<Para>
-This is a utility method provided by PyQt to make it easier to use
+This is a utility method provided by PyTQt to make it easier to use
Mark Hammond's <Literal>win32com</Literal> module to manipulate objects
created by the <Literal>qtaxcontainer</Literal> module.
</Para>
<Para>
The <Literal>RegisterActiveObject()</Literal> COM function is called to
-register the <Literal>QAxBase</Literal> instance as a weak object with the
+register the <Literal>TQAxBase</Literal> instance as a weak object with the
<Literal>guid</Literal> GUID. The revoke handle is returned.
</Para>
diff --git a/sip/qtaxcontainer/qaxobject.sip b/sip/qtaxcontainer/qaxobject.sip
index 0c0b0f8..01521c2 100644
--- a/sip/qtaxcontainer/qaxobject.sip
+++ b/sip/qtaxcontainer/qaxobject.sip
@@ -1,31 +1,31 @@
-// This is the SIP interface definition for QAxObject.
+// This is the SIP interface definition for TQAxObject.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
//
-// This file is part of PyQt.
+// This file is part of PyTQt.
//
-// This copy of PyQt is free software; you can redistribute it and/or modify it
+// This copy of PyTQt is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2, or (at your option) any later
// version.
//
-// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
+// PyTQt is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
-// PyQt; see the file LICENSE. If not, write to the Free Software Foundation,
+// PyTQt; see the file LICENSE. If not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
%ExportedDoc
-<Sect2><Title>QAxObject (Windows, Qt v3+)</Title>
+<Sect2><Title>TQAxObject (Windows, TQt v3+)</Title>
<FuncSynopsis>
- <FuncDef><Function>QAxObject</Function></FuncDef>
+ <FuncDef><Function>TQAxObject</Function></FuncDef>
<ParamDef>IUnknown *<Parameter>iface</Parameter></ParamDef>
- <ParamDef>QObject *<Parameter>parent</Parameter> = 0</ParamDef>
+ <ParamDef>TQObject *<Parameter>parent</Parameter> = 0</ParamDef>
<ParamDef>const char *<Parameter>name</Parameter> = 0</ParamDef>
</FuncSynopsis>
<Para>
diff --git a/sip/qtaxcontainer/qaxwidget.sip b/sip/qtaxcontainer/qaxwidget.sip
index dbcc729..3751088 100644
--- a/sip/qtaxcontainer/qaxwidget.sip
+++ b/sip/qtaxcontainer/qaxwidget.sip
@@ -1,31 +1,31 @@
-// This is the SIP interface definition for QAxWidget.
+// This is the SIP interface definition for TQAxWidget.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
//
-// This file is part of PyQt.
+// This file is part of PyTQt.
//
-// This copy of PyQt is free software; you can redistribute it and/or modify it
+// This copy of PyTQt is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2, or (at your option) any later
// version.
//
-// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
+// PyTQt is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
-// PyQt; see the file LICENSE. If not, write to the Free Software Foundation,
+// PyTQt; see the file LICENSE. If not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
%ExportedDoc
-<Sect2><Title>QAxWidget (Windows, Qt v3+)</Title>
+<Sect2><Title>TQAxWidget (Windows, TQt v3+)</Title>
<FuncSynopsis>
- <FuncDef><Function>QAxWidget</Function></FuncDef>
+ <FuncDef><Function>TQAxWidget</Function></FuncDef>
<ParamDef>IUnknown *<Parameter>iface</Parameter></ParamDef>
- <ParamDef>QWidget *<Parameter>parent</Parameter> = 0</ParamDef>
+ <ParamDef>TQWidget *<Parameter>parent</Parameter> = 0</ParamDef>
<ParamDef>const char *<Parameter>name</Parameter> = 0</ParamDef>
</FuncSynopsis>
<Para>
diff --git a/sip/qtaxcontainer/qtaxcontainermod.sip b/sip/qtaxcontainer/qtaxcontainermod.sip
index 33864f1..59e341c 100644
--- a/sip/qtaxcontainer/qtaxcontainermod.sip
+++ b/sip/qtaxcontainer/qtaxcontainermod.sip
@@ -1,22 +1,22 @@
-// This is the SIP interface definition for the qtaxcontainer module of PyQt.
+// This is the SIP interface definition for the qtaxcontainer module of PyTQt.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
//
-// This file is part of PyQt.
+// This file is part of PyTQt.
//
-// This copy of PyQt is free software; you can redistribute it and/or modify it
+// This copy of PyTQt is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2, or (at your option) any later
// version.
//
-// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
+// PyTQt is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
-// PyQt; see the file LICENSE. If not, write to the Free Software Foundation,
+// PyTQt; see the file LICENSE. If not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.