diff options
Diffstat (limited to 'ksvg/impl/SVGPaintImpl.cc')
-rw-r--r-- | ksvg/impl/SVGPaintImpl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGPaintImpl.cc b/ksvg/impl/SVGPaintImpl.cc index c1818892..aa52811a 100644 --- a/ksvg/impl/SVGPaintImpl.cc +++ b/ksvg/impl/SVGPaintImpl.cc @@ -77,7 +77,7 @@ void SVGPaintImpl::setPaint(unsigned short paintType, const DOM::DOMString &/*ur m_paintType = paintType; } -void SVGPaintImpl::setRGBColor(QColor color) +void SVGPaintImpl::setRGBColor(TQColor color) { m_paintType = SVG_PAINTTYPE_RGBCOLOR; SVGColorImpl::setRGBColor(color); |