From b4c31bafd8aec4f42f23f6c461f48ccbe33d3bc3 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Mon, 30 Aug 2004 19:55:42 +0000 Subject: Update to KDE 3.3 --- .../files/patch-ksvg_impl_SVGHelperImpl.h | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h (limited to 'graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h') diff --git a/graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h b/graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h deleted file mode 100644 index bb15e57b90ca..000000000000 --- a/graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h +++ /dev/null @@ -1,25 +0,0 @@ -=================================================================== -RCS file: /usr/repos/kde/kdegraphics/ksvg/impl/SVGHelperImpl.h,v -retrieving revision 1.22 -retrieving revision 1.22.2.1 -diff -u -p -r1.22 -r1.22.2.1 ---- ksvg/impl/SVGHelperImpl.h 2003/08/27 20:08:25 1.22 -+++ ksvg/impl/SVGHelperImpl.h 2004/06/12 10:32:59 1.22.2.1 -@@ -26,7 +26,7 @@ - #include "SVGLengthImpl.h" - - #include "ksvg_lookup.h" -- -+#include "SVGElementImpl.h" - class QRect; - class QString; - -@@ -56,7 +56,7 @@ public: - { - T *cast = dynamic_cast(element->ownerDoc()->getElementFromHandle(node.handle())); - if(cast) -- cast->putValueProperty(element->ownerDoc()->ecmaEngine()->globalExec(), token, KJS::String(value), Internal); -+ cast->putValueProperty(element->ownerDoc()->ecmaEngine()->globalExec(), token, KJS::String(value), KJS::Internal); - } - } - -- cgit v1.2.3