summaryrefslogtreecommitdiffstats
path: root/sip/tdeprint/kprinter.sip
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-03-06 11:03:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-03-06 11:03:58 +0900
commit5a0ac3029190c877711cbb84942d47c4c5dffe43 (patch)
tree1cc3f1b5c39c3c6a651ae8330e50d74d0527eaad /sip/tdeprint/kprinter.sip
parent69c48c09a41418734fb37499a4d992961cd2fcd7 (diff)
downloadpytde-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/tdeprint/kprinter.sip')
-rw-r--r--sip/tdeprint/kprinter.sip4
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;