diff options
| author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-03 11:09:56 +0000 |
|---|---|---|
| committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-03 11:09:56 +0000 |
| commit | 80bf36c87a22c016a1a4f00ecdcdd7656252ba9d (patch) | |
| tree | 20b7752ed8b6f4caecdfd0cb46cf87c5ab0b1569 /graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h | |
| parent | Update to latest snapshot. (diff) | |
GCC 3.4 fixes.
Obtained from: KDE CVS
Diffstat (limited to 'graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h')
| -rw-r--r-- | graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h b/graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h new file mode 100644 index 000000000000..bb15e57b90ca --- /dev/null +++ b/graphics/kdegraphics4/files/patch-ksvg_impl_SVGHelperImpl.h @@ -0,0 +1,25 @@ +=================================================================== +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); + } + } + |
