diff options
Diffstat (limited to 'vcl/qt5/Qt5Painter.cxx')
-rw-r--r-- | vcl/qt5/Qt5Painter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/Qt5Painter.cxx b/vcl/qt5/Qt5Painter.cxx index ce59bbe96d08..d898a6106406 100644 --- a/vcl/qt5/Qt5Painter.cxx +++ b/vcl/qt5/Qt5Painter.cxx @@ -21,7 +21,7 @@ #include <QtGui/QColor> -Qt5Painter::Qt5Painter(Qt5Graphics& rGraphics, bool bPrepareBrush, sal_uInt8 nTransparency) +Qt5Painter::Qt5Painter(Qt5GraphicsBackend& rGraphics, bool bPrepareBrush, sal_uInt8 nTransparency) : m_rGraphics(rGraphics) { if (rGraphics.m_pQImage) |