diff options
Diffstat (limited to 'sip/qtext/qtextmod.sip')
-rw-r--r-- | sip/qtext/qtextmod.sip | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sip/qtext/qtextmod.sip b/sip/qtext/qtextmod.sip index 06024a6..0a831da 100644 --- a/sip/qtext/qtextmod.sip +++ b/sip/qtext/qtextmod.sip @@ -1,22 +1,22 @@ -// This is the SIP interface definition for the qtext module of PyQt. +// This is the SIP interface definition for the qtext module of PyTQt. // // Copyright (c) 2007 // Riverbank Computing Limited <[email protected]> // -// 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. @@ -27,14 +27,14 @@ %Include copying.sip -// The QScintilla versions. -%Timeline {QScintilla_1_1 QScintilla_1_2 QScintilla_1_3 QScintilla_1_4 - QScintilla_1_5 QScintilla_1_6 QScintilla_1_7} +// The TQScintilla versions. +%Timeline {TQScintilla_1_1 TQScintilla_1_2 TQScintilla_1_3 TQScintilla_1_4 + TQScintilla_1_5 TQScintilla_1_6 TQScintilla_1_7} -const unsigned QSCINTILLA_VERSION; -const char *QSCINTILLA_VERSION_STR; -const char *QSCINTILLA_BUILD; +const unsigned TQSCINTILLA_VERSION; +const char *TQSCINTILLA_VERSION_STR; +const char *TQSCINTILLA_BUILD; %Include qextscintillaapis.sip @@ -75,20 +75,20 @@ const char *QSCINTILLA_BUILD; # Copyright (c) 2007 # Riverbank Computing Limited <[email protected]> # -# 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. @@ -97,7 +97,7 @@ TARGET = @BLX_TARGET_LIB@ DESTDIR = @PYQT_MODDIR@ CONFIG += @BLX_CONFIG_LIB@ @PYQT_WARN@ INCLUDEPATH = @BLX_INCLUDEPATH@ @PYQT_QSCINTILLA_INC@ -DEFINES = @BLX_DEFINES@ QEXTSCINTILLA_DLL +DEFINES = @BLX_DEFINES@ TQEXTSCINTILLA_DLL LIBS += @PYQT_QT_MODULE@ @PYQT_QSCINTILLA_LIB@ @BLX_LIBS@ macx:QMAKE_LFLAGS += -framework Python |