diff options
Diffstat (limited to 'ksvg/impl/SVGPreserveAspectRatioImpl.h')
-rw-r--r-- | ksvg/impl/SVGPreserveAspectRatioImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/impl/SVGPreserveAspectRatioImpl.h b/ksvg/impl/SVGPreserveAspectRatioImpl.h index 4a14a6b0..2a768521 100644 --- a/ksvg/impl/SVGPreserveAspectRatioImpl.h +++ b/ksvg/impl/SVGPreserveAspectRatioImpl.h @@ -25,7 +25,7 @@ #include "ksvg_lookup.h" -class QString; +class TQString; namespace KSVG { @@ -43,7 +43,7 @@ public: void setMeetOrSlice(unsigned short); unsigned short meetOrSlice() const; - void parsePreserveAspectRatio(const QString &); + void parsePreserveAspectRatio(const TQString &); SVGMatrixImpl *getCTM(float logicX, float logicY, float logicWidth, float logicHeight, float physX, float physY, float physWidth, float physHeight); |