summaryrefslogtreecommitdiffstats
path: root/tdegtk/tqtcairopainter.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-21 21:03:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-21 21:03:18 -0600
commite8c3a67b5a6c7b9e737071393d00ab0d6d09983d (patch)
tree4b0970270b31e1a484e4ea17950dc97d3b9c4ccb /tdegtk/tqtcairopainter.h
parent66e7613e89b623e9a7b3354918090998ecaf8bfd (diff)
downloadgtk3-tqt-engine-e8c3a67b5a6c7b9e737071393d00ab0d6d09983d.tar.gz
gtk3-tqt-engine-e8c3a67b5a6c7b9e737071393d00ab0d6d09983d.zip
Use MIT SHM where possible to speed up drawing
Diffstat (limited to 'tdegtk/tqtcairopainter.h')
-rw-r--r--tdegtk/tqtcairopainter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tdegtk/tqtcairopainter.h b/tdegtk/tqtcairopainter.h
index 5e7dc55..dcca6f9 100644
--- a/tdegtk/tqtcairopainter.h
+++ b/tdegtk/tqtcairopainter.h
@@ -37,6 +37,8 @@
typedef TQPtrStack<TQWMatrix> TQWMatrixStack;
+class KPixmapIO;
+
class Q_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class
{
public:
@@ -107,6 +109,7 @@ class Q_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class
bool m_tabStopArrayValid;
bool m_transferNeeded;
+ KPixmapIO* tdePixmapIO;
};
#endif // TQTCAIROPAINTER_H