From e69e8b1d09fb579316595b4e6a850e717358a8b1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 19 Jun 2011 19:03:33 +0000 Subject: TQt4 port kdegraphics This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksvg/impl/SVGLocatableImpl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksvg/impl/SVGLocatableImpl.h') diff --git a/ksvg/impl/SVGLocatableImpl.h b/ksvg/impl/SVGLocatableImpl.h index 81ce3326..49469164 100644 --- a/ksvg/impl/SVGLocatableImpl.h +++ b/ksvg/impl/SVGLocatableImpl.h @@ -52,14 +52,14 @@ public: virtual const SVGMatrixImpl *localMatrix() { return 0; } bool cachedScreenCTMIsValid() const { return m_cachedScreenCTMIsValid; } - void invalidateCachedMatrices() { m_cachedScreenCTMIsValid = false; } + void tqinvalidateCachedMatrices() { m_cachedScreenCTMIsValid = false; } // If the cached matrix is invalid, update it and update any child elements // recursively. Otherwise, check child elements recursively. - virtual void checkCachedScreenCTM(const SVGMatrixImpl *parentScreenCTM); + virtual void checkCachedScreenCTM(const SVGMatrixImpl *tqparentScreenCTM); // Update the cached matrix, and update child element cached matrices, // recursively. - virtual void updateCachedScreenCTM(const SVGMatrixImpl *parentScreenCTM); + virtual void updateCachedScreenCTM(const SVGMatrixImpl *tqparentScreenCTM); // Called immediately after the screen ctm has been updated. virtual void onScreenCTMUpdated() {} -- cgit v1.2.1