aboutsummaryrefslogtreecommitdiff
path: root/graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h')
-rw-r--r--graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h25
1 files changed, 0 insertions, 25 deletions
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<T *>(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);
- }
- }
-