From 8a055d66f43592c257cece2eb8cc021808062917 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Nov 2011 01:11:08 -0600 Subject: Initial TQt conversion --- sip/qtaxcontainer/copying.sip | 18 +++++++++--------- sip/qtaxcontainer/qaxbase.sip | 22 +++++++++++----------- sip/qtaxcontainer/qaxobject.sip | 16 ++++++++-------- sip/qtaxcontainer/qaxwidget.sip | 16 ++++++++-------- sip/qtaxcontainer/qtaxcontainermod.sip | 10 +++++----- 5 files changed, 41 insertions(+), 41 deletions(-) (limited to 'sip/qtaxcontainer') 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 // -// 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 -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 // -// 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 -QAxBase (Windows, Qt v3+) +TQAxBase (Windows, TQt v3+) - QAxObject + TQAxObject IUnknown *iface = 0 @@ -32,7 +32,7 @@ Not implemented. long queryInterface - const QUuid &uuid + const TQUuid &uuid void **iface @@ -57,16 +57,16 @@ Not implemented. unsigned long registerWeakActiveObject - const QString &guid + const TQString &guid -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 win32com module to manipulate objects created by the qtaxcontainer module. The RegisterActiveObject() COM function is called to -register the QAxBase instance as a weak object with the +register the TQAxBase instance as a weak object with the guid GUID. The revoke handle is returned. 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 // -// 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 -QAxObject (Windows, Qt v3+) +TQAxObject (Windows, TQt v3+) - QAxObject + TQAxObject IUnknown *iface - QObject *parent = 0 + TQObject *parent = 0 const char *name = 0 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 // -// 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 -QAxWidget (Windows, Qt v3+) +TQAxWidget (Windows, TQt v3+) - QAxWidget + TQAxWidget IUnknown *iface - QWidget *parent = 0 + TQWidget *parent = 0 const char *name = 0 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 // -// 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. -- cgit v1.2.1