diff options
Diffstat (limited to 'ksvg/impl/SVGGlyphElementImpl.h')
-rw-r--r-- | ksvg/impl/SVGGlyphElementImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/impl/SVGGlyphElementImpl.h b/ksvg/impl/SVGGlyphElementImpl.h index 35781b2c..576e554e 100644 --- a/ksvg/impl/SVGGlyphElementImpl.h +++ b/ksvg/impl/SVGGlyphElementImpl.h @@ -36,10 +36,10 @@ public: SVGGlyphElementImpl(DOM::ElementImpl *); virtual ~SVGGlyphElementImpl(); - QString d() const; + TQString d() const; private: - QString m_d; + TQString m_d; public: KSVG_GET |