From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksvg/impl/SVGTestsImpl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksvg/impl/SVGTestsImpl.h') 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; -- cgit v1.2.1