diff options
Diffstat (limited to 'ksvg/impl/SVGTransformImpl.h')
-rw-r--r-- | ksvg/impl/SVGTransformImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/impl/SVGTransformImpl.h b/ksvg/impl/SVGTransformImpl.h index 69d71b8f..c52ffdf2 100644 --- a/ksvg/impl/SVGTransformImpl.h +++ b/ksvg/impl/SVGTransformImpl.h @@ -26,7 +26,7 @@ #include "ksvg_lookup.h" -class QString; +class TQString; namespace KSVG { @@ -51,7 +51,7 @@ public: void setSkewX(double); void setSkewY(double); - QString toString() const; + TQString toString() const; private: // mop: we have to store the optional rotate stuff :( anyone with a better solution please fix that ;) |