diff options
Diffstat (limited to 'ksvg/impl/SVGTestsImpl.h')
-rw-r--r-- | ksvg/impl/SVGTestsImpl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksvg/impl/SVGTestsImpl.h b/ksvg/impl/SVGTestsImpl.h index c5b05a5f..25c0e02b 100644 --- a/ksvg/impl/SVGTestsImpl.h +++ b/ksvg/impl/SVGTestsImpl.h @@ -35,9 +35,9 @@ public: SVGTestsImpl(); ~SVGTestsImpl(); - void parseRequiredFeatures(const QString &value); - void parseRequiredExtensions(const QString &value); - void parseSystemLanguage(const QString &value); + void parseRequiredFeatures(const TQString &value); + void parseRequiredExtensions(const TQString &value); + void parseSystemLanguage(const TQString &value); SVGStringListImpl *requiredFeatures() const; SVGStringListImpl *requiredExtensions() const; |