diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-01-13 15:53:07 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-01-13 15:53:07 +0100 |
commit | d86bda7d23b41cd22856f5e9f7a2264828df1c6e (patch) | |
tree | 38caec85ae032ffa6eb7a4360ea42fe6eef65396 /vcl/unx/kde4/KDESalGraphics.hxx | |
parent | ba49d14e4f4a6f6617993ef9b20dbed1ab739491 (diff) |
vcl109: #i108290# KDE4 integration updates from shtylman
Diffstat (limited to 'vcl/unx/kde4/KDESalGraphics.hxx')
-rw-r--r-- | vcl/unx/kde4/KDESalGraphics.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/vcl/unx/kde4/KDESalGraphics.hxx b/vcl/unx/kde4/KDESalGraphics.hxx index e598f75be75f..fa890a35ff91 100644 --- a/vcl/unx/kde4/KDESalGraphics.hxx +++ b/vcl/unx/kde4/KDESalGraphics.hxx @@ -31,12 +31,18 @@ #include <saldisp.hxx> #include <salgdi.h> +#define Region QtXRegion +#include <QImage> +#undef Region + /** handles graphics drawings requests and performs the needed drawing operations */ class KDESalGraphics : public X11SalGraphics { + QImage* m_image; + public: - KDESalGraphics() {} - virtual ~KDESalGraphics() {} + KDESalGraphics(); + virtual ~KDESalGraphics(); /** What widgets can be drawn the native way. |