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/SVGPatternElementImpl.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'ksvg/impl/SVGPatternElementImpl.h') diff --git a/ksvg/impl/SVGPatternElementImpl.h b/ksvg/impl/SVGPatternElementImpl.h index 612fcfae..0c9abc8e 100644 --- a/ksvg/impl/SVGPatternElementImpl.h +++ b/ksvg/impl/SVGPatternElementImpl.h @@ -21,8 +21,8 @@ #ifndef SVGPatternElementImpl_H #define SVGPatternElementImpl_H -#include -#include +#include +#include #include "SVGTestsImpl.h" #include "SVGElementImpl.h" @@ -72,21 +72,21 @@ public: SVGUnitConverter *converter() const { return m_converter; } - void reference(const QString &href); + void reference(const TQString &href); void finalizePaintServer(); class Tile { public: Tile() {} - Tile(const QImage& image, const QWMatrix& screenToTile) : m_image(image), m_screenToTile(screenToTile) {} + Tile(const TQImage& image, const TQWMatrix& screenToTile) : m_image(image), m_screenToTile(screenToTile) {} - QImage image() const { return m_image; } - const QWMatrix& screenToTile() const { return m_screenToTile; } + TQImage image() const { return m_image; } + const TQWMatrix& screenToTile() const { return m_screenToTile; } private: - QImage m_image; - QWMatrix m_screenToTile; + TQImage m_image; + TQWMatrix m_screenToTile; }; Tile createTile(SVGShapeImpl *referencingElement); @@ -94,7 +94,7 @@ public: static void flushCachedTiles(); private: - QImage createTile(SVGShapeImpl *referencingElement, int imageWidth, int imageHeight); + TQImage createTile(SVGShapeImpl *referencingElement, int imageWidth, int imageHeight); SVGAnimatedEnumerationImpl *m_patternUnits; SVGAnimatedEnumerationImpl *m_patternContentUnits; @@ -108,9 +108,9 @@ private: KSVGCanvas *m_canvas; SVGElementImpl *m_location; // the referenced element - MinOneLRUCache m_tileCache; + MinOneLRUCache m_tileCache; - static QValueList m_patternElements; + static TQValueList m_patternElements; public: KSVG_GET -- cgit v1.2.1