summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/SVGPaintServerImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/SVGPaintServerImpl.h')
-rw-r--r--ksvg/impl/SVGPaintServerImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGPaintServerImpl.h b/ksvg/impl/SVGPaintServerImpl.h
index df276758..d9f4a898 100644
--- a/ksvg/impl/SVGPaintServerImpl.h
+++ b/ksvg/impl/SVGPaintServerImpl.h
@@ -36,7 +36,7 @@ public:
CanvasPaintServer *paintServer() { return m_paintServer; }
- static CanvasPaintServer *paintServer(SVGDocumentImpl *doc, const QString& id);
+ static CanvasPaintServer *paintServer(SVGDocumentImpl *doc, const TQString& id);
protected:
CanvasPaintServer *m_paintServer;