diff options
Diffstat (limited to 'ksvg/impl/SVGPaintServerImpl.cc')
-rw-r--r-- | ksvg/impl/SVGPaintServerImpl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGPaintServerImpl.cc b/ksvg/impl/SVGPaintServerImpl.cc index b3275231..e87882b1 100644 --- a/ksvg/impl/SVGPaintServerImpl.cc +++ b/ksvg/impl/SVGPaintServerImpl.cc @@ -35,7 +35,7 @@ SVGPaintServerImpl::~SVGPaintServerImpl() { } -CanvasPaintServer *SVGPaintServerImpl::paintServer(SVGDocumentImpl *doc, const QString& id) +CanvasPaintServer *SVGPaintServerImpl::paintServer(SVGDocumentImpl *doc, const TQString& id) { CanvasPaintServer *pserver = 0; SVGElementImpl *element = doc->rootElement()->getElementById(id); |