summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/SVGTSpanElementImpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/SVGTSpanElementImpl.cc')
-rw-r--r--ksvg/impl/SVGTSpanElementImpl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGTSpanElementImpl.cc b/ksvg/impl/SVGTSpanElementImpl.cc
index 7265c66e..2d3fef15 100644
--- a/ksvg/impl/SVGTSpanElementImpl.cc
+++ b/ksvg/impl/SVGTSpanElementImpl.cc
@@ -44,7 +44,7 @@ long SVGTSpanElementImpl::getNumberOfChars()
return text().length();
}
-QString SVGTSpanElementImpl::text()
+TQString SVGTSpanElementImpl::text()
{
// Otherwhise some js scripts which require a child, don't work (Niko)
if(!hasChildNodes())