diff options
Diffstat (limited to 'src/dom/work/testsvg.cpp')
| -rw-r--r-- | src/dom/work/testsvg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dom/work/testsvg.cpp b/src/dom/work/testsvg.cpp index 72850b84b..f3ab46a64 100644 --- a/src/dom/work/testsvg.cpp +++ b/src/dom/work/testsvg.cpp @@ -10,7 +10,7 @@ * Authors: * Bob Jamison * - * Copyright (C) 2005 Bob Jamison + * Copyright (C) 2005-2006 Bob Jamison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -29,7 +29,7 @@ -#include "svg/svglsimpl.h" +#include "lsimpl.h" using namespace org::w3c::dom; @@ -37,7 +37,7 @@ using namespace org::w3c::dom; bool doTest(char *filename) { - svg::SVGDOMImplementationLSImpl domImpl; + ls::DOMImplementationLSImpl domImpl; ls::LSInput input = domImpl.createLSInput(); ls::LSParser &parser = domImpl.createLSParser(0, ""); |
