diff options
Diffstat (limited to 'ksvg/impl/SVGURIReferenceImpl.h')
-rw-r--r-- | ksvg/impl/SVGURIReferenceImpl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ksvg/impl/SVGURIReferenceImpl.h b/ksvg/impl/SVGURIReferenceImpl.h index d6ee42c5..8d6500b0 100644 --- a/ksvg/impl/SVGURIReferenceImpl.h +++ b/ksvg/impl/SVGURIReferenceImpl.h @@ -23,7 +23,7 @@ #include "ksvg_lookup.h" -class QString; +class TQString; namespace KSVG { @@ -36,9 +36,9 @@ public: ~SVGURIReferenceImpl(); SVGAnimatedStringImpl *href() const; - static QString getTarget(const QString &url); - static bool isUrl(const QString &url); - static bool parseURIReference(const QString &urireference, QString &uri, QString &elementreference); + static TQString getTarget(const TQString &url); + static bool isUrl(const TQString &url); + static bool parseURIReference(const TQString &urireference, TQString &uri, TQString &elementreference); protected: SVGAnimatedStringImpl *m_href; |