diff options
Diffstat (limited to 'sip/qt/qprintdialog.sip')
-rw-r--r-- | sip/qt/qprintdialog.sip | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/sip/qt/qprintdialog.sip b/sip/qt/qprintdialog.sip index 2ead1f9..83cf681 100644 --- a/sip/qt/qprintdialog.sip +++ b/sip/qt/qprintdialog.sip @@ -1,63 +1,63 @@ -// This is the SIP interface definition for QPrintDialog. +// This is the SIP interface definition for TQPrintDialog. // // 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>QPrintDialog (X11)</Title> +<Sect2><Title>TQPrintDialog (X11)</Title> <Para> -<Literal>QPrintDialog</Literal> is fully implemented. +<Literal>TQPrintDialog</Literal> is fully implemented. </Para> </Sect2> %End %If (WS_X11) -%If (Qt_PRINTDIALOG) +%If (TQt_PRINTDIALOG) -class QPrintDialog : QDialog +class TQPrintDialog : TQDialog { %TypeHeaderCode #include <qprintdialog.h> %End public: - QPrintDialog(QPrinter *,QWidget * /TransferThis/ = 0,const char * = 0); + TQPrintDialog(TQPrinter *,TQWidget * /TransferThis/ = 0,const char * = 0); -%If (- Qt_3_0_0) - static bool getPrinterSetup(QPrinter *); +%If (- TQt_3_0_0) + static bool getPrinterSetup(TQPrinter *); %End -%If (Qt_3_0_0 -) - static bool getPrinterSetup(QPrinter *,QWidget * = 0); - static void setGlobalPrintDialog(QPrintDialog *); +%If (TQt_3_0_0 -) + static bool getPrinterSetup(TQPrinter *,TQWidget * = 0); + static void setGlobalPrintDialog(TQPrintDialog *); %End - void setPrinter(QPrinter *,bool = 0); - QPrinter *printer() const; + void setPrinter(TQPrinter *,bool = 0); + TQPrinter *printer() const; -%If (Qt_2_1_0 -) - void addButton(QPushButton *); +%If (TQt_2_1_0 -) + void addButton(TQPushButton *); %End private: - QPrintDialog(const QPrintDialog &); + TQPrintDialog(const TQPrintDialog &); }; %End |