summaryrefslogtreecommitdiffstats
path: root/tdegtk/tqtcairopainter.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-05 17:21:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-05 17:21:22 -0600
commit76f5e2671f3a61225a730e3d9699833ae3bec6f2 (patch)
tree914e487936971fe409518555634b94ab27899b35 /tdegtk/tqtcairopainter.h
parentd3b9433c0a03c258e535556dcb7512391224ce8d (diff)
downloadgtk3-tqt-engine-76f5e2671f3a61225a730e3d9699833ae3bec6f2.tar.gz
gtk3-tqt-engine-76f5e2671f3a61225a730e3d9699833ae3bec6f2.zip
Fix mask transforms
Use full TQt3 progress bar drawing code
Diffstat (limited to 'tdegtk/tqtcairopainter.h')
-rw-r--r--tdegtk/tqtcairopainter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdegtk/tqtcairopainter.h b/tdegtk/tqtcairopainter.h
index 67ccd79..6908e03 100644
--- a/tdegtk/tqtcairopainter.h
+++ b/tdegtk/tqtcairopainter.h
@@ -70,7 +70,7 @@ class Q_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class
void drawText(TQPainter *p, int x, int y, const TQString &str);
void drawTextInRect(TQPainter *p, TQRect rect, int textFlags, const TQString &str);
- void setCairoTransformations();
+ void setCairoTransformations(cairo_t* cr, bool forceDisable=false);
private:
mutable int m_width;