diff options
Diffstat (limited to 'sip/qt/qwindowdefs.sip')
-rw-r--r-- | sip/qt/qwindowdefs.sip | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/sip/qt/qwindowdefs.sip b/sip/qt/qwindowdefs.sip index 4638d71..3b1afdc 100644 --- a/sip/qt/qwindowdefs.sip +++ b/sip/qt/qwindowdefs.sip @@ -3,27 +3,27 @@ // 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>Qt Constants</Title> +<Sect2><Title>TQt Constants</Title> <Para> -All constant values defined by Qt have equivalent constants defined to Python. +All constant values defined by TQt have equivalent constants defined to Python. </Para> </Sect2> %End @@ -40,32 +40,32 @@ All constant values defined by Qt have equivalent constants defined to Python. %OptionalInclude qwindowdefs_x11.sip -%If (- Qt_2_00) -typedef short QCOORD; +%If (- TQt_2_00) +typedef short TQCOORD; -const int QCOORD_MIN; -const int QCOORD_MAX; +const int TQCOORD_MIN; +const int TQCOORD_MAX; %End -%If (Qt_2_00 -) -typedef Q_INT32 QCOORD; +%If (TQt_2_00 -) +typedef Q_INT32 TQCOORD; -const QCOORD QCOORD_MIN; -const QCOORD QCOORD_MAX; +const TQCOORD TQCOORD_MIN; +const TQCOORD TQCOORD_MAX; %End -typedef unsigned QRgb; +typedef unsigned TQRgb; -%If (- Qt_3_0_0) +%If (- TQt_3_0_0) char *qAppName(); %End -%If (Qt_3_0_0 -) +%If (TQt_3_0_0 -) const char *qAppName(); %End -%If (- Qt_2_00) +%If (- TQt_2_00) enum GUIStyle { MacStyle, |