diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-06 11:03:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-06 11:03:58 +0900 |
commit | 5a0ac3029190c877711cbb84942d47c4c5dffe43 (patch) | |
tree | 1cc3f1b5c39c3c6a651ae8330e50d74d0527eaad /sip | |
parent | 69c48c09a41418734fb37499a4d992961cd2fcd7 (diff) | |
download | pytde-5a0ac3029190c877711cbb84942d47c4c5dffe43.tar.gz pytde-5a0ac3029190c877711cbb84942d47c4c5dffe43.zip |
Update KPrinter API following commit TDE/tdelibs 9cff750d.r14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'sip')
-rw-r--r-- | sip/tdeprint/kprinter.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdeprint/kprinter.sip b/sip/tdeprint/kprinter.sip index fa2243b..f67d782 100644 --- a/sip/tdeprint/kprinter.sip +++ b/sip/tdeprint/kprinter.sip @@ -146,7 +146,7 @@ public: int numCopies () const; void setNumCopies (int); KPrinter::Orientation orientation () const; - void setOrientation (KPrinter::Orientation); + void setOrientation (KPrinter::Orientation, bool = 0); KPrinter::PageOrder pageOrder () const; void setPageOrder (KPrinter::PageOrder); KPrinter::CollateType collate () const; @@ -158,7 +158,7 @@ public: int toPage () const; void setFromTo (int, int); KPrinter::PageSize pageSize () const; - void setPageSize (KPrinter::PageSize); + void setPageSize (KPrinter::PageSize, bool = 0); TQString printerName () const; void setPrinterName (const TQString&); TQString printProgram () const; |