summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-13 19:22:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-13 19:22:19 +0900
commit14d0fbe96c6abdb9da80e99953aec672f999948c (patch)
treed48726c1256a1a495b415570847f08ecf9e5ecdd
parentdb124e3167670efff59f6aef4bc0daff316dddf8 (diff)
downloadtdegraphics-14d0fbe96c6abdb9da80e99953aec672f999948c.tar.gz
tdegraphics-14d0fbe96c6abdb9da80e99953aec672f999948c.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kpdf/Makefile.am2
-rw-r--r--kpdf/TODO2
-rw-r--r--kpdf/core/generator_pdf/generator_pdf.cpp4
-rw-r--r--kpdf/ui/pageview.cpp2
-rw-r--r--kpdf/xpdf/fofi/CMakeLists.txt4
-rw-r--r--kpdf/xpdf/fofi/FoFiBase.cpp (renamed from kpdf/xpdf/fofi/FoFiBase.cc)2
-rw-r--r--kpdf/xpdf/fofi/FoFiEncodings.cpp (renamed from kpdf/xpdf/fofi/FoFiEncodings.cc)2
-rw-r--r--kpdf/xpdf/fofi/FoFiTrueType.cpp (renamed from kpdf/xpdf/fofi/FoFiTrueType.cc)2
-rw-r--r--kpdf/xpdf/fofi/FoFiType1.cpp (renamed from kpdf/xpdf/fofi/FoFiType1.cc)2
-rw-r--r--kpdf/xpdf/fofi/FoFiType1C.cpp (renamed from kpdf/xpdf/fofi/FoFiType1C.cc)2
-rw-r--r--kpdf/xpdf/fofi/Makefile.am4
-rw-r--r--kpdf/xpdf/goo/CMakeLists.txt2
-rw-r--r--kpdf/xpdf/goo/GHash.cpp (renamed from kpdf/xpdf/goo/GHash.cc)2
-rw-r--r--kpdf/xpdf/goo/GList.cpp (renamed from kpdf/xpdf/goo/GList.cc)2
-rw-r--r--kpdf/xpdf/goo/GString.cpp (renamed from kpdf/xpdf/goo/GString.cc)2
-rw-r--r--kpdf/xpdf/goo/Makefile.am2
-rw-r--r--kpdf/xpdf/goo/gfile.cpp (renamed from kpdf/xpdf/goo/gfile.cc)2
-rw-r--r--kpdf/xpdf/goo/gmem.cpp (renamed from kpdf/xpdf/goo/gmem.cc)0
-rw-r--r--kpdf/xpdf/goo/gmempp.cpp (renamed from kpdf/xpdf/goo/gmempp.cc)2
-rw-r--r--kpdf/xpdf/splash/CMakeLists.txt12
-rw-r--r--kpdf/xpdf/splash/Makefile.am8
-rw-r--r--kpdf/xpdf/splash/Splash.cpp (renamed from kpdf/xpdf/splash/Splash.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashBitmap.cpp (renamed from kpdf/xpdf/splash/SplashBitmap.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashClip.cpp (renamed from kpdf/xpdf/splash/SplashClip.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashFTFont.cpp (renamed from kpdf/xpdf/splash/SplashFTFont.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashFTFontEngine.cpp (renamed from kpdf/xpdf/splash/SplashFTFontEngine.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashFTFontFile.cpp (renamed from kpdf/xpdf/splash/SplashFTFontFile.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashFont.cpp (renamed from kpdf/xpdf/splash/SplashFont.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashFontEngine.cpp (renamed from kpdf/xpdf/splash/SplashFontEngine.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashFontFile.cpp (renamed from kpdf/xpdf/splash/SplashFontFile.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashFontFileID.cpp (renamed from kpdf/xpdf/splash/SplashFontFileID.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashPath.cpp (renamed from kpdf/xpdf/splash/SplashPath.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashPattern.cpp (renamed from kpdf/xpdf/splash/SplashPattern.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashScreen.cpp (renamed from kpdf/xpdf/splash/SplashScreen.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashState.cpp (renamed from kpdf/xpdf/splash/SplashState.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashT1Font.cpp (renamed from kpdf/xpdf/splash/SplashT1Font.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashT1FontEngine.cpp (renamed from kpdf/xpdf/splash/SplashT1FontEngine.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashT1FontFile.cpp (renamed from kpdf/xpdf/splash/SplashT1FontFile.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashTypes.h2
-rw-r--r--kpdf/xpdf/splash/SplashXPath.cpp (renamed from kpdf/xpdf/splash/SplashXPath.cc)2
-rw-r--r--kpdf/xpdf/splash/SplashXPathScanner.cpp (renamed from kpdf/xpdf/splash/SplashXPathScanner.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Annot.cpp (renamed from kpdf/xpdf/xpdf/Annot.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Array.cpp (renamed from kpdf/xpdf/xpdf/Array.cc)2
-rw-r--r--kpdf/xpdf/xpdf/BuiltinFont.cpp (renamed from kpdf/xpdf/xpdf/BuiltinFont.cc)2
-rw-r--r--kpdf/xpdf/xpdf/BuiltinFontTables.cpp (renamed from kpdf/xpdf/xpdf/BuiltinFontTables.cc)2
-rw-r--r--kpdf/xpdf/xpdf/CMakeLists.txt18
-rw-r--r--kpdf/xpdf/xpdf/CMap.cpp (renamed from kpdf/xpdf/xpdf/CMap.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Catalog.cpp (renamed from kpdf/xpdf/xpdf/Catalog.cc)2
-rw-r--r--kpdf/xpdf/xpdf/CharCodeToUnicode.cpp (renamed from kpdf/xpdf/xpdf/CharCodeToUnicode.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Decrypt.cpp (renamed from kpdf/xpdf/xpdf/Decrypt.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Dict.cpp (renamed from kpdf/xpdf/xpdf/Dict.cc)2
-rw-r--r--kpdf/xpdf/xpdf/FontEncodingTables.cpp (renamed from kpdf/xpdf/xpdf/FontEncodingTables.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Function.cpp (renamed from kpdf/xpdf/xpdf/Function.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Gfx.cpp (renamed from kpdf/xpdf/xpdf/Gfx.cc)2
-rw-r--r--kpdf/xpdf/xpdf/GfxFont.cpp (renamed from kpdf/xpdf/xpdf/GfxFont.cc)2
-rw-r--r--kpdf/xpdf/xpdf/GfxState.cpp (renamed from kpdf/xpdf/xpdf/GfxState.cc)2
-rw-r--r--kpdf/xpdf/xpdf/GfxState.h2
-rw-r--r--kpdf/xpdf/xpdf/GlobalParams.cpp (renamed from kpdf/xpdf/xpdf/GlobalParams.cc)2
-rw-r--r--kpdf/xpdf/xpdf/JArithmeticDecoder.cpp (renamed from kpdf/xpdf/xpdf/JArithmeticDecoder.cc)2
-rw-r--r--kpdf/xpdf/xpdf/JBIG2Stream.cpp (renamed from kpdf/xpdf/xpdf/JBIG2Stream.cc)2
-rw-r--r--kpdf/xpdf/xpdf/JPXStream.cpp (renamed from kpdf/xpdf/xpdf/JPXStream.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Lexer.cpp (renamed from kpdf/xpdf/xpdf/Lexer.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Link.cpp (renamed from kpdf/xpdf/xpdf/Link.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Makefile.am16
-rw-r--r--kpdf/xpdf/xpdf/NameToCharCode.cpp (renamed from kpdf/xpdf/xpdf/NameToCharCode.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Object.cpp (renamed from kpdf/xpdf/xpdf/Object.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Outline.cpp (renamed from kpdf/xpdf/xpdf/Outline.cc)2
-rw-r--r--kpdf/xpdf/xpdf/OutputDev.cpp (renamed from kpdf/xpdf/xpdf/OutputDev.cc)2
-rw-r--r--kpdf/xpdf/xpdf/PDFDoc.cpp (renamed from kpdf/xpdf/xpdf/PDFDoc.cc)2
-rw-r--r--kpdf/xpdf/xpdf/PDFDocEncoding.cpp (renamed from kpdf/xpdf/xpdf/PDFDocEncoding.cc)0
-rw-r--r--kpdf/xpdf/xpdf/PSOutputDev.cpp (renamed from kpdf/xpdf/xpdf/PSOutputDev.cc)2
-rw-r--r--kpdf/xpdf/xpdf/PSTokenizer.cpp (renamed from kpdf/xpdf/xpdf/PSTokenizer.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Page.cpp (renamed from kpdf/xpdf/xpdf/Page.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Parser.cpp (renamed from kpdf/xpdf/xpdf/Parser.cc)2
-rw-r--r--kpdf/xpdf/xpdf/PreScanOutputDev.cpp (renamed from kpdf/xpdf/xpdf/PreScanOutputDev.cc)2
-rw-r--r--kpdf/xpdf/xpdf/SecurityHandler.cpp (renamed from kpdf/xpdf/xpdf/SecurityHandler.cc)2
-rw-r--r--kpdf/xpdf/xpdf/SplashOutputDev.cpp (renamed from kpdf/xpdf/xpdf/SplashOutputDev.cc)2
-rw-r--r--kpdf/xpdf/xpdf/Stream.cpp (renamed from kpdf/xpdf/xpdf/Stream.cc)2
-rw-r--r--kpdf/xpdf/xpdf/TextOutputDev.cpp (renamed from kpdf/xpdf/xpdf/TextOutputDev.cc)2
-rw-r--r--kpdf/xpdf/xpdf/UnicodeMap.cpp (renamed from kpdf/xpdf/xpdf/UnicodeMap.cc)2
-rw-r--r--kpdf/xpdf/xpdf/UnicodeTypeTable.cpp (renamed from kpdf/xpdf/xpdf/UnicodeTypeTable.cc)2
-rw-r--r--kpdf/xpdf/xpdf/XRef.cpp (renamed from kpdf/xpdf/xpdf/XRef.cc)2
-rw-r--r--kpovmodeler/pmactions.cpp2
-rw-r--r--ksvg/Makefile.am180
-rw-r--r--ksvg/core/CMakeLists.txt2
-rw-r--r--ksvg/core/KSVGReader.cpp (renamed from ksvg/core/KSVGReader.cc)0
-rw-r--r--ksvg/core/Makefile.am2
-rw-r--r--ksvg/data/SVGAElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGAngleImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedAngleImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedBooleanImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedEnumerationImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedIntegerImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedLengthImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedLengthListImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedNumberImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedNumberListImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedPathDataImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedPointsImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedPreserveAspectRatioImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedRectImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedStringImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimatedTransformListImpl.lut.h2
-rw-r--r--ksvg/data/SVGAnimationElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGCircleElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGClipPathElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGColorImpl.lut.h2
-rw-r--r--ksvg/data/SVGColorProfileElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGCursorElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGDocumentImpl.lut.h2
-rw-r--r--ksvg/data/SVGEcma.lut.h2
-rw-r--r--ksvg/data/SVGElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGEllipseElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGEventImpl.lut.h2
-rw-r--r--ksvg/data/SVGExternalResourcesRequiredImpl.lut.h2
-rw-r--r--ksvg/data/SVGFitToViewBoxImpl.lut.h2
-rw-r--r--ksvg/data/SVGForeignObjectElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGGlyphElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGGlyphRefElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGGradientElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGICCColorImpl.lut.h2
-rw-r--r--ksvg/data/SVGImageElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGLangSpaceImpl.lut.h2
-rw-r--r--ksvg/data/SVGLengthImpl.lut.h2
-rw-r--r--ksvg/data/SVGLengthListImpl.lut.h2
-rw-r--r--ksvg/data/SVGLineElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGLinearGradientElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGLocatableImpl.lut.h2
-rw-r--r--ksvg/data/SVGMarkerElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGMaskElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGMatrixImpl.lut.h2
-rw-r--r--ksvg/data/SVGNumberImpl.lut.h2
-rw-r--r--ksvg/data/SVGNumberListImpl.lut.h2
-rw-r--r--ksvg/data/SVGPaintImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathSegArcImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathSegCurvetoCubicImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathSegCurvetoCubicSmoothImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathSegCurvetoQuadraticImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathSegCurvetoQuadraticSmoothImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathSegImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathSegLinetoHorizontalImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathSegLinetoImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathSegLinetoVerticalImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathSegListImpl.lut.h2
-rw-r--r--ksvg/data/SVGPathSegMovetoImpl.lut.h2
-rw-r--r--ksvg/data/SVGPatternElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGPointImpl.lut.h2
-rw-r--r--ksvg/data/SVGPointListImpl.lut.h2
-rw-r--r--ksvg/data/SVGPreserveAspectRatioImpl.lut.h2
-rw-r--r--ksvg/data/SVGRadialGradientElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGRectElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGRectImpl.lut.h2
-rw-r--r--ksvg/data/SVGSVGElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGScriptElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGStopElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGStringListImpl.lut.h2
-rw-r--r--ksvg/data/SVGStylableImpl.lut.h2
-rw-r--r--ksvg/data/SVGStyleElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGSymbolElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGTestsImpl.lut.h2
-rw-r--r--ksvg/data/SVGTextContentElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGTextPathElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGTextPositioningElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGTransformImpl.lut.h2
-rw-r--r--ksvg/data/SVGTransformListImpl.lut.h2
-rw-r--r--ksvg/data/SVGTransformableImpl.lut.h2
-rw-r--r--ksvg/data/SVGURIReferenceImpl.lut.h2
-rw-r--r--ksvg/data/SVGUseElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGViewElementImpl.lut.h2
-rw-r--r--ksvg/data/SVGZoomAndPanImpl.lut.h2
-rw-r--r--ksvg/data/SVGZoomEventImpl.lut.h2
-rw-r--r--ksvg/dom/CMakeLists.txt92
-rw-r--r--ksvg/dom/Makefile.am42
-rw-r--r--ksvg/dom/SVGAElement.cpp (renamed from ksvg/dom/SVGAElement.cc)0
-rw-r--r--ksvg/dom/SVGAltGlyphDefElement.cpp (renamed from ksvg/dom/SVGAltGlyphDefElement.cc)0
-rw-r--r--ksvg/dom/SVGAltGlyphElement.cpp (renamed from ksvg/dom/SVGAltGlyphElement.cc)0
-rw-r--r--ksvg/dom/SVGAngle.cpp (renamed from ksvg/dom/SVGAngle.cc)0
-rw-r--r--ksvg/dom/SVGAnimateColorElement.cpp (renamed from ksvg/dom/SVGAnimateColorElement.cc)0
-rw-r--r--ksvg/dom/SVGAnimateElement.cpp (renamed from ksvg/dom/SVGAnimateElement.cc)0
-rw-r--r--ksvg/dom/SVGAnimateMotionElement.cpp (renamed from ksvg/dom/SVGAnimateMotionElement.cc)0
-rw-r--r--ksvg/dom/SVGAnimateTransformElement.cpp (renamed from ksvg/dom/SVGAnimateTransformElement.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedAngle.cpp (renamed from ksvg/dom/SVGAnimatedAngle.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedBoolean.cpp (renamed from ksvg/dom/SVGAnimatedBoolean.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedEnumeration.cpp (renamed from ksvg/dom/SVGAnimatedEnumeration.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedInteger.cpp (renamed from ksvg/dom/SVGAnimatedInteger.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedLength.cpp (renamed from ksvg/dom/SVGAnimatedLength.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedLengthList.cpp (renamed from ksvg/dom/SVGAnimatedLengthList.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedNumber.cpp (renamed from ksvg/dom/SVGAnimatedNumber.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedNumberList.cpp (renamed from ksvg/dom/SVGAnimatedNumberList.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedPathData.cpp (renamed from ksvg/dom/SVGAnimatedPathData.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedPoints.cpp (renamed from ksvg/dom/SVGAnimatedPoints.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedPreserveAspectRatio.cpp (renamed from ksvg/dom/SVGAnimatedPreserveAspectRatio.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedRect.cpp (renamed from ksvg/dom/SVGAnimatedRect.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedString.cpp (renamed from ksvg/dom/SVGAnimatedString.cc)0
-rw-r--r--ksvg/dom/SVGAnimatedTransformList.cpp (renamed from ksvg/dom/SVGAnimatedTransformList.cc)0
-rw-r--r--ksvg/dom/SVGAnimationElement.cpp (renamed from ksvg/dom/SVGAnimationElement.cc)0
-rw-r--r--ksvg/dom/SVGCSSRule.cpp (renamed from ksvg/dom/SVGCSSRule.cc)0
-rw-r--r--ksvg/dom/SVGCircleElement.cpp (renamed from ksvg/dom/SVGCircleElement.cc)0
-rw-r--r--ksvg/dom/SVGClipPathElement.cpp (renamed from ksvg/dom/SVGClipPathElement.cc)0
-rw-r--r--ksvg/dom/SVGColor.cpp (renamed from ksvg/dom/SVGColor.cc)0
-rw-r--r--ksvg/dom/SVGColorProfileElement.cpp (renamed from ksvg/dom/SVGColorProfileElement.cc)0
-rw-r--r--ksvg/dom/SVGColorProfileRule.cpp (renamed from ksvg/dom/SVGColorProfileRule.cc)0
-rw-r--r--ksvg/dom/SVGComponentTransferFunctionElement.cpp (renamed from ksvg/dom/SVGComponentTransferFunctionElement.cc)0
-rw-r--r--ksvg/dom/SVGCursorElement.cpp (renamed from ksvg/dom/SVGCursorElement.cc)0
-rw-r--r--ksvg/dom/SVGDefinitionSrcElement.cpp (renamed from ksvg/dom/SVGDefinitionSrcElement.cc)0
-rw-r--r--ksvg/dom/SVGDefsElement.cpp (renamed from ksvg/dom/SVGDefsElement.cc)0
-rw-r--r--ksvg/dom/SVGDescElement.cpp (renamed from ksvg/dom/SVGDescElement.cc)0
-rw-r--r--ksvg/dom/SVGDocument.cpp (renamed from ksvg/dom/SVGDocument.cc)0
-rw-r--r--ksvg/dom/SVGElement.cpp (renamed from ksvg/dom/SVGElement.cc)0
-rw-r--r--ksvg/dom/SVGElementInstance.cpp (renamed from ksvg/dom/SVGElementInstance.cc)0
-rw-r--r--ksvg/dom/SVGElementInstanceList.cpp (renamed from ksvg/dom/SVGElementInstanceList.cc)0
-rw-r--r--ksvg/dom/SVGEllipseElement.cpp (renamed from ksvg/dom/SVGEllipseElement.cc)0
-rw-r--r--ksvg/dom/SVGEvent.cpp (renamed from ksvg/dom/SVGEvent.cc)0
-rw-r--r--ksvg/dom/SVGExternalResourcesRequired.cpp (renamed from ksvg/dom/SVGExternalResourcesRequired.cc)0
-rw-r--r--ksvg/dom/SVGFEBlendElement.cpp (renamed from ksvg/dom/SVGFEBlendElement.cc)0
-rw-r--r--ksvg/dom/SVGFEColorMatrixElement.cpp (renamed from ksvg/dom/SVGFEColorMatrixElement.cc)0
-rw-r--r--ksvg/dom/SVGFEComponentTransferElement.cpp (renamed from ksvg/dom/SVGFEComponentTransferElement.cc)0
-rw-r--r--ksvg/dom/SVGFECompositeElement.cpp (renamed from ksvg/dom/SVGFECompositeElement.cc)0
-rw-r--r--ksvg/dom/SVGFEConvolveMatrixElement.cpp (renamed from ksvg/dom/SVGFEConvolveMatrixElement.cc)0
-rw-r--r--ksvg/dom/SVGFEDiffuseLightingElement.cpp (renamed from ksvg/dom/SVGFEDiffuseLightingElement.cc)0
-rw-r--r--ksvg/dom/SVGFEDisplacementMapElement.cpp (renamed from ksvg/dom/SVGFEDisplacementMapElement.cc)0
-rw-r--r--ksvg/dom/SVGFEDistantLightElement.cpp (renamed from ksvg/dom/SVGFEDistantLightElement.cc)0
-rw-r--r--ksvg/dom/SVGFEFloodElement.cpp (renamed from ksvg/dom/SVGFEFloodElement.cc)0
-rw-r--r--ksvg/dom/SVGFEFuncAElement.cpp (renamed from ksvg/dom/SVGFEFuncAElement.cc)0
-rw-r--r--ksvg/dom/SVGFEFuncBElement.cpp (renamed from ksvg/dom/SVGFEFuncBElement.cc)0
-rw-r--r--ksvg/dom/SVGFEFuncGElement.cpp (renamed from ksvg/dom/SVGFEFuncGElement.cc)0
-rw-r--r--ksvg/dom/SVGFEFuncRElement.cpp (renamed from ksvg/dom/SVGFEFuncRElement.cc)0
-rw-r--r--ksvg/dom/SVGFEGaussianBlurElement.cpp (renamed from ksvg/dom/SVGFEGaussianBlurElement.cc)0
-rw-r--r--ksvg/dom/SVGFEImageElement.cpp (renamed from ksvg/dom/SVGFEImageElement.cc)0
-rw-r--r--ksvg/dom/SVGFEMergeElement.cpp (renamed from ksvg/dom/SVGFEMergeElement.cc)0
-rw-r--r--ksvg/dom/SVGFEMergeNodeElement.cpp (renamed from ksvg/dom/SVGFEMergeNodeElement.cc)0
-rw-r--r--ksvg/dom/SVGFEMorphologyElement.cpp (renamed from ksvg/dom/SVGFEMorphologyElement.cc)0
-rw-r--r--ksvg/dom/SVGFEOffsetElement.cpp (renamed from ksvg/dom/SVGFEOffsetElement.cc)0
-rw-r--r--ksvg/dom/SVGFEPointLightElement.cpp (renamed from ksvg/dom/SVGFEPointLightElement.cc)0
-rw-r--r--ksvg/dom/SVGFESpecularLightingElement.cpp (renamed from ksvg/dom/SVGFESpecularLightingElement.cc)0
-rw-r--r--ksvg/dom/SVGFESpotLightElement.cpp (renamed from ksvg/dom/SVGFESpotLightElement.cc)0
-rw-r--r--ksvg/dom/SVGFETileElement.cpp (renamed from ksvg/dom/SVGFETileElement.cc)0
-rw-r--r--ksvg/dom/SVGFETurbulenceElement.cpp (renamed from ksvg/dom/SVGFETurbulenceElement.cc)0
-rw-r--r--ksvg/dom/SVGFilterElement.cpp (renamed from ksvg/dom/SVGFilterElement.cc)0
-rw-r--r--ksvg/dom/SVGFilterPrimitiveStandardAttributes.cpp (renamed from ksvg/dom/SVGFilterPrimitiveStandardAttributes.cc)0
-rw-r--r--ksvg/dom/SVGFitToViewBox.cpp (renamed from ksvg/dom/SVGFitToViewBox.cc)0
-rw-r--r--ksvg/dom/SVGFontElement.cpp (renamed from ksvg/dom/SVGFontElement.cc)0
-rw-r--r--ksvg/dom/SVGFontFaceElement.cpp (renamed from ksvg/dom/SVGFontFaceElement.cc)0
-rw-r--r--ksvg/dom/SVGFontFaceFormatElement.cpp (renamed from ksvg/dom/SVGFontFaceFormatElement.cc)0
-rw-r--r--ksvg/dom/SVGFontFaceNameElement.cpp (renamed from ksvg/dom/SVGFontFaceNameElement.cc)0
-rw-r--r--ksvg/dom/SVGFontFaceSrcElement.cpp (renamed from ksvg/dom/SVGFontFaceSrcElement.cc)0
-rw-r--r--ksvg/dom/SVGFontFaceUriElement.cpp (renamed from ksvg/dom/SVGFontFaceUriElement.cc)0
-rw-r--r--ksvg/dom/SVGForeignObjectElement.cpp (renamed from ksvg/dom/SVGForeignObjectElement.cc)0
-rw-r--r--ksvg/dom/SVGGElement.cpp (renamed from ksvg/dom/SVGGElement.cc)0
-rw-r--r--ksvg/dom/SVGGlyphElement.cpp (renamed from ksvg/dom/SVGGlyphElement.cc)0
-rw-r--r--ksvg/dom/SVGGlyphRefElement.cpp (renamed from ksvg/dom/SVGGlyphRefElement.cc)0
-rw-r--r--ksvg/dom/SVGGradientElement.cpp (renamed from ksvg/dom/SVGGradientElement.cc)0
-rw-r--r--ksvg/dom/SVGHKernElement.cpp (renamed from ksvg/dom/SVGHKernElement.cc)0
-rw-r--r--ksvg/dom/SVGICCColor.cpp (renamed from ksvg/dom/SVGICCColor.cc)0
-rw-r--r--ksvg/dom/SVGImageElement.cpp (renamed from ksvg/dom/SVGImageElement.cc)0
-rw-r--r--ksvg/dom/SVGLangSpace.cpp (renamed from ksvg/dom/SVGLangSpace.cc)0
-rw-r--r--ksvg/dom/SVGLength.cpp (renamed from ksvg/dom/SVGLength.cc)0
-rw-r--r--ksvg/dom/SVGLengthList.cpp (renamed from ksvg/dom/SVGLengthList.cc)0
-rw-r--r--ksvg/dom/SVGLineElement.cpp (renamed from ksvg/dom/SVGLineElement.cc)0
-rw-r--r--ksvg/dom/SVGLinearGradientElement.cpp (renamed from ksvg/dom/SVGLinearGradientElement.cc)0
-rw-r--r--ksvg/dom/SVGLocatable.cpp (renamed from ksvg/dom/SVGLocatable.cc)0
-rw-r--r--ksvg/dom/SVGMPathElement.cpp (renamed from ksvg/dom/SVGMPathElement.cc)0
-rw-r--r--ksvg/dom/SVGMarkerElement.cpp (renamed from ksvg/dom/SVGMarkerElement.cc)0
-rw-r--r--ksvg/dom/SVGMaskElement.cpp (renamed from ksvg/dom/SVGMaskElement.cc)0
-rw-r--r--ksvg/dom/SVGMatrix.cpp (renamed from ksvg/dom/SVGMatrix.cc)0
-rw-r--r--ksvg/dom/SVGMetadataElement.cpp (renamed from ksvg/dom/SVGMetadataElement.cc)0
-rw-r--r--ksvg/dom/SVGMissingGlyphElement.cpp (renamed from ksvg/dom/SVGMissingGlyphElement.cc)0
-rw-r--r--ksvg/dom/SVGNumber.cpp (renamed from ksvg/dom/SVGNumber.cc)0
-rw-r--r--ksvg/dom/SVGNumberList.cpp (renamed from ksvg/dom/SVGNumberList.cc)0
-rw-r--r--ksvg/dom/SVGPaint.cpp (renamed from ksvg/dom/SVGPaint.cc)0
-rw-r--r--ksvg/dom/SVGPathElement.cpp (renamed from ksvg/dom/SVGPathElement.cc)0
-rw-r--r--ksvg/dom/SVGPathSeg.cpp (renamed from ksvg/dom/SVGPathSeg.cc)0
-rw-r--r--ksvg/dom/SVGPathSegArc.cpp (renamed from ksvg/dom/SVGPathSegArc.cc)0
-rw-r--r--ksvg/dom/SVGPathSegClosePath.cpp (renamed from ksvg/dom/SVGPathSegClosePath.cc)0
-rw-r--r--ksvg/dom/SVGPathSegCurvetoCubic.cpp (renamed from ksvg/dom/SVGPathSegCurvetoCubic.cc)0
-rw-r--r--ksvg/dom/SVGPathSegCurvetoCubicSmooth.cpp (renamed from ksvg/dom/SVGPathSegCurvetoCubicSmooth.cc)0
-rw-r--r--ksvg/dom/SVGPathSegCurvetoQuadratic.cpp (renamed from ksvg/dom/SVGPathSegCurvetoQuadratic.cc)0
-rw-r--r--ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cpp (renamed from ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cc)0
-rw-r--r--ksvg/dom/SVGPathSegLineto.cpp (renamed from ksvg/dom/SVGPathSegLineto.cc)0
-rw-r--r--ksvg/dom/SVGPathSegLinetoHorizontal.cpp (renamed from ksvg/dom/SVGPathSegLinetoHorizontal.cc)0
-rw-r--r--ksvg/dom/SVGPathSegLinetoVertical.cpp (renamed from ksvg/dom/SVGPathSegLinetoVertical.cc)0
-rw-r--r--ksvg/dom/SVGPathSegList.cpp (renamed from ksvg/dom/SVGPathSegList.cc)0
-rw-r--r--ksvg/dom/SVGPathSegMoveto.cpp (renamed from ksvg/dom/SVGPathSegMoveto.cc)0
-rw-r--r--ksvg/dom/SVGPatternElement.cpp (renamed from ksvg/dom/SVGPatternElement.cc)0
-rw-r--r--ksvg/dom/SVGPoint.cpp (renamed from ksvg/dom/SVGPoint.cc)0
-rw-r--r--ksvg/dom/SVGPointList.cpp (renamed from ksvg/dom/SVGPointList.cc)0
-rw-r--r--ksvg/dom/SVGPolygonElement.cpp (renamed from ksvg/dom/SVGPolygonElement.cc)0
-rw-r--r--ksvg/dom/SVGPolylineElement.cpp (renamed from ksvg/dom/SVGPolylineElement.cc)0
-rw-r--r--ksvg/dom/SVGPreserveAspectRatio.cpp (renamed from ksvg/dom/SVGPreserveAspectRatio.cc)0
-rw-r--r--ksvg/dom/SVGRadialGradientElement.cpp (renamed from ksvg/dom/SVGRadialGradientElement.cc)0
-rw-r--r--ksvg/dom/SVGRect.cpp (renamed from ksvg/dom/SVGRect.cc)0
-rw-r--r--ksvg/dom/SVGRectElement.cpp (renamed from ksvg/dom/SVGRectElement.cc)0
-rw-r--r--ksvg/dom/SVGSVGElement.cpp (renamed from ksvg/dom/SVGSVGElement.cc)0
-rw-r--r--ksvg/dom/SVGScriptElement.cpp (renamed from ksvg/dom/SVGScriptElement.cc)0
-rw-r--r--ksvg/dom/SVGSetElement.cpp (renamed from ksvg/dom/SVGSetElement.cc)0
-rw-r--r--ksvg/dom/SVGStopElement.cpp (renamed from ksvg/dom/SVGStopElement.cc)0
-rw-r--r--ksvg/dom/SVGStringList.cpp (renamed from ksvg/dom/SVGStringList.cc)0
-rw-r--r--ksvg/dom/SVGStylable.cpp (renamed from ksvg/dom/SVGStylable.cc)0
-rw-r--r--ksvg/dom/SVGStyleElement.cpp (renamed from ksvg/dom/SVGStyleElement.cc)0
-rw-r--r--ksvg/dom/SVGSwitchElement.cpp (renamed from ksvg/dom/SVGSwitchElement.cc)0
-rw-r--r--ksvg/dom/SVGSymbolElement.cpp (renamed from ksvg/dom/SVGSymbolElement.cc)0
-rw-r--r--ksvg/dom/SVGTRefElement.cpp (renamed from ksvg/dom/SVGTRefElement.cc)0
-rw-r--r--ksvg/dom/SVGTSpanElement.cpp (renamed from ksvg/dom/SVGTSpanElement.cc)0
-rw-r--r--ksvg/dom/SVGTests.cpp (renamed from ksvg/dom/SVGTests.cc)0
-rw-r--r--ksvg/dom/SVGTextContentElement.cpp (renamed from ksvg/dom/SVGTextContentElement.cc)0
-rw-r--r--ksvg/dom/SVGTextElement.cpp (renamed from ksvg/dom/SVGTextElement.cc)0
-rw-r--r--ksvg/dom/SVGTextPathElement.cpp (renamed from ksvg/dom/SVGTextPathElement.cc)0
-rw-r--r--ksvg/dom/SVGTextPositioningElement.cpp (renamed from ksvg/dom/SVGTextPositioningElement.cc)0
-rw-r--r--ksvg/dom/SVGTitleElement.cpp (renamed from ksvg/dom/SVGTitleElement.cc)0
-rw-r--r--ksvg/dom/SVGTransform.cpp (renamed from ksvg/dom/SVGTransform.cc)0
-rw-r--r--ksvg/dom/SVGTransformList.cpp (renamed from ksvg/dom/SVGTransformList.cc)0
-rw-r--r--ksvg/dom/SVGTransformable.cpp (renamed from ksvg/dom/SVGTransformable.cc)0
-rw-r--r--ksvg/dom/SVGURIReference.cpp (renamed from ksvg/dom/SVGURIReference.cc)0
-rw-r--r--ksvg/dom/SVGUseElement.cpp (renamed from ksvg/dom/SVGUseElement.cc)0
-rw-r--r--ksvg/dom/SVGVKernElement.cpp (renamed from ksvg/dom/SVGVKernElement.cc)0
-rw-r--r--ksvg/dom/SVGViewElement.cpp (renamed from ksvg/dom/SVGViewElement.cc)0
-rw-r--r--ksvg/dom/SVGViewSpec.cpp (renamed from ksvg/dom/SVGViewSpec.cc)0
-rw-r--r--ksvg/dom/SVGWindow.cpp (renamed from ksvg/dom/SVGWindow.cc)0
-rw-r--r--ksvg/dom/SVGZoomAndPan.cpp (renamed from ksvg/dom/SVGZoomAndPan.cc)0
-rw-r--r--ksvg/dom/SVGZoomEvent.cpp (renamed from ksvg/dom/SVGZoomEvent.cc)0
-rw-r--r--ksvg/impl/CMakeLists.txt118
-rw-r--r--ksvg/impl/Makefile.am118
-rw-r--r--ksvg/impl/SVGAElementImpl.cpp (renamed from ksvg/impl/SVGAElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGAltGlyphDefElementImpl.cpp (renamed from ksvg/impl/SVGAltGlyphDefElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGAltGlyphElementImpl.cpp (renamed from ksvg/impl/SVGAltGlyphElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGAngleImpl.cpp (renamed from ksvg/impl/SVGAngleImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimateColorElementImpl.cpp (renamed from ksvg/impl/SVGAnimateColorElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimateElementImpl.cpp (renamed from ksvg/impl/SVGAnimateElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimateMotionElementImpl.cpp (renamed from ksvg/impl/SVGAnimateMotionElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimateTransformElementImpl.cpp (renamed from ksvg/impl/SVGAnimateTransformElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedAngleImpl.cpp (renamed from ksvg/impl/SVGAnimatedAngleImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedBooleanImpl.cpp (renamed from ksvg/impl/SVGAnimatedBooleanImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedEnumerationImpl.cpp (renamed from ksvg/impl/SVGAnimatedEnumerationImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedIntegerImpl.cpp (renamed from ksvg/impl/SVGAnimatedIntegerImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedLengthImpl.cpp (renamed from ksvg/impl/SVGAnimatedLengthImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedLengthListImpl.cpp (renamed from ksvg/impl/SVGAnimatedLengthListImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedNumberImpl.cpp (renamed from ksvg/impl/SVGAnimatedNumberImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedNumberListImpl.cpp (renamed from ksvg/impl/SVGAnimatedNumberListImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedPathDataImpl.cpp (renamed from ksvg/impl/SVGAnimatedPathDataImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedPointsImpl.cpp (renamed from ksvg/impl/SVGAnimatedPointsImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedPreserveAspectRatioImpl.cpp (renamed from ksvg/impl/SVGAnimatedPreserveAspectRatioImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedRectImpl.cpp (renamed from ksvg/impl/SVGAnimatedRectImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedStringImpl.cpp (renamed from ksvg/impl/SVGAnimatedStringImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimatedTransformListImpl.cpp (renamed from ksvg/impl/SVGAnimatedTransformListImpl.cc)0
-rw-r--r--ksvg/impl/SVGAnimationElementImpl.cpp (renamed from ksvg/impl/SVGAnimationElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGBBoxTarget.cpp (renamed from ksvg/impl/SVGBBoxTarget.cc)0
-rw-r--r--ksvg/impl/SVGCSSRuleImpl.cpp (renamed from ksvg/impl/SVGCSSRuleImpl.cc)0
-rw-r--r--ksvg/impl/SVGCircleElementImpl.cpp (renamed from ksvg/impl/SVGCircleElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGClipPathElementImpl.cpp (renamed from ksvg/impl/SVGClipPathElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGColorImpl.cpp (renamed from ksvg/impl/SVGColorImpl.cc)0
-rw-r--r--ksvg/impl/SVGColorProfileElementImpl.cpp (renamed from ksvg/impl/SVGColorProfileElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGColorProfileRuleImpl.cpp (renamed from ksvg/impl/SVGColorProfileRuleImpl.cc)0
-rw-r--r--ksvg/impl/SVGComponentTransferFunctionElementImpl.cpp (renamed from ksvg/impl/SVGComponentTransferFunctionElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGContainerImpl.cpp (renamed from ksvg/impl/SVGContainerImpl.cc)0
-rw-r--r--ksvg/impl/SVGCursorElementImpl.cpp (renamed from ksvg/impl/SVGCursorElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGDefinitionSrcElementImpl.cpp (renamed from ksvg/impl/SVGDefinitionSrcElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGDefsElementImpl.cpp (renamed from ksvg/impl/SVGDefsElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGDescElementImpl.cpp (renamed from ksvg/impl/SVGDescElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGDocumentImpl.cpp (renamed from ksvg/impl/SVGDocumentImpl.cc)0
-rw-r--r--ksvg/impl/SVGEcma.cpp (renamed from ksvg/impl/SVGEcma.cc)0
-rw-r--r--ksvg/impl/SVGElementImpl.cpp (renamed from ksvg/impl/SVGElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGElementInstanceImpl.cpp (renamed from ksvg/impl/SVGElementInstanceImpl.cc)0
-rw-r--r--ksvg/impl/SVGElementInstanceListImpl.cpp (renamed from ksvg/impl/SVGElementInstanceListImpl.cc)0
-rw-r--r--ksvg/impl/SVGEllipseElementImpl.cpp (renamed from ksvg/impl/SVGEllipseElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGEventImpl.cpp (renamed from ksvg/impl/SVGEventImpl.cc)0
-rw-r--r--ksvg/impl/SVGExternalResourcesRequiredImpl.cpp (renamed from ksvg/impl/SVGExternalResourcesRequiredImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEBlendElementImpl.cpp (renamed from ksvg/impl/SVGFEBlendElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEColorMatrixElementImpl.cpp (renamed from ksvg/impl/SVGFEColorMatrixElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEComponentTransferElementImpl.cpp (renamed from ksvg/impl/SVGFEComponentTransferElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFECompositeElementImpl.cpp (renamed from ksvg/impl/SVGFECompositeElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEConvolveMatrixElementImpl.cpp (renamed from ksvg/impl/SVGFEConvolveMatrixElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEDiffuseLightingElementImpl.cpp (renamed from ksvg/impl/SVGFEDiffuseLightingElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEDisplacementMapElementImpl.cpp (renamed from ksvg/impl/SVGFEDisplacementMapElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEDistantLightElementImpl.cpp (renamed from ksvg/impl/SVGFEDistantLightElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEFloodElementImpl.cpp (renamed from ksvg/impl/SVGFEFloodElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEFuncAElementImpl.cpp (renamed from ksvg/impl/SVGFEFuncAElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEFuncBElementImpl.cpp (renamed from ksvg/impl/SVGFEFuncBElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEFuncGElementImpl.cpp (renamed from ksvg/impl/SVGFEFuncGElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEFuncRElementImpl.cpp (renamed from ksvg/impl/SVGFEFuncRElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEGaussianBlurElementImpl.cpp (renamed from ksvg/impl/SVGFEGaussianBlurElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEImageElementImpl.cpp (renamed from ksvg/impl/SVGFEImageElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEMergeElementImpl.cpp (renamed from ksvg/impl/SVGFEMergeElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEMergeNodeElementImpl.cpp (renamed from ksvg/impl/SVGFEMergeNodeElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEMorphologyElementImpl.cpp (renamed from ksvg/impl/SVGFEMorphologyElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEOffsetElementImpl.cpp (renamed from ksvg/impl/SVGFEOffsetElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFEPointLightElementImpl.cpp (renamed from ksvg/impl/SVGFEPointLightElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFESpecularLightingElementImpl.cpp (renamed from ksvg/impl/SVGFESpecularLightingElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFESpotLightElementImpl.cpp (renamed from ksvg/impl/SVGFESpotLightElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFETileElementImpl.cpp (renamed from ksvg/impl/SVGFETileElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFETurbulenceElementImpl.cpp (renamed from ksvg/impl/SVGFETurbulenceElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFilterElementImpl.cpp (renamed from ksvg/impl/SVGFilterElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFilterPrimitiveStandardAttributesImpl.cpp (renamed from ksvg/impl/SVGFilterPrimitiveStandardAttributesImpl.cc)0
-rw-r--r--ksvg/impl/SVGFitToViewBoxImpl.cpp (renamed from ksvg/impl/SVGFitToViewBoxImpl.cc)0
-rw-r--r--ksvg/impl/SVGFontElementImpl.cpp (renamed from ksvg/impl/SVGFontElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFontFaceElementImpl.cpp (renamed from ksvg/impl/SVGFontFaceElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFontFaceFormatElementImpl.cpp (renamed from ksvg/impl/SVGFontFaceFormatElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFontFaceNameElementImpl.cpp (renamed from ksvg/impl/SVGFontFaceNameElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFontFaceSrcElementImpl.cpp (renamed from ksvg/impl/SVGFontFaceSrcElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGFontFaceUriElementImpl.cpp (renamed from ksvg/impl/SVGFontFaceUriElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGForeignObjectElementImpl.cpp (renamed from ksvg/impl/SVGForeignObjectElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGGElementImpl.cpp (renamed from ksvg/impl/SVGGElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGGlyphElementImpl.cpp (renamed from ksvg/impl/SVGGlyphElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGGlyphRefElementImpl.cpp (renamed from ksvg/impl/SVGGlyphRefElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGGradientElementImpl.cpp (renamed from ksvg/impl/SVGGradientElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGHKernElementImpl.cpp (renamed from ksvg/impl/SVGHKernElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGHelperImpl.cpp (renamed from ksvg/impl/SVGHelperImpl.cc)0
-rw-r--r--ksvg/impl/SVGICCColorImpl.cpp (renamed from ksvg/impl/SVGICCColorImpl.cc)0
-rw-r--r--ksvg/impl/SVGImageElementImpl.cpp (renamed from ksvg/impl/SVGImageElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGLangSpaceImpl.cpp (renamed from ksvg/impl/SVGLangSpaceImpl.cc)0
-rw-r--r--ksvg/impl/SVGLengthImpl.cpp (renamed from ksvg/impl/SVGLengthImpl.cc)0
-rw-r--r--ksvg/impl/SVGLengthListImpl.cpp (renamed from ksvg/impl/SVGLengthListImpl.cc)0
-rw-r--r--ksvg/impl/SVGLineElementImpl.cpp (renamed from ksvg/impl/SVGLineElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGLinearGradientElementImpl.cpp (renamed from ksvg/impl/SVGLinearGradientElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGLocatableImpl.cpp (renamed from ksvg/impl/SVGLocatableImpl.cc)0
-rw-r--r--ksvg/impl/SVGMPathElementImpl.cpp (renamed from ksvg/impl/SVGMPathElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGMarkerElementImpl.cpp (renamed from ksvg/impl/SVGMarkerElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGMaskElementImpl.cpp (renamed from ksvg/impl/SVGMaskElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGMatrixImpl.cpp (renamed from ksvg/impl/SVGMatrixImpl.cc)0
-rw-r--r--ksvg/impl/SVGMetadataElementImpl.cpp (renamed from ksvg/impl/SVGMetadataElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGMissingGlyphElementImpl.cpp (renamed from ksvg/impl/SVGMissingGlyphElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGNumberImpl.cpp (renamed from ksvg/impl/SVGNumberImpl.cc)0
-rw-r--r--ksvg/impl/SVGNumberListImpl.cpp (renamed from ksvg/impl/SVGNumberListImpl.cc)0
-rw-r--r--ksvg/impl/SVGPaintImpl.cpp (renamed from ksvg/impl/SVGPaintImpl.cc)0
-rw-r--r--ksvg/impl/SVGPaintServerImpl.cpp (renamed from ksvg/impl/SVGPaintServerImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathElementImpl.cpp (renamed from ksvg/impl/SVGPathElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegArcImpl.cpp (renamed from ksvg/impl/SVGPathSegArcImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegClosePathImpl.cpp (renamed from ksvg/impl/SVGPathSegClosePathImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegCurvetoCubicImpl.cpp (renamed from ksvg/impl/SVGPathSegCurvetoCubicImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegCurvetoCubicSmoothImpl.cpp (renamed from ksvg/impl/SVGPathSegCurvetoCubicSmoothImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegCurvetoQuadraticImpl.cpp (renamed from ksvg/impl/SVGPathSegCurvetoQuadraticImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegCurvetoQuadraticSmoothImpl.cpp (renamed from ksvg/impl/SVGPathSegCurvetoQuadraticSmoothImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegImpl.cpp (renamed from ksvg/impl/SVGPathSegImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegLinetoHorizontalImpl.cpp (renamed from ksvg/impl/SVGPathSegLinetoHorizontalImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegLinetoImpl.cpp (renamed from ksvg/impl/SVGPathSegLinetoImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegLinetoVerticalImpl.cpp (renamed from ksvg/impl/SVGPathSegLinetoVerticalImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegListImpl.cpp (renamed from ksvg/impl/SVGPathSegListImpl.cc)0
-rw-r--r--ksvg/impl/SVGPathSegMovetoImpl.cpp (renamed from ksvg/impl/SVGPathSegMovetoImpl.cc)0
-rw-r--r--ksvg/impl/SVGPatternElementImpl.cpp (renamed from ksvg/impl/SVGPatternElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGPointImpl.cpp (renamed from ksvg/impl/SVGPointImpl.cc)0
-rw-r--r--ksvg/impl/SVGPointListImpl.cpp (renamed from ksvg/impl/SVGPointListImpl.cc)0
-rw-r--r--ksvg/impl/SVGPolyElementImpl.cpp (renamed from ksvg/impl/SVGPolyElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGPolygonElementImpl.cpp (renamed from ksvg/impl/SVGPolygonElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGPolylineElementImpl.cpp (renamed from ksvg/impl/SVGPolylineElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGPreserveAspectRatioImpl.cpp (renamed from ksvg/impl/SVGPreserveAspectRatioImpl.cc)0
-rw-r--r--ksvg/impl/SVGRadialGradientElementImpl.cpp (renamed from ksvg/impl/SVGRadialGradientElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGRectElementImpl.cpp (renamed from ksvg/impl/SVGRectElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGRectImpl.cpp (renamed from ksvg/impl/SVGRectImpl.cc)0
-rw-r--r--ksvg/impl/SVGSVGElementImpl.cpp (renamed from ksvg/impl/SVGSVGElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGScriptElementImpl.cpp (renamed from ksvg/impl/SVGScriptElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGSetElementImpl.cpp (renamed from ksvg/impl/SVGSetElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGShapeImpl.cpp (renamed from ksvg/impl/SVGShapeImpl.cc)0
-rw-r--r--ksvg/impl/SVGStopElementImpl.cpp (renamed from ksvg/impl/SVGStopElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGStringListImpl.cpp (renamed from ksvg/impl/SVGStringListImpl.cc)0
-rw-r--r--ksvg/impl/SVGStylableImpl.cpp (renamed from ksvg/impl/SVGStylableImpl.cc)0
-rw-r--r--ksvg/impl/SVGStyleElementImpl.cpp (renamed from ksvg/impl/SVGStyleElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGSwitchElementImpl.cpp (renamed from ksvg/impl/SVGSwitchElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGSymbolElementImpl.cpp (renamed from ksvg/impl/SVGSymbolElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGTRefElementImpl.cpp (renamed from ksvg/impl/SVGTRefElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGTSpanElementImpl.cpp (renamed from ksvg/impl/SVGTSpanElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGTestsImpl.cpp (renamed from ksvg/impl/SVGTestsImpl.cc)0
-rw-r--r--ksvg/impl/SVGTextContentElementImpl.cpp (renamed from ksvg/impl/SVGTextContentElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGTextElementImpl.cpp (renamed from ksvg/impl/SVGTextElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGTextPathElementImpl.cpp (renamed from ksvg/impl/SVGTextPathElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGTextPositioningElementImpl.cpp (renamed from ksvg/impl/SVGTextPositioningElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGTimeScheduler.cpp (renamed from ksvg/impl/SVGTimeScheduler.cc)0
-rw-r--r--ksvg/impl/SVGTitleElementImpl.cpp (renamed from ksvg/impl/SVGTitleElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGTransformImpl.cpp (renamed from ksvg/impl/SVGTransformImpl.cc)0
-rw-r--r--ksvg/impl/SVGTransformListImpl.cpp (renamed from ksvg/impl/SVGTransformListImpl.cc)0
-rw-r--r--ksvg/impl/SVGTransformableImpl.cpp (renamed from ksvg/impl/SVGTransformableImpl.cc)0
-rw-r--r--ksvg/impl/SVGURIReferenceImpl.cpp (renamed from ksvg/impl/SVGURIReferenceImpl.cc)0
-rw-r--r--ksvg/impl/SVGUseElementImpl.cpp (renamed from ksvg/impl/SVGUseElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGVKernElementImpl.cpp (renamed from ksvg/impl/SVGVKernElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGViewElementImpl.cpp (renamed from ksvg/impl/SVGViewElementImpl.cc)0
-rw-r--r--ksvg/impl/SVGViewSpecImpl.cpp (renamed from ksvg/impl/SVGViewSpecImpl.cc)0
-rw-r--r--ksvg/impl/SVGWindowImpl.cpp (renamed from ksvg/impl/SVGWindowImpl.cc)0
-rw-r--r--ksvg/impl/SVGZoomAndPanImpl.cpp (renamed from ksvg/impl/SVGZoomAndPanImpl.cc)0
-rw-r--r--ksvg/impl/SVGZoomEventImpl.cpp (renamed from ksvg/impl/SVGZoomEventImpl.cc)0
-rw-r--r--ksvg/impl/libs/libtext2path/src/Cache.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Converter.cpp2
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/assert.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/assert.hpp)6
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/checked_delete.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/checked_delete.hpp)8
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.hpp)8
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/shared_count.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/shared_count.hpp)14
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.hpp)16
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/throw_exception.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/throw_exception.hpp)8
-rw-r--r--ksvg/impl/svgpathparser.cpp (renamed from ksvg/impl/svgpathparser.cc)0
-rwxr-xr-xksvg/scripts/check_hashtablesize.pl4
-rwxr-xr-xksvg/scripts/gen.sh18
-rwxr-xr-xksvg/scripts/genimpl.sh16
-rwxr-xr-xksvg/scripts/getjs.php2
-rw-r--r--ksvg/scripts/makecc2
-rw-r--r--ksvg/scripts/makeimpl8
-rw-r--r--ksvg/test/external/CMakeLists.txt2
-rw-r--r--ksvg/test/external/Makefile.am2
-rw-r--r--ksvg/test/external/SVGTestWidget.cpp (renamed from ksvg/test/external/SVGTestWidget.cc)0
-rw-r--r--ksvg/test/external/svgdisplay.cpp (renamed from ksvg/test/external/svgdisplay.cc)0
-rw-r--r--kviewshell/plugins/djvu/libdjvu/configure.in.in8
-rw-r--r--tdefile-plugins/dependencies/poppler-tqt/CMakeLists.txt8
-rw-r--r--tdefile-plugins/dependencies/poppler-tqt/Makefile.am12
-rw-r--r--tdefile-plugins/dependencies/poppler-tqt/poppler-document.cpp (renamed from tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc)6
-rw-r--r--tdefile-plugins/dependencies/poppler-tqt/poppler-fontinfo.cpp (renamed from tdefile-plugins/dependencies/poppler-tqt/poppler-fontinfo.cc)0
-rw-r--r--tdefile-plugins/dependencies/poppler-tqt/poppler-link.cpp (renamed from tdefile-plugins/dependencies/poppler-tqt/poppler-link.cc)2
-rw-r--r--tdefile-plugins/dependencies/poppler-tqt/poppler-page-transition.cpp (renamed from tdefile-plugins/dependencies/poppler-tqt/poppler-page-transition.cc)2
-rw-r--r--tdefile-plugins/dependencies/poppler-tqt/poppler-page.cpp (renamed from tdefile-plugins/dependencies/poppler-tqt/poppler-page.cc)2
-rw-r--r--tdefile-plugins/dependencies/poppler-tqt/poppler-private.cpp (renamed from tdefile-plugins/dependencies/poppler-tqt/poppler-private.cc)0
506 files changed, 548 insertions, 548 deletions
diff --git a/kpdf/Makefile.am b/kpdf/Makefile.am
index 187989f7..270bc883 100644
--- a/kpdf/Makefile.am
+++ b/kpdf/Makefile.am
@@ -6,7 +6,7 @@ METASOURCES = AUTO
messages: rc.cpp
$(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` >> rc.cpp
- $(XGETTEXT) `find . -name "*.cpp" -o -name "*.cc" -o -name "*.h"` -o $(podir)/kpdf.pot
+ $(XGETTEXT) `find . -name "*.cpp" -o -name "*.h"` -o $(podir)/kpdf.pot
KDE_ICON = kpdf
diff --git a/kpdf/TODO b/kpdf/TODO
index d917fd1d..53f0cc17 100644
--- a/kpdf/TODO
+++ b/kpdf/TODO
@@ -46,7 +46,7 @@ More items (first items will enter 'In progress list' first):
-> take care of TODOs in code
-> ADD: click over image allows "save image" [60% done (activerect of type image)]
-> export all text in plain_text/html
--> extract(export?) images (have a look at ImageOutputDev.cc and pdfimages.cc from xpdf (not in our xpdf sources))
+-> extract(export?) images (have a look at ImageOutputDev.cpp and pdfimages.cpp from xpdf (not in our xpdf sources))
-> text selection in wordprocessor style (very hard)
-> zoom: fit text (with configurable margin)
-> bookview: 3d opengl widget for viewing the document as a real book (turning pages, etc..)
diff --git a/kpdf/core/generator_pdf/generator_pdf.cpp b/kpdf/core/generator_pdf/generator_pdf.cpp
index 5c0046d3..08578a8e 100644
--- a/kpdf/core/generator_pdf/generator_pdf.cpp
+++ b/kpdf/core/generator_pdf/generator_pdf.cpp
@@ -778,7 +778,7 @@ void PDFGenerator::scanFont(GfxFont *font, TDEListView *list, Ref **fonts, int &
TQString PDFGenerator::getDocumentInfo( const TQString & data, bool canReturnNull ) const
// note: MUTEX is LOCKED while calling this
{
- // [Albert] Code adapted from pdfinfo.cc on xpdf
+ // [Albert] Code adapted from pdfinfo.cpp on xpdf
Object info;
if ( !pdfdoc )
return canReturnNull ? TQString() : i18n( "Unknown" );
@@ -805,7 +805,7 @@ TQString PDFGenerator::getDocumentInfo( const TQString & data, bool canReturnNul
TQString PDFGenerator::getDocumentDate( const TQString & data ) const
// note: MUTEX is LOCKED while calling this
{
- // [Albert] Code adapted from pdfinfo.cc on xpdf
+ // [Albert] Code adapted from pdfinfo.cpp on xpdf
if ( !pdfdoc )
return i18n( "Unknown Date" );
diff --git a/kpdf/ui/pageview.cpp b/kpdf/ui/pageview.cpp
index 556512de..88f599d6 100644
--- a/kpdf/ui/pageview.cpp
+++ b/kpdf/ui/pageview.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 2004 by Enrico Ros <eros.kde@email.it> *
* Copyright (C) 2004-2006 by Albert Astals Cid <tsdgeos@terra.es> *
* *
- * With portions of code from kpdf/kpdf_pagewidget.cc by: *
+ * With portions of code from kpdf/kpdf_pagewidget.cpp by: *
* Copyright (C) 2002 by Wilco Greven <greven@kde.org> *
* Copyright (C) 2003 by Christophe Devriese *
* <Christophe.Devriese@student.kuleuven.ac.be> *
diff --git a/kpdf/xpdf/fofi/CMakeLists.txt b/kpdf/xpdf/fofi/CMakeLists.txt
index e98957f3..2f983315 100644
--- a/kpdf/xpdf/fofi/CMakeLists.txt
+++ b/kpdf/xpdf/fofi/CMakeLists.txt
@@ -21,6 +21,6 @@ include_directories(
tde_add_library( fofi STATIC_PIC
SOURCES
- FoFiBase.cc FoFiEncodings.cc FoFiTrueType.cc FoFiType1.cc
- FoFiType1C.cc
+ FoFiBase.cpp FoFiEncodings.cpp FoFiTrueType.cpp FoFiType1.cpp
+ FoFiType1C.cpp
)
diff --git a/kpdf/xpdf/fofi/FoFiBase.cc b/kpdf/xpdf/fofi/FoFiBase.cpp
index 28d0b8ca..af6fe112 100644
--- a/kpdf/xpdf/fofi/FoFiBase.cc
+++ b/kpdf/xpdf/fofi/FoFiBase.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// FoFiBase.cc
+// FoFiBase.cpp
//
// Copyright 1999-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/fofi/FoFiEncodings.cc b/kpdf/xpdf/fofi/FoFiEncodings.cpp
index 37a17f5d..3c0d39a3 100644
--- a/kpdf/xpdf/fofi/FoFiEncodings.cc
+++ b/kpdf/xpdf/fofi/FoFiEncodings.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// FoFiEncodings.cc
+// FoFiEncodings.cpp
//
// Copyright 1999-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/fofi/FoFiTrueType.cc b/kpdf/xpdf/fofi/FoFiTrueType.cpp
index a205a068..18253335 100644
--- a/kpdf/xpdf/fofi/FoFiTrueType.cc
+++ b/kpdf/xpdf/fofi/FoFiTrueType.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// FoFiTrueType.cc
+// FoFiTrueType.cpp
//
// Copyright 1999-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/fofi/FoFiType1.cc b/kpdf/xpdf/fofi/FoFiType1.cpp
index 88b35ecc..f6e676a2 100644
--- a/kpdf/xpdf/fofi/FoFiType1.cc
+++ b/kpdf/xpdf/fofi/FoFiType1.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// FoFiType1.cc
+// FoFiType1.cpp
//
// Copyright 1999-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/fofi/FoFiType1C.cc b/kpdf/xpdf/fofi/FoFiType1C.cpp
index 3b28f321..f2ca88dc 100644
--- a/kpdf/xpdf/fofi/FoFiType1C.cc
+++ b/kpdf/xpdf/fofi/FoFiType1C.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// FoFiType1C.cc
+// FoFiType1C.cpp
//
// Copyright 1999-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/fofi/Makefile.am b/kpdf/xpdf/fofi/Makefile.am
index 7ca93922..9a1ec4aa 100644
--- a/kpdf/xpdf/fofi/Makefile.am
+++ b/kpdf/xpdf/fofi/Makefile.am
@@ -1,8 +1,8 @@
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../goo $(all_includes)
libfofi_la_LDFLAGS = $(all_libraries)
-libfofi_la_SOURCES = FoFiBase.cc FoFiEncodings.cc FoFiTrueType.cc \
- FoFiType1.cc FoFiType1C.cc
+libfofi_la_SOURCES = FoFiBase.cpp FoFiEncodings.cpp FoFiTrueType.cpp \
+ FoFiType1.cpp FoFiType1C.cpp
METASOURCES = AUTO
diff --git a/kpdf/xpdf/goo/CMakeLists.txt b/kpdf/xpdf/goo/CMakeLists.txt
index 5a5a0ac8..dd6dc2d1 100644
--- a/kpdf/xpdf/goo/CMakeLists.txt
+++ b/kpdf/xpdf/goo/CMakeLists.txt
@@ -22,5 +22,5 @@ include_directories(
tde_add_library( goo STATIC_PIC
SOURCES
- GHash.cc GList.cc GString.cc gfile.cc gmem.cc gmempp.cc
+ GHash.cpp GList.cpp GString.cpp gfile.cpp gmem.cpp gmempp.cpp
)
diff --git a/kpdf/xpdf/goo/GHash.cc b/kpdf/xpdf/goo/GHash.cpp
index b51a7643..f642a261 100644
--- a/kpdf/xpdf/goo/GHash.cc
+++ b/kpdf/xpdf/goo/GHash.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// GHash.cc
+// GHash.cpp
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/goo/GList.cc b/kpdf/xpdf/goo/GList.cpp
index fb5fd628..2a4e4695 100644
--- a/kpdf/xpdf/goo/GList.cc
+++ b/kpdf/xpdf/goo/GList.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// GList.cc
+// GList.cpp
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/goo/GString.cc b/kpdf/xpdf/goo/GString.cpp
index e21fd3ea..89f122e1 100644
--- a/kpdf/xpdf/goo/GString.cc
+++ b/kpdf/xpdf/goo/GString.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// GString.cc
+// GString.cpp
//
// Simple variable-length string type.
//
diff --git a/kpdf/xpdf/goo/Makefile.am b/kpdf/xpdf/goo/Makefile.am
index 04933cee..00ffad0d 100644
--- a/kpdf/xpdf/goo/Makefile.am
+++ b/kpdf/xpdf/goo/Makefile.am
@@ -1,5 +1,5 @@
INCLUDES = -I$(srcdir)/..
-libgoo_la_SOURCES = GHash.cc GList.cc GString.cc gfile.cc gmem.cc gmempp.cc
+libgoo_la_SOURCES = GHash.cpp GList.cpp GString.cpp gfile.cpp gmem.cpp gmempp.cpp
noinst_LTLIBRARIES = libgoo.la
diff --git a/kpdf/xpdf/goo/gfile.cc b/kpdf/xpdf/goo/gfile.cpp
index 54a7be3d..bb75b855 100644
--- a/kpdf/xpdf/goo/gfile.cc
+++ b/kpdf/xpdf/goo/gfile.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// gfile.cc
+// gfile.cpp
//
// Miscellaneous file and directory name manipulation.
//
diff --git a/kpdf/xpdf/goo/gmem.cc b/kpdf/xpdf/goo/gmem.cpp
index d8962aba..d8962aba 100644
--- a/kpdf/xpdf/goo/gmem.cc
+++ b/kpdf/xpdf/goo/gmem.cpp
diff --git a/kpdf/xpdf/goo/gmempp.cc b/kpdf/xpdf/goo/gmempp.cpp
index b1ee970d..4804889b 100644
--- a/kpdf/xpdf/goo/gmempp.cc
+++ b/kpdf/xpdf/goo/gmempp.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// gmempp.cc
+// gmempp.cpp
//
// Use gmalloc/gfree for C++ new/delete operators.
//
diff --git a/kpdf/xpdf/splash/CMakeLists.txt b/kpdf/xpdf/splash/CMakeLists.txt
index 650debba..a9c3d72b 100644
--- a/kpdf/xpdf/splash/CMakeLists.txt
+++ b/kpdf/xpdf/splash/CMakeLists.txt
@@ -23,11 +23,11 @@ include_directories(
tde_add_library( splash STATIC_PIC
SOURCES
- Splash.cc SplashBitmap.cc SplashClip.cc SplashFTFont.cc
- SplashFTFontEngine.cc SplashFTFontFile.cc SplashFont.cc
- SplashFontEngine.cc SplashFontFile.cc SplashFontFileID.cc
- SplashPath.cc SplashPattern.cc SplashScreen.cc SplashState.cc
- SplashT1Font.cc SplashT1FontEngine.cc SplashT1FontFile.cc
- SplashXPath.cc SplashXPathScanner.cc
+ Splash.cpp SplashBitmap.cpp SplashClip.cpp SplashFTFont.cpp
+ SplashFTFontEngine.cpp SplashFTFontFile.cpp SplashFont.cpp
+ SplashFontEngine.cpp SplashFontFile.cpp SplashFontFileID.cpp
+ SplashPath.cpp SplashPattern.cpp SplashScreen.cpp SplashState.cpp
+ SplashT1Font.cpp SplashT1FontEngine.cpp SplashT1FontFile.cpp
+ SplashXPath.cpp SplashXPathScanner.cpp
LINK ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES}
)
diff --git a/kpdf/xpdf/splash/Makefile.am b/kpdf/xpdf/splash/Makefile.am
index 34d41419..724eaa6a 100644
--- a/kpdf/xpdf/splash/Makefile.am
+++ b/kpdf/xpdf/splash/Makefile.am
@@ -1,8 +1,8 @@
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../fofi -I$(srcdir)/../goo $(LIBFREETYPE_CFLAGS) $(USER_INCLUDES)
-libsplash_la_SOURCES = Splash.cc SplashBitmap.cc SplashClip.cc SplashFTFont.cc SplashFTFontEngine.cc \
- SplashFTFontFile.cc SplashFont.cc SplashFontEngine.cc SplashFontFile.cc SplashFontFileID.cc \
- SplashPath.cc SplashPattern.cc SplashScreen.cc SplashState.cc SplashT1Font.cc \
- SplashT1FontEngine.cc SplashT1FontFile.cc SplashXPath.cc SplashXPathScanner.cc
+libsplash_la_SOURCES = Splash.cpp SplashBitmap.cpp SplashClip.cpp SplashFTFont.cpp SplashFTFontEngine.cpp \
+ SplashFTFontFile.cpp SplashFont.cpp SplashFontEngine.cpp SplashFontFile.cpp SplashFontFileID.cpp \
+ SplashPath.cpp SplashPattern.cpp SplashScreen.cpp SplashState.cpp SplashT1Font.cpp \
+ SplashT1FontEngine.cpp SplashT1FontFile.cpp SplashXPath.cpp SplashXPathScanner.cpp
noinst_LTLIBRARIES = libsplash.la
diff --git a/kpdf/xpdf/splash/Splash.cc b/kpdf/xpdf/splash/Splash.cpp
index 2b91e4e7..2cfc1ee2 100644
--- a/kpdf/xpdf/splash/Splash.cc
+++ b/kpdf/xpdf/splash/Splash.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Splash.cc
+// Splash.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashBitmap.cc b/kpdf/xpdf/splash/SplashBitmap.cpp
index 62bbd8e8..5b5d28d1 100644
--- a/kpdf/xpdf/splash/SplashBitmap.cc
+++ b/kpdf/xpdf/splash/SplashBitmap.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashBitmap.cc
+// SplashBitmap.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashClip.cc b/kpdf/xpdf/splash/SplashClip.cpp
index ef8acbab..ba03b7a4 100644
--- a/kpdf/xpdf/splash/SplashClip.cc
+++ b/kpdf/xpdf/splash/SplashClip.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashClip.cc
+// SplashClip.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashFTFont.cc b/kpdf/xpdf/splash/SplashFTFont.cpp
index 42d92af4..4bc31210 100644
--- a/kpdf/xpdf/splash/SplashFTFont.cc
+++ b/kpdf/xpdf/splash/SplashFTFont.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashFTFont.cc
+// SplashFTFont.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashFTFontEngine.cc b/kpdf/xpdf/splash/SplashFTFontEngine.cpp
index 02996de7..36cf32e6 100644
--- a/kpdf/xpdf/splash/SplashFTFontEngine.cc
+++ b/kpdf/xpdf/splash/SplashFTFontEngine.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashFTFontEngine.cc
+// SplashFTFontEngine.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashFTFontFile.cc b/kpdf/xpdf/splash/SplashFTFontFile.cpp
index 12725497..697c3ed8 100644
--- a/kpdf/xpdf/splash/SplashFTFontFile.cc
+++ b/kpdf/xpdf/splash/SplashFTFontFile.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashFTFontFile.cc
+// SplashFTFontFile.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashFont.cc b/kpdf/xpdf/splash/SplashFont.cpp
index 4a91d5e8..42c9e999 100644
--- a/kpdf/xpdf/splash/SplashFont.cc
+++ b/kpdf/xpdf/splash/SplashFont.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashFont.cc
+// SplashFont.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashFontEngine.cc b/kpdf/xpdf/splash/SplashFontEngine.cpp
index 4dc1b35b..d79a48a0 100644
--- a/kpdf/xpdf/splash/SplashFontEngine.cc
+++ b/kpdf/xpdf/splash/SplashFontEngine.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashFontEngine.cc
+// SplashFontEngine.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashFontFile.cc b/kpdf/xpdf/splash/SplashFontFile.cpp
index ad58c22d..c66447bb 100644
--- a/kpdf/xpdf/splash/SplashFontFile.cc
+++ b/kpdf/xpdf/splash/SplashFontFile.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashFontFile.cc
+// SplashFontFile.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashFontFileID.cc b/kpdf/xpdf/splash/SplashFontFileID.cpp
index af37cb2f..9182d4d8 100644
--- a/kpdf/xpdf/splash/SplashFontFileID.cc
+++ b/kpdf/xpdf/splash/SplashFontFileID.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashFontFileID.cc
+// SplashFontFileID.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashPath.cc b/kpdf/xpdf/splash/SplashPath.cpp
index e3a89271..4a3c334c 100644
--- a/kpdf/xpdf/splash/SplashPath.cc
+++ b/kpdf/xpdf/splash/SplashPath.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashPath.cc
+// SplashPath.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashPattern.cc b/kpdf/xpdf/splash/SplashPattern.cpp
index e6a37852..2aa4f70f 100644
--- a/kpdf/xpdf/splash/SplashPattern.cc
+++ b/kpdf/xpdf/splash/SplashPattern.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashPattern.cc
+// SplashPattern.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashScreen.cc b/kpdf/xpdf/splash/SplashScreen.cpp
index 3e8d36ca..a1f50c0a 100644
--- a/kpdf/xpdf/splash/SplashScreen.cc
+++ b/kpdf/xpdf/splash/SplashScreen.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashScreen.cc
+// SplashScreen.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashState.cc b/kpdf/xpdf/splash/SplashState.cpp
index e2c34c44..17445ad7 100644
--- a/kpdf/xpdf/splash/SplashState.cc
+++ b/kpdf/xpdf/splash/SplashState.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashState.cc
+// SplashState.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashT1Font.cc b/kpdf/xpdf/splash/SplashT1Font.cpp
index 19237e1d..17dfcd78 100644
--- a/kpdf/xpdf/splash/SplashT1Font.cc
+++ b/kpdf/xpdf/splash/SplashT1Font.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashT1Font.cc
+// SplashT1Font.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashT1FontEngine.cc b/kpdf/xpdf/splash/SplashT1FontEngine.cpp
index 68530e88..d17dc47c 100644
--- a/kpdf/xpdf/splash/SplashT1FontEngine.cc
+++ b/kpdf/xpdf/splash/SplashT1FontEngine.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashT1FontEngine.cc
+// SplashT1FontEngine.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashT1FontFile.cc b/kpdf/xpdf/splash/SplashT1FontFile.cpp
index 54312055..b9f3ed3c 100644
--- a/kpdf/xpdf/splash/SplashT1FontFile.cc
+++ b/kpdf/xpdf/splash/SplashT1FontFile.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashT1FontFile.cc
+// SplashT1FontFile.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashTypes.h b/kpdf/xpdf/splash/SplashTypes.h
index 35551b90..aa431b78 100644
--- a/kpdf/xpdf/splash/SplashTypes.h
+++ b/kpdf/xpdf/splash/SplashTypes.h
@@ -48,7 +48,7 @@ enum SplashColorMode {
};
// number of components in each color mode
-// (defined in SplashState.cc)
+// (defined in SplashState.cpp)
extern int splashColorModeNComps[];
// max number of components in any SplashColor
diff --git a/kpdf/xpdf/splash/SplashXPath.cc b/kpdf/xpdf/splash/SplashXPath.cpp
index 71481eff..267643bb 100644
--- a/kpdf/xpdf/splash/SplashXPath.cc
+++ b/kpdf/xpdf/splash/SplashXPath.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashXPath.cc
+// SplashXPath.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/splash/SplashXPathScanner.cc b/kpdf/xpdf/splash/SplashXPathScanner.cpp
index 97e5a9bc..8c7d505a 100644
--- a/kpdf/xpdf/splash/SplashXPathScanner.cc
+++ b/kpdf/xpdf/splash/SplashXPathScanner.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashXPathScanner.cc
+// SplashXPathScanner.cpp
//
//========================================================================
diff --git a/kpdf/xpdf/xpdf/Annot.cc b/kpdf/xpdf/xpdf/Annot.cpp
index 23df25df..10d3ce73 100644
--- a/kpdf/xpdf/xpdf/Annot.cc
+++ b/kpdf/xpdf/xpdf/Annot.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Annot.cc
+// Annot.cpp
//
// Copyright 2000-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Array.cc b/kpdf/xpdf/xpdf/Array.cpp
index 8232037b..7c54605a 100644
--- a/kpdf/xpdf/xpdf/Array.cc
+++ b/kpdf/xpdf/xpdf/Array.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Array.cc
+// Array.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/BuiltinFont.cc b/kpdf/xpdf/xpdf/BuiltinFont.cpp
index ce989571..6e9d2375 100644
--- a/kpdf/xpdf/xpdf/BuiltinFont.cc
+++ b/kpdf/xpdf/xpdf/BuiltinFont.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// BuiltinFont.cc
+// BuiltinFont.cpp
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/BuiltinFontTables.cc b/kpdf/xpdf/xpdf/BuiltinFontTables.cpp
index 9c362389..9779946f 100644
--- a/kpdf/xpdf/xpdf/BuiltinFontTables.cc
+++ b/kpdf/xpdf/xpdf/BuiltinFontTables.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// BuiltinFontTables.cc
+// BuiltinFontTables.cpp
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/CMakeLists.txt b/kpdf/xpdf/xpdf/CMakeLists.txt
index db01bb97..bf9f329c 100644
--- a/kpdf/xpdf/xpdf/CMakeLists.txt
+++ b/kpdf/xpdf/xpdf/CMakeLists.txt
@@ -24,14 +24,14 @@ include_directories(
tde_add_library( xpdf STATIC_PIC
SOURCES
- Annot.cc Array.cc BuiltinFont.cc BuiltinFontTables.cc
- Catalog.cc CharCodeToUnicode.cc CMap.cc Decrypt.cc Dict.cc
- FontEncodingTables.cc Function.cc Gfx.cc GfxFont.cc GfxState.cc
- GlobalParams.cc JArithmeticDecoder.cc JBIG2Stream.cc Lexer.cc Link.cc
- NameToCharCode.cc Object.cc Outline.cc OutputDev.cc PDFDoc.cc
- PDFDocEncoding.cc PreScanOutputDev.cc PSTokenizer.cc Page.cc
- Parser.cc PSOutputDev.cc SecurityHandler.cc SplashOutputDev.cc
- Stream.cc JPXStream.cc TextOutputDev.cc UnicodeMap.cc
- UnicodeTypeTable.cc XRef.cc
+ Annot.cpp Array.cpp BuiltinFont.cpp BuiltinFontTables.cpp
+ Catalog.cpp CharCodeToUnicode.cpp CMap.cpp Decrypt.cpp Dict.cpp
+ FontEncodingTables.cpp Function.cpp Gfx.cpp GfxFont.cpp GfxState.cpp
+ GlobalParams.cpp JArithmeticDecoder.cpp JBIG2Stream.cpp Lexer.cpp Link.cpp
+ NameToCharCode.cpp Object.cpp Outline.cpp OutputDev.cpp PDFDoc.cpp
+ PDFDocEncoding.cpp PreScanOutputDev.cpp PSTokenizer.cpp Page.cpp
+ Parser.cpp PSOutputDev.cpp SecurityHandler.cpp SplashOutputDev.cpp
+ Stream.cpp JPXStream.cpp TextOutputDev.cpp UnicodeMap.cpp
+ UnicodeTypeTable.cpp XRef.cpp
LINK ${FONTCONFIG_LIBRARIES}
)
diff --git a/kpdf/xpdf/xpdf/CMap.cc b/kpdf/xpdf/xpdf/CMap.cpp
index 89905a8c..dfad915f 100644
--- a/kpdf/xpdf/xpdf/CMap.cc
+++ b/kpdf/xpdf/xpdf/CMap.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// CMap.cc
+// CMap.cpp
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Catalog.cc b/kpdf/xpdf/xpdf/Catalog.cpp
index 198703a4..ce64af09 100644
--- a/kpdf/xpdf/xpdf/Catalog.cc
+++ b/kpdf/xpdf/xpdf/Catalog.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Catalog.cc
+// Catalog.cpp
//
// Copyright 1996-2007 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/CharCodeToUnicode.cc b/kpdf/xpdf/xpdf/CharCodeToUnicode.cpp
index 3702a16d..1144caec 100644
--- a/kpdf/xpdf/xpdf/CharCodeToUnicode.cc
+++ b/kpdf/xpdf/xpdf/CharCodeToUnicode.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// CharCodeToUnicode.cc
+// CharCodeToUnicode.cpp
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Decrypt.cc b/kpdf/xpdf/xpdf/Decrypt.cpp
index 51e56fb1..97fa0bd6 100644
--- a/kpdf/xpdf/xpdf/Decrypt.cc
+++ b/kpdf/xpdf/xpdf/Decrypt.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Decrypt.cc
+// Decrypt.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Dict.cc b/kpdf/xpdf/xpdf/Dict.cpp
index dd1517f0..593e9a11 100644
--- a/kpdf/xpdf/xpdf/Dict.cc
+++ b/kpdf/xpdf/xpdf/Dict.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Dict.cc
+// Dict.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/FontEncodingTables.cc b/kpdf/xpdf/xpdf/FontEncodingTables.cpp
index f3b9280a..4cd1affe 100644
--- a/kpdf/xpdf/xpdf/FontEncodingTables.cc
+++ b/kpdf/xpdf/xpdf/FontEncodingTables.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// FontEncodingTables.cc
+// FontEncodingTables.cpp
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Function.cc b/kpdf/xpdf/xpdf/Function.cpp
index eaf8e974..f36c8f6c 100644
--- a/kpdf/xpdf/xpdf/Function.cc
+++ b/kpdf/xpdf/xpdf/Function.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Function.cc
+// Function.cpp
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Gfx.cc b/kpdf/xpdf/xpdf/Gfx.cpp
index e3df8384..2a4fdb6e 100644
--- a/kpdf/xpdf/xpdf/Gfx.cc
+++ b/kpdf/xpdf/xpdf/Gfx.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Gfx.cc
+// Gfx.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/GfxFont.cc b/kpdf/xpdf/xpdf/GfxFont.cpp
index 8694be47..4298b41c 100644
--- a/kpdf/xpdf/xpdf/GfxFont.cc
+++ b/kpdf/xpdf/xpdf/GfxFont.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// GfxFont.cc
+// GfxFont.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/GfxState.cc b/kpdf/xpdf/xpdf/GfxState.cpp
index a00dabe1..f7cb1ce9 100644
--- a/kpdf/xpdf/xpdf/GfxState.cc
+++ b/kpdf/xpdf/xpdf/GfxState.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// GfxState.cc
+// GfxState.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/GfxState.h b/kpdf/xpdf/xpdf/GfxState.h
index f85643dc..52c5c93c 100644
--- a/kpdf/xpdf/xpdf/GfxState.h
+++ b/kpdf/xpdf/xpdf/GfxState.h
@@ -114,7 +114,7 @@ struct GfxCMYK {
//------------------------------------------------------------------------
// NB: The nGfxColorSpaceModes constant and the gfxColorSpaceModeNames
-// array defined in GfxState.cc must match this enum.
+// array defined in GfxState.cpp must match this enum.
enum GfxColorSpaceMode {
csDeviceGray,
csCalGray,
diff --git a/kpdf/xpdf/xpdf/GlobalParams.cc b/kpdf/xpdf/xpdf/GlobalParams.cpp
index 6212f42e..f18026ee 100644
--- a/kpdf/xpdf/xpdf/GlobalParams.cc
+++ b/kpdf/xpdf/xpdf/GlobalParams.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// GlobalParams.cc
+// GlobalParams.cpp
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/JArithmeticDecoder.cc b/kpdf/xpdf/xpdf/JArithmeticDecoder.cpp
index 195b73e1..7f7c7685 100644
--- a/kpdf/xpdf/xpdf/JArithmeticDecoder.cc
+++ b/kpdf/xpdf/xpdf/JArithmeticDecoder.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// JArithmeticDecoder.cc
+// JArithmeticDecoder.cpp
//
// Copyright 2002-2004 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/JBIG2Stream.cc b/kpdf/xpdf/xpdf/JBIG2Stream.cpp
index 43f17712..1a4058f8 100644
--- a/kpdf/xpdf/xpdf/JBIG2Stream.cc
+++ b/kpdf/xpdf/xpdf/JBIG2Stream.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// JBIG2Stream.cc
+// JBIG2Stream.cpp
//
// Copyright 2002-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/JPXStream.cc b/kpdf/xpdf/xpdf/JPXStream.cpp
index 54a9e103..93b46471 100644
--- a/kpdf/xpdf/xpdf/JPXStream.cc
+++ b/kpdf/xpdf/xpdf/JPXStream.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// JPXStream.cc
+// JPXStream.cpp
//
// Copyright 2002-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Lexer.cc b/kpdf/xpdf/xpdf/Lexer.cpp
index 1ef37175..04eadef2 100644
--- a/kpdf/xpdf/xpdf/Lexer.cc
+++ b/kpdf/xpdf/xpdf/Lexer.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Lexer.cc
+// Lexer.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Link.cc b/kpdf/xpdf/xpdf/Link.cpp
index ae2de537..69106e13 100644
--- a/kpdf/xpdf/xpdf/Link.cc
+++ b/kpdf/xpdf/xpdf/Link.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Link.cc
+// Link.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Makefile.am b/kpdf/xpdf/xpdf/Makefile.am
index 4c0593ad..b86e26b8 100644
--- a/kpdf/xpdf/xpdf/Makefile.am
+++ b/kpdf/xpdf/xpdf/Makefile.am
@@ -2,14 +2,14 @@ INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../fofi -I$(srcdir)/../splash -I$(srcdir)/
libxpdf_la_LDFLAGS = $(all_libraries)
libxpdf_la_LIBADD = $(LIB_X11) $(LIBFREETYPE_LIBS) $(LIBPAPER_LIBS) $(XFT_LIBS) $(LIBJPEG) ../goo/libgoo.la ../fofi/libfofi.la ../splash/libsplash.la
-libxpdf_la_SOURCES = Annot.cc Array.cc BuiltinFont.cc BuiltinFontTables.cc \
- Catalog.cc CharCodeToUnicode.cc CMap.cc Decrypt.cc Dict.cc \
- FontEncodingTables.cc Function.cc Gfx.cc \
- GfxFont.cc GfxState.cc GlobalParams.cc JArithmeticDecoder.cc \
- JBIG2Stream.cc Lexer.cc Link.cc NameToCharCode.cc Object.cc Outline.cc \
- OutputDev.cc PDFDoc.cc PDFDocEncoding.cc PreScanOutputDev.cc PSTokenizer.cc \
- Page.cc Parser.cc PSOutputDev.cc SecurityHandler.cc SplashOutputDev.cc Stream.cc JPXStream.cc \
- TextOutputDev.cc UnicodeMap.cc UnicodeTypeTable.cc XRef.cc
+libxpdf_la_SOURCES = Annot.cpp Array.cpp BuiltinFont.cpp BuiltinFontTables.cpp \
+ Catalog.cpp CharCodeToUnicode.cpp CMap.cpp Decrypt.cpp Dict.cpp \
+ FontEncodingTables.cpp Function.cpp Gfx.cpp \
+ GfxFont.cpp GfxState.cpp GlobalParams.cpp JArithmeticDecoder.cpp \
+ JBIG2Stream.cpp Lexer.cpp Link.cpp NameToCharCode.cpp Object.cpp Outline.cpp \
+ OutputDev.cpp PDFDoc.cpp PDFDocEncoding.cpp PreScanOutputDev.cpp PSTokenizer.cpp \
+ Page.cpp Parser.cpp PSOutputDev.cpp SecurityHandler.cpp SplashOutputDev.cpp Stream.cpp JPXStream.cpp \
+ TextOutputDev.cpp UnicodeMap.cpp UnicodeTypeTable.cpp XRef.cpp
noinst_LTLIBRARIES = libxpdf.la
diff --git a/kpdf/xpdf/xpdf/NameToCharCode.cc b/kpdf/xpdf/xpdf/NameToCharCode.cpp
index 7ebf4e16..23779f05 100644
--- a/kpdf/xpdf/xpdf/NameToCharCode.cc
+++ b/kpdf/xpdf/xpdf/NameToCharCode.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// NameToCharCode.cc
+// NameToCharCode.cpp
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Object.cc b/kpdf/xpdf/xpdf/Object.cpp
index f0a3a092..81760b44 100644
--- a/kpdf/xpdf/xpdf/Object.cc
+++ b/kpdf/xpdf/xpdf/Object.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Object.cc
+// Object.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Outline.cc b/kpdf/xpdf/xpdf/Outline.cpp
index 39e89a3c..f5aba636 100644
--- a/kpdf/xpdf/xpdf/Outline.cc
+++ b/kpdf/xpdf/xpdf/Outline.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Outline.cc
+// Outline.cpp
//
// Copyright 2002-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/OutputDev.cc b/kpdf/xpdf/xpdf/OutputDev.cpp
index 3ba19973..1b394ad4 100644
--- a/kpdf/xpdf/xpdf/OutputDev.cc
+++ b/kpdf/xpdf/xpdf/OutputDev.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// OutputDev.cc
+// OutputDev.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/PDFDoc.cc b/kpdf/xpdf/xpdf/PDFDoc.cpp
index dc24d97e..ee2bc4df 100644
--- a/kpdf/xpdf/xpdf/PDFDoc.cc
+++ b/kpdf/xpdf/xpdf/PDFDoc.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// PDFDoc.cc
+// PDFDoc.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/PDFDocEncoding.cc b/kpdf/xpdf/xpdf/PDFDocEncoding.cpp
index 89dc3828..89dc3828 100644
--- a/kpdf/xpdf/xpdf/PDFDocEncoding.cc
+++ b/kpdf/xpdf/xpdf/PDFDocEncoding.cpp
diff --git a/kpdf/xpdf/xpdf/PSOutputDev.cc b/kpdf/xpdf/xpdf/PSOutputDev.cpp
index 4fb2cbfd..9d1d7648 100644
--- a/kpdf/xpdf/xpdf/PSOutputDev.cc
+++ b/kpdf/xpdf/xpdf/PSOutputDev.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// PSOutputDev.cc
+// PSOutputDev.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/PSTokenizer.cc b/kpdf/xpdf/xpdf/PSTokenizer.cpp
index a959cc73..4898fe42 100644
--- a/kpdf/xpdf/xpdf/PSTokenizer.cc
+++ b/kpdf/xpdf/xpdf/PSTokenizer.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// PSTokenizer.cc
+// PSTokenizer.cpp
//
// Copyright 2002-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Page.cc b/kpdf/xpdf/xpdf/Page.cpp
index cfeab88b..de2fe6c0 100644
--- a/kpdf/xpdf/xpdf/Page.cc
+++ b/kpdf/xpdf/xpdf/Page.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Page.cc
+// Page.cpp
//
// Copyright 1996-2007 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Parser.cc b/kpdf/xpdf/xpdf/Parser.cpp
index 65a43d94..95475b85 100644
--- a/kpdf/xpdf/xpdf/Parser.cc
+++ b/kpdf/xpdf/xpdf/Parser.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Parser.cc
+// Parser.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/PreScanOutputDev.cc b/kpdf/xpdf/xpdf/PreScanOutputDev.cpp
index 52ffeb7f..e05cdc34 100644
--- a/kpdf/xpdf/xpdf/PreScanOutputDev.cc
+++ b/kpdf/xpdf/xpdf/PreScanOutputDev.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// PreScanOutputDev.cc
+// PreScanOutputDev.cpp
//
// Copyright 2005 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/SecurityHandler.cc b/kpdf/xpdf/xpdf/SecurityHandler.cpp
index ea0f9341..6c2abba0 100644
--- a/kpdf/xpdf/xpdf/SecurityHandler.cc
+++ b/kpdf/xpdf/xpdf/SecurityHandler.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SecurityHandler.cc
+// SecurityHandler.cpp
//
// Copyright 2004 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/SplashOutputDev.cc b/kpdf/xpdf/xpdf/SplashOutputDev.cpp
index fe235fb8..2de19e73 100644
--- a/kpdf/xpdf/xpdf/SplashOutputDev.cc
+++ b/kpdf/xpdf/xpdf/SplashOutputDev.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// SplashOutputDev.cc
+// SplashOutputDev.cpp
//
// Copyright 2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/Stream.cc b/kpdf/xpdf/xpdf/Stream.cpp
index 2c1db5b4..0d85a766 100644
--- a/kpdf/xpdf/xpdf/Stream.cc
+++ b/kpdf/xpdf/xpdf/Stream.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// Stream.cc
+// Stream.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/TextOutputDev.cc b/kpdf/xpdf/xpdf/TextOutputDev.cpp
index d2bfaf63..3387a31a 100644
--- a/kpdf/xpdf/xpdf/TextOutputDev.cc
+++ b/kpdf/xpdf/xpdf/TextOutputDev.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// TextOutputDev.cc
+// TextOutputDev.cpp
//
// Copyright 1997-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/UnicodeMap.cc b/kpdf/xpdf/xpdf/UnicodeMap.cpp
index 2b8cb1f7..f3d18715 100644
--- a/kpdf/xpdf/xpdf/UnicodeMap.cc
+++ b/kpdf/xpdf/xpdf/UnicodeMap.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// UnicodeMap.cc
+// UnicodeMap.cpp
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/UnicodeTypeTable.cc b/kpdf/xpdf/xpdf/UnicodeTypeTable.cpp
index b8960403..39b9d842 100644
--- a/kpdf/xpdf/xpdf/UnicodeTypeTable.cc
+++ b/kpdf/xpdf/xpdf/UnicodeTypeTable.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// UnicodeTypeTable.cc
+// UnicodeTypeTable.cpp
//
// Copyright 2004 Glyph & Cog, LLC
//
diff --git a/kpdf/xpdf/xpdf/XRef.cc b/kpdf/xpdf/xpdf/XRef.cpp
index 2e0d1cef..06a1c4e1 100644
--- a/kpdf/xpdf/xpdf/XRef.cc
+++ b/kpdf/xpdf/xpdf/XRef.cpp
@@ -1,6 +1,6 @@
//========================================================================
//
-// XRef.cc
+// XRef.cpp
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
diff --git a/kpovmodeler/pmactions.cpp b/kpovmodeler/pmactions.cpp
index 31ef2aac..3b1201c4 100644
--- a/kpovmodeler/pmactions.cpp
+++ b/kpovmodeler/pmactions.cpp
@@ -116,7 +116,7 @@ void PMComboAction::unplug( TQWidget *w )
// Use a toolbutton instead of a label so it is styled correctly.
-// copied from konq_actions.cc
+// copied from konq_actions.cpp
class PMToolBarLabel : public TQToolButton
{
public:
diff --git a/ksvg/Makefile.am b/ksvg/Makefile.am
index 8dec4221..86429f96 100644
--- a/ksvg/Makefile.am
+++ b/ksvg/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = dom impl core ecma . plugin test
lib_LTLIBRARIES = libksvg.la
-libksvg_la_SOURCES = dummy.cc
+libksvg_la_SOURCES = dummy.cpp
libksvg_la_METASOURCES = AUTO
libksvg_la_LDFLAGS = -version-info 0:1:0 -no-undefined $(all_libraries)
libksvg_la_LIBADD = dom/libksvgdom.la impl/libksvgdomimpl.la core/libksvgcore.la ecma/libksvgecma.la \
@@ -10,100 +10,100 @@ libksvg_la_LIBADD = dom/libksvgdom.la impl/libksvgdomimpl.la core/libksvgcore.l
INCLUDES = -I$(top_srcdir)/ksvg/dom -I$(top_srcdir)/ksvg/impl $(all_includes)
-dummy.cc:
- echo "" > dummy.cc
+dummy.cpp:
+ echo "" > dummy.cpp
# Make it easy for developers :)
hashtables:
cd $(srcdir); \
rm -f data/*lut* ; \
- ../../tdelibs/kjs/create_hash_table impl/SVGElementImpl.cc > data/SVGElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGSVGElementImpl.cc > data/SVGSVGElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGRectElementImpl.cc > data/SVGRectElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGLineElementImpl.cc > data/SVGLineElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGCircleElementImpl.cc > data/SVGCircleElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGImageElementImpl.cc > data/SVGImageElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGEllipseElementImpl.cc > data/SVGEllipseElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedPointsImpl.cc > data/SVGAnimatedPointsImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPointImpl.cc > data/SVGPointImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGRectImpl.cc > data/SVGRectImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGNumberImpl.cc > data/SVGNumberImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedAngleImpl.cc > data/SVGAnimatedAngleImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedRectImpl.cc > data/SVGAnimatedRectImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedNumberImpl.cc > data/SVGAnimatedNumberImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedNumberListImpl.cc > data/SVGAnimatedNumberListImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedIntegerImpl.cc > data/SVGAnimatedIntegerImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedBooleanImpl.cc > data/SVGAnimatedBooleanImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedEnumerationImpl.cc > data/SVGAnimatedEnumerationImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedStringImpl.cc > data/SVGAnimatedStringImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedLengthImpl.cc > data/SVGAnimatedLengthImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedLengthListImpl.cc > data/SVGAnimatedLengthListImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedPreserveAspectRatioImpl.cc > data/SVGAnimatedPreserveAspectRatioImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPreserveAspectRatioImpl.cc > data/SVGPreserveAspectRatioImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGLengthImpl.cc > data/SVGLengthImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGMatrixImpl.cc > data/SVGMatrixImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAngleImpl.cc > data/SVGAngleImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGLocatableImpl.cc > data/SVGLocatableImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGTestsImpl.cc > data/SVGTestsImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGLangSpaceImpl.cc > data/SVGLangSpaceImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGExternalResourcesRequiredImpl.cc > data/SVGExternalResourcesRequiredImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGURIReferenceImpl.cc > data/SVGURIReferenceImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPaintImpl.cc > data/SVGPaintImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGColorImpl.cc > data/SVGColorImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGICCColorImpl.cc > data/SVGICCColorImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGTextPositioningElementImpl.cc > data/SVGTextPositioningElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGTextContentElementImpl.cc > data/SVGTextContentElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGTransformImpl.cc > data/SVGTransformImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGTransformableImpl.cc > data/SVGTransformableImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPointListImpl.cc > data/SVGPointListImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGNumberListImpl.cc > data/SVGNumberListImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGLengthListImpl.cc > data/SVGLengthListImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGStringListImpl.cc > data/SVGStringListImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedPathDataImpl.cc > data/SVGAnimatedPathDataImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathSegImpl.cc > data/SVGPathSegImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathSegArcImpl.cc > data/SVGPathSegArcImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathSegMovetoImpl.cc > data/SVGPathSegMovetoImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathSegLinetoImpl.cc > data/SVGPathSegLinetoImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathSegLinetoHorizontalImpl.cc > data/SVGPathSegLinetoHorizontalImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathSegLinetoVerticalImpl.cc > data/SVGPathSegLinetoVerticalImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathSegCurvetoCubicImpl.cc > data/SVGPathSegCurvetoCubicImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathSegCurvetoCubicSmoothImpl.cc > data/SVGPathSegCurvetoCubicSmoothImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathSegCurvetoQuadraticImpl.cc > data/SVGPathSegCurvetoQuadraticImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathSegCurvetoQuadraticSmoothImpl.cc > data/SVGPathSegCurvetoQuadraticSmoothImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathElementImpl.cc > data/SVGPathElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPathSegListImpl.cc > data/SVGPathSegListImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGTransformListImpl.cc > data/SVGTransformListImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedTransformListImpl.cc > data/SVGAnimatedTransformListImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAElementImpl.cc > data/SVGAElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGUseElementImpl.cc > data/SVGUseElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGDocumentImpl.cc > data/SVGDocumentImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGForeignObjectElementImpl.cc > data/SVGForeignObjectElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGScriptElementImpl.cc > data/SVGScriptElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGStyleElementImpl.cc > data/SVGStyleElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGZoomAndPanImpl.cc > data/SVGZoomAndPanImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGFitToViewBoxImpl.cc > data/SVGFitToViewBoxImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGStylableImpl.cc > data/SVGStylableImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGEventImpl.cc > data/SVGEventImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGEcma.cc > data/SVGEcma.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGMarkerElementImpl.cc > data/SVGMarkerElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGViewElementImpl.cc > data/SVGViewElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGTextContentElementImpl.cc > data/SVGTextContentElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGClipPathElementImpl.cc > data/SVGClipPathElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGColorProfileElementImpl.cc > data/SVGColorProfileElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGPatternElementImpl.cc > data/SVGPatternElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGGradientElementImpl.cc > data/SVGGradientElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGLinearGradientElementImpl.cc > data/SVGLinearGradientElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGRadialGradientElementImpl.cc > data/SVGRadialGradientElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGStopElementImpl.cc > data/SVGStopElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGAnimationElementImpl.cc > data/SVGAnimationElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGCursorElementImpl.cc > data/SVGCursorElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGSymbolElementImpl.cc > data/SVGSymbolElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGMaskElementImpl.cc > data/SVGMaskElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGGlyphElementImpl.cc > data/SVGGlyphElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGMissingGlyphElementImpl.cc > data/SVGMissingGlyphElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGGlyphRefElementImpl.cc > data/SVGGlyphRefElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGTextPathElementImpl.cc > data/SVGTextPathElementImpl.lut.h; \
- ../../tdelibs/kjs/create_hash_table impl/SVGZoomEventImpl.cc > data/SVGZoomEventImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGElementImpl.cpp > data/SVGElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGSVGElementImpl.cpp > data/SVGSVGElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGRectElementImpl.cpp > data/SVGRectElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGLineElementImpl.cpp > data/SVGLineElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGCircleElementImpl.cpp > data/SVGCircleElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGImageElementImpl.cpp > data/SVGImageElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGEllipseElementImpl.cpp > data/SVGEllipseElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedPointsImpl.cpp > data/SVGAnimatedPointsImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPointImpl.cpp > data/SVGPointImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGRectImpl.cpp > data/SVGRectImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGNumberImpl.cpp > data/SVGNumberImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedAngleImpl.cpp > data/SVGAnimatedAngleImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedRectImpl.cpp > data/SVGAnimatedRectImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedNumberImpl.cpp > data/SVGAnimatedNumberImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedNumberListImpl.cpp > data/SVGAnimatedNumberListImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedIntegerImpl.cpp > data/SVGAnimatedIntegerImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedBooleanImpl.cpp > data/SVGAnimatedBooleanImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedEnumerationImpl.cpp > data/SVGAnimatedEnumerationImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedStringImpl.cpp > data/SVGAnimatedStringImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedLengthImpl.cpp > data/SVGAnimatedLengthImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedLengthListImpl.cpp > data/SVGAnimatedLengthListImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedPreserveAspectRatioImpl.cpp > data/SVGAnimatedPreserveAspectRatioImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPreserveAspectRatioImpl.cpp > data/SVGPreserveAspectRatioImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGLengthImpl.cpp > data/SVGLengthImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGMatrixImpl.cpp > data/SVGMatrixImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAngleImpl.cpp > data/SVGAngleImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGLocatableImpl.cpp > data/SVGLocatableImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGTestsImpl.cpp > data/SVGTestsImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGLangSpaceImpl.cpp > data/SVGLangSpaceImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGExternalResourcesRequiredImpl.cpp > data/SVGExternalResourcesRequiredImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGURIReferenceImpl.cpp > data/SVGURIReferenceImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPaintImpl.cpp > data/SVGPaintImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGColorImpl.cpp > data/SVGColorImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGICCColorImpl.cpp > data/SVGICCColorImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGTextPositioningElementImpl.cpp > data/SVGTextPositioningElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGTextContentElementImpl.cpp > data/SVGTextContentElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGTransformImpl.cpp > data/SVGTransformImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGTransformableImpl.cpp > data/SVGTransformableImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPointListImpl.cpp > data/SVGPointListImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGNumberListImpl.cpp > data/SVGNumberListImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGLengthListImpl.cpp > data/SVGLengthListImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGStringListImpl.cpp > data/SVGStringListImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedPathDataImpl.cpp > data/SVGAnimatedPathDataImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathSegImpl.cpp > data/SVGPathSegImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathSegArcImpl.cpp > data/SVGPathSegArcImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathSegMovetoImpl.cpp > data/SVGPathSegMovetoImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathSegLinetoImpl.cpp > data/SVGPathSegLinetoImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathSegLinetoHorizontalImpl.cpp > data/SVGPathSegLinetoHorizontalImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathSegLinetoVerticalImpl.cpp > data/SVGPathSegLinetoVerticalImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathSegCurvetoCubicImpl.cpp > data/SVGPathSegCurvetoCubicImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathSegCurvetoCubicSmoothImpl.cpp > data/SVGPathSegCurvetoCubicSmoothImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathSegCurvetoQuadraticImpl.cpp > data/SVGPathSegCurvetoQuadraticImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathSegCurvetoQuadraticSmoothImpl.cpp > data/SVGPathSegCurvetoQuadraticSmoothImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathElementImpl.cpp > data/SVGPathElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPathSegListImpl.cpp > data/SVGPathSegListImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGTransformListImpl.cpp > data/SVGTransformListImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimatedTransformListImpl.cpp > data/SVGAnimatedTransformListImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAElementImpl.cpp > data/SVGAElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGUseElementImpl.cpp > data/SVGUseElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGDocumentImpl.cpp > data/SVGDocumentImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGForeignObjectElementImpl.cpp > data/SVGForeignObjectElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGScriptElementImpl.cpp > data/SVGScriptElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGStyleElementImpl.cpp > data/SVGStyleElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGZoomAndPanImpl.cpp > data/SVGZoomAndPanImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGFitToViewBoxImpl.cpp > data/SVGFitToViewBoxImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGStylableImpl.cpp > data/SVGStylableImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGEventImpl.cpp > data/SVGEventImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGEcma.cpp > data/SVGEcma.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGMarkerElementImpl.cpp > data/SVGMarkerElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGViewElementImpl.cpp > data/SVGViewElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGTextContentElementImpl.cpp > data/SVGTextContentElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGClipPathElementImpl.cpp > data/SVGClipPathElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGColorProfileElementImpl.cpp > data/SVGColorProfileElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGPatternElementImpl.cpp > data/SVGPatternElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGGradientElementImpl.cpp > data/SVGGradientElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGLinearGradientElementImpl.cpp > data/SVGLinearGradientElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGRadialGradientElementImpl.cpp > data/SVGRadialGradientElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGStopElementImpl.cpp > data/SVGStopElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGAnimationElementImpl.cpp > data/SVGAnimationElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGCursorElementImpl.cpp > data/SVGCursorElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGSymbolElementImpl.cpp > data/SVGSymbolElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGMaskElementImpl.cpp > data/SVGMaskElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGGlyphElementImpl.cpp > data/SVGGlyphElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGMissingGlyphElementImpl.cpp > data/SVGMissingGlyphElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGGlyphRefElementImpl.cpp > data/SVGGlyphRefElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGTextPathElementImpl.cpp > data/SVGTextPathElementImpl.lut.h; \
+ ../../tdelibs/kjs/create_hash_table impl/SVGZoomEventImpl.cpp > data/SVGZoomEventImpl.lut.h; \
../../tdelibs/kjs/create_hash_table ecma/ksvg_window.cpp > data/ksvg_window.lut.h;
generatedata:
diff --git a/ksvg/core/CMakeLists.txt b/ksvg/core/CMakeLists.txt
index 8506cf76..3818acaf 100644
--- a/ksvg/core/CMakeLists.txt
+++ b/ksvg/core/CMakeLists.txt
@@ -46,6 +46,6 @@ tde_create_translated_desktop(
tde_add_library( ksvgcore STATIC_PIC AUTOMOC
SOURCES
- KSVGLoader.cpp KSVGCanvas.cpp KSVGReader.cc KSVGTextChunk.cpp
+ KSVGLoader.cpp KSVGCanvas.cpp KSVGReader.cpp KSVGTextChunk.cpp
CanvasFactory.cpp CanvasItems.cpp KSVGHelper.cpp DocumentFactory.cpp
)
diff --git a/ksvg/core/KSVGReader.cc b/ksvg/core/KSVGReader.cpp
index 3fbbefd3..3fbbefd3 100644
--- a/ksvg/core/KSVGReader.cc
+++ b/ksvg/core/KSVGReader.cpp
diff --git a/ksvg/core/Makefile.am b/ksvg/core/Makefile.am
index e1867428..c511c165 100644
--- a/ksvg/core/Makefile.am
+++ b/ksvg/core/Makefile.am
@@ -1,6 +1,6 @@
noinst_LTLIBRARIES = libksvgcore.la
-libksvgcore_la_SOURCES = KSVGLoader.cpp KSVGCanvas.cpp KSVGReader.cc KSVGTextChunk.cpp CanvasFactory.cpp CanvasItems.cpp KSVGHelper.cpp DocumentFactory.cpp
+libksvgcore_la_SOURCES = KSVGLoader.cpp KSVGCanvas.cpp KSVGReader.cpp KSVGTextChunk.cpp CanvasFactory.cpp CanvasItems.cpp KSVGHelper.cpp DocumentFactory.cpp
libksvgcore_la_METASOURCES = AUTO
servicetypedir = $(kde_servicetypesdir)
diff --git a/ksvg/data/SVGAElementImpl.lut.h b/ksvg/data/SVGAElementImpl.lut.h
index 2d303e23..b99a5c31 100644
--- a/ksvg/data/SVGAElementImpl.lut.h
+++ b/ksvg/data/SVGAElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAngleImpl.lut.h b/ksvg/data/SVGAngleImpl.lut.h
index ac8ea8ba..6e1b45d4 100644
--- a/ksvg/data/SVGAngleImpl.lut.h
+++ b/ksvg/data/SVGAngleImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAngleImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAngleImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedAngleImpl.lut.h b/ksvg/data/SVGAnimatedAngleImpl.lut.h
index 27d37f10..d98dd01e 100644
--- a/ksvg/data/SVGAnimatedAngleImpl.lut.h
+++ b/ksvg/data/SVGAnimatedAngleImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedAngleImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedAngleImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedBooleanImpl.lut.h b/ksvg/data/SVGAnimatedBooleanImpl.lut.h
index e0b612a9..67cd8a37 100644
--- a/ksvg/data/SVGAnimatedBooleanImpl.lut.h
+++ b/ksvg/data/SVGAnimatedBooleanImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedBooleanImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedBooleanImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedEnumerationImpl.lut.h b/ksvg/data/SVGAnimatedEnumerationImpl.lut.h
index 2c9c5bbb..227666e8 100644
--- a/ksvg/data/SVGAnimatedEnumerationImpl.lut.h
+++ b/ksvg/data/SVGAnimatedEnumerationImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedEnumerationImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedEnumerationImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedIntegerImpl.lut.h b/ksvg/data/SVGAnimatedIntegerImpl.lut.h
index 53f318f0..e769d35c 100644
--- a/ksvg/data/SVGAnimatedIntegerImpl.lut.h
+++ b/ksvg/data/SVGAnimatedIntegerImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedIntegerImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedIntegerImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedLengthImpl.lut.h b/ksvg/data/SVGAnimatedLengthImpl.lut.h
index 3de40716..28bbb642 100644
--- a/ksvg/data/SVGAnimatedLengthImpl.lut.h
+++ b/ksvg/data/SVGAnimatedLengthImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedLengthImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedLengthImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedLengthListImpl.lut.h b/ksvg/data/SVGAnimatedLengthListImpl.lut.h
index 25f317a1..dd28fc61 100644
--- a/ksvg/data/SVGAnimatedLengthListImpl.lut.h
+++ b/ksvg/data/SVGAnimatedLengthListImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedLengthListImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedLengthListImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedNumberImpl.lut.h b/ksvg/data/SVGAnimatedNumberImpl.lut.h
index 68c935e0..15800017 100644
--- a/ksvg/data/SVGAnimatedNumberImpl.lut.h
+++ b/ksvg/data/SVGAnimatedNumberImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedNumberImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedNumberImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedNumberListImpl.lut.h b/ksvg/data/SVGAnimatedNumberListImpl.lut.h
index d10cdb39..77b1183a 100644
--- a/ksvg/data/SVGAnimatedNumberListImpl.lut.h
+++ b/ksvg/data/SVGAnimatedNumberListImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedNumberListImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedNumberListImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedPathDataImpl.lut.h b/ksvg/data/SVGAnimatedPathDataImpl.lut.h
index 3bf7f4b3..76238d7a 100644
--- a/ksvg/data/SVGAnimatedPathDataImpl.lut.h
+++ b/ksvg/data/SVGAnimatedPathDataImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedPathDataImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedPathDataImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedPointsImpl.lut.h b/ksvg/data/SVGAnimatedPointsImpl.lut.h
index aa5c49c6..832ce16c 100644
--- a/ksvg/data/SVGAnimatedPointsImpl.lut.h
+++ b/ksvg/data/SVGAnimatedPointsImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedPointsImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedPointsImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedPreserveAspectRatioImpl.lut.h b/ksvg/data/SVGAnimatedPreserveAspectRatioImpl.lut.h
index e93eb180..6903faee 100644
--- a/ksvg/data/SVGAnimatedPreserveAspectRatioImpl.lut.h
+++ b/ksvg/data/SVGAnimatedPreserveAspectRatioImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedPreserveAspectRatioImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedPreserveAspectRatioImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedRectImpl.lut.h b/ksvg/data/SVGAnimatedRectImpl.lut.h
index 1f7c994c..30023f69 100644
--- a/ksvg/data/SVGAnimatedRectImpl.lut.h
+++ b/ksvg/data/SVGAnimatedRectImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedRectImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedRectImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedStringImpl.lut.h b/ksvg/data/SVGAnimatedStringImpl.lut.h
index 264a1681..9be92fca 100644
--- a/ksvg/data/SVGAnimatedStringImpl.lut.h
+++ b/ksvg/data/SVGAnimatedStringImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedStringImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedStringImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimatedTransformListImpl.lut.h b/ksvg/data/SVGAnimatedTransformListImpl.lut.h
index 29a9116c..50f01362 100644
--- a/ksvg/data/SVGAnimatedTransformListImpl.lut.h
+++ b/ksvg/data/SVGAnimatedTransformListImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimatedTransformListImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimatedTransformListImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGAnimationElementImpl.lut.h b/ksvg/data/SVGAnimationElementImpl.lut.h
index 39504503..3f76ee3c 100644
--- a/ksvg/data/SVGAnimationElementImpl.lut.h
+++ b/ksvg/data/SVGAnimationElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGAnimationElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGAnimationElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGCircleElementImpl.lut.h b/ksvg/data/SVGCircleElementImpl.lut.h
index cd58c0ba..bd58769b 100644
--- a/ksvg/data/SVGCircleElementImpl.lut.h
+++ b/ksvg/data/SVGCircleElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGCircleElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGCircleElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGClipPathElementImpl.lut.h b/ksvg/data/SVGClipPathElementImpl.lut.h
index ffaf7566..35fab5da 100644
--- a/ksvg/data/SVGClipPathElementImpl.lut.h
+++ b/ksvg/data/SVGClipPathElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGClipPathElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGClipPathElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGColorImpl.lut.h b/ksvg/data/SVGColorImpl.lut.h
index c1f0ca4b..d32c4998 100644
--- a/ksvg/data/SVGColorImpl.lut.h
+++ b/ksvg/data/SVGColorImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGColorImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGColorImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGColorProfileElementImpl.lut.h b/ksvg/data/SVGColorProfileElementImpl.lut.h
index f686f347..552e8c51 100644
--- a/ksvg/data/SVGColorProfileElementImpl.lut.h
+++ b/ksvg/data/SVGColorProfileElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGColorProfileElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGColorProfileElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGCursorElementImpl.lut.h b/ksvg/data/SVGCursorElementImpl.lut.h
index 26df2ec6..dc5bad0b 100644
--- a/ksvg/data/SVGCursorElementImpl.lut.h
+++ b/ksvg/data/SVGCursorElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGCursorElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGCursorElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGDocumentImpl.lut.h b/ksvg/data/SVGDocumentImpl.lut.h
index 5cd3a1d8..43b03ec4 100644
--- a/ksvg/data/SVGDocumentImpl.lut.h
+++ b/ksvg/data/SVGDocumentImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGDocumentImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGDocumentImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGEcma.lut.h b/ksvg/data/SVGEcma.lut.h
index c4aad5da..cd7d75ef 100644
--- a/ksvg/data/SVGEcma.lut.h
+++ b/ksvg/data/SVGEcma.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGEcma.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGEcma.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGElementImpl.lut.h b/ksvg/data/SVGElementImpl.lut.h
index da976ae0..941c0040 100644
--- a/ksvg/data/SVGElementImpl.lut.h
+++ b/ksvg/data/SVGElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGEllipseElementImpl.lut.h b/ksvg/data/SVGEllipseElementImpl.lut.h
index d39018d9..9db9d2e5 100644
--- a/ksvg/data/SVGEllipseElementImpl.lut.h
+++ b/ksvg/data/SVGEllipseElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGEllipseElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGEllipseElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGEventImpl.lut.h b/ksvg/data/SVGEventImpl.lut.h
index e7192b72..63795ede 100644
--- a/ksvg/data/SVGEventImpl.lut.h
+++ b/ksvg/data/SVGEventImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGEventImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGEventImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGExternalResourcesRequiredImpl.lut.h b/ksvg/data/SVGExternalResourcesRequiredImpl.lut.h
index e952c4a1..12b53aa8 100644
--- a/ksvg/data/SVGExternalResourcesRequiredImpl.lut.h
+++ b/ksvg/data/SVGExternalResourcesRequiredImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGExternalResourcesRequiredImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGExternalResourcesRequiredImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGFitToViewBoxImpl.lut.h b/ksvg/data/SVGFitToViewBoxImpl.lut.h
index 04b34c2e..3e04ba29 100644
--- a/ksvg/data/SVGFitToViewBoxImpl.lut.h
+++ b/ksvg/data/SVGFitToViewBoxImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGFitToViewBoxImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGFitToViewBoxImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGForeignObjectElementImpl.lut.h b/ksvg/data/SVGForeignObjectElementImpl.lut.h
index 16273af9..8bc35092 100644
--- a/ksvg/data/SVGForeignObjectElementImpl.lut.h
+++ b/ksvg/data/SVGForeignObjectElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGForeignObjectElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGForeignObjectElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGGlyphElementImpl.lut.h b/ksvg/data/SVGGlyphElementImpl.lut.h
index 8300e1c8..742d426e 100644
--- a/ksvg/data/SVGGlyphElementImpl.lut.h
+++ b/ksvg/data/SVGGlyphElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGGlyphElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGGlyphElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGGlyphRefElementImpl.lut.h b/ksvg/data/SVGGlyphRefElementImpl.lut.h
index f5d55bf1..0d432e0b 100644
--- a/ksvg/data/SVGGlyphRefElementImpl.lut.h
+++ b/ksvg/data/SVGGlyphRefElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGGlyphRefElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGGlyphRefElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGGradientElementImpl.lut.h b/ksvg/data/SVGGradientElementImpl.lut.h
index 7b779406..7efbfa8b 100644
--- a/ksvg/data/SVGGradientElementImpl.lut.h
+++ b/ksvg/data/SVGGradientElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGGradientElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGGradientElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGICCColorImpl.lut.h b/ksvg/data/SVGICCColorImpl.lut.h
index 1a7064ad..3f4897fc 100644
--- a/ksvg/data/SVGICCColorImpl.lut.h
+++ b/ksvg/data/SVGICCColorImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGICCColorImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGICCColorImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGImageElementImpl.lut.h b/ksvg/data/SVGImageElementImpl.lut.h
index 25641ee9..76906102 100644
--- a/ksvg/data/SVGImageElementImpl.lut.h
+++ b/ksvg/data/SVGImageElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGImageElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGImageElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGLangSpaceImpl.lut.h b/ksvg/data/SVGLangSpaceImpl.lut.h
index 3f00372e..2d838dd3 100644
--- a/ksvg/data/SVGLangSpaceImpl.lut.h
+++ b/ksvg/data/SVGLangSpaceImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGLangSpaceImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGLangSpaceImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGLengthImpl.lut.h b/ksvg/data/SVGLengthImpl.lut.h
index a9f3bbc2..e097fdf8 100644
--- a/ksvg/data/SVGLengthImpl.lut.h
+++ b/ksvg/data/SVGLengthImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGLengthImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGLengthImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGLengthListImpl.lut.h b/ksvg/data/SVGLengthListImpl.lut.h
index fc7249d0..f55fb042 100644
--- a/ksvg/data/SVGLengthListImpl.lut.h
+++ b/ksvg/data/SVGLengthListImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGLengthListImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGLengthListImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGLineElementImpl.lut.h b/ksvg/data/SVGLineElementImpl.lut.h
index 92dfd1a4..41ee7ef7 100644
--- a/ksvg/data/SVGLineElementImpl.lut.h
+++ b/ksvg/data/SVGLineElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGLineElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGLineElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGLinearGradientElementImpl.lut.h b/ksvg/data/SVGLinearGradientElementImpl.lut.h
index 65e4efba..16096835 100644
--- a/ksvg/data/SVGLinearGradientElementImpl.lut.h
+++ b/ksvg/data/SVGLinearGradientElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGLinearGradientElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGLinearGradientElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGLocatableImpl.lut.h b/ksvg/data/SVGLocatableImpl.lut.h
index ff489e1c..2c1a36fc 100644
--- a/ksvg/data/SVGLocatableImpl.lut.h
+++ b/ksvg/data/SVGLocatableImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGLocatableImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGLocatableImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGMarkerElementImpl.lut.h b/ksvg/data/SVGMarkerElementImpl.lut.h
index bc08f91d..2e679bab 100644
--- a/ksvg/data/SVGMarkerElementImpl.lut.h
+++ b/ksvg/data/SVGMarkerElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGMarkerElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGMarkerElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGMaskElementImpl.lut.h b/ksvg/data/SVGMaskElementImpl.lut.h
index 9957c71e..60aaa045 100644
--- a/ksvg/data/SVGMaskElementImpl.lut.h
+++ b/ksvg/data/SVGMaskElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGMaskElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGMaskElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGMatrixImpl.lut.h b/ksvg/data/SVGMatrixImpl.lut.h
index c4845b37..66588e56 100644
--- a/ksvg/data/SVGMatrixImpl.lut.h
+++ b/ksvg/data/SVGMatrixImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGMatrixImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGMatrixImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGNumberImpl.lut.h b/ksvg/data/SVGNumberImpl.lut.h
index 789150fe..9a7935c4 100644
--- a/ksvg/data/SVGNumberImpl.lut.h
+++ b/ksvg/data/SVGNumberImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGNumberImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGNumberImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGNumberListImpl.lut.h b/ksvg/data/SVGNumberListImpl.lut.h
index 4a9b715b..ca12b5f0 100644
--- a/ksvg/data/SVGNumberListImpl.lut.h
+++ b/ksvg/data/SVGNumberListImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGNumberListImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGNumberListImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPaintImpl.lut.h b/ksvg/data/SVGPaintImpl.lut.h
index 0b2721e8..3b9b10fc 100644
--- a/ksvg/data/SVGPaintImpl.lut.h
+++ b/ksvg/data/SVGPaintImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPaintImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPaintImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathElementImpl.lut.h b/ksvg/data/SVGPathElementImpl.lut.h
index acb1300e..3a337893 100644
--- a/ksvg/data/SVGPathElementImpl.lut.h
+++ b/ksvg/data/SVGPathElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathSegArcImpl.lut.h b/ksvg/data/SVGPathSegArcImpl.lut.h
index 589b53e2..a4955d08 100644
--- a/ksvg/data/SVGPathSegArcImpl.lut.h
+++ b/ksvg/data/SVGPathSegArcImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathSegArcImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathSegArcImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathSegCurvetoCubicImpl.lut.h b/ksvg/data/SVGPathSegCurvetoCubicImpl.lut.h
index bf65567a..e61d4d1d 100644
--- a/ksvg/data/SVGPathSegCurvetoCubicImpl.lut.h
+++ b/ksvg/data/SVGPathSegCurvetoCubicImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathSegCurvetoCubicImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathSegCurvetoCubicImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathSegCurvetoCubicSmoothImpl.lut.h b/ksvg/data/SVGPathSegCurvetoCubicSmoothImpl.lut.h
index e7a6e880..3f3342df 100644
--- a/ksvg/data/SVGPathSegCurvetoCubicSmoothImpl.lut.h
+++ b/ksvg/data/SVGPathSegCurvetoCubicSmoothImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathSegCurvetoCubicSmoothImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathSegCurvetoCubicSmoothImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathSegCurvetoQuadraticImpl.lut.h b/ksvg/data/SVGPathSegCurvetoQuadraticImpl.lut.h
index ed6b4903..555a5307 100644
--- a/ksvg/data/SVGPathSegCurvetoQuadraticImpl.lut.h
+++ b/ksvg/data/SVGPathSegCurvetoQuadraticImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathSegCurvetoQuadraticImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathSegCurvetoQuadraticImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathSegCurvetoQuadraticSmoothImpl.lut.h b/ksvg/data/SVGPathSegCurvetoQuadraticSmoothImpl.lut.h
index 700ef0a0..33a53595 100644
--- a/ksvg/data/SVGPathSegCurvetoQuadraticSmoothImpl.lut.h
+++ b/ksvg/data/SVGPathSegCurvetoQuadraticSmoothImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathSegCurvetoQuadraticSmoothImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathSegCurvetoQuadraticSmoothImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathSegImpl.lut.h b/ksvg/data/SVGPathSegImpl.lut.h
index 237e1cb6..fceba663 100644
--- a/ksvg/data/SVGPathSegImpl.lut.h
+++ b/ksvg/data/SVGPathSegImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathSegImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathSegImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathSegLinetoHorizontalImpl.lut.h b/ksvg/data/SVGPathSegLinetoHorizontalImpl.lut.h
index 471f1b8f..2296650c 100644
--- a/ksvg/data/SVGPathSegLinetoHorizontalImpl.lut.h
+++ b/ksvg/data/SVGPathSegLinetoHorizontalImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathSegLinetoHorizontalImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathSegLinetoHorizontalImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathSegLinetoImpl.lut.h b/ksvg/data/SVGPathSegLinetoImpl.lut.h
index 482e1cd6..ab7616ae 100644
--- a/ksvg/data/SVGPathSegLinetoImpl.lut.h
+++ b/ksvg/data/SVGPathSegLinetoImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathSegLinetoImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathSegLinetoImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathSegLinetoVerticalImpl.lut.h b/ksvg/data/SVGPathSegLinetoVerticalImpl.lut.h
index 73c92d48..fa266b85 100644
--- a/ksvg/data/SVGPathSegLinetoVerticalImpl.lut.h
+++ b/ksvg/data/SVGPathSegLinetoVerticalImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathSegLinetoVerticalImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathSegLinetoVerticalImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathSegListImpl.lut.h b/ksvg/data/SVGPathSegListImpl.lut.h
index c0a16ee2..7ad127f3 100644
--- a/ksvg/data/SVGPathSegListImpl.lut.h
+++ b/ksvg/data/SVGPathSegListImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathSegListImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathSegListImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPathSegMovetoImpl.lut.h b/ksvg/data/SVGPathSegMovetoImpl.lut.h
index bdefa143..74c86427 100644
--- a/ksvg/data/SVGPathSegMovetoImpl.lut.h
+++ b/ksvg/data/SVGPathSegMovetoImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPathSegMovetoImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPathSegMovetoImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPatternElementImpl.lut.h b/ksvg/data/SVGPatternElementImpl.lut.h
index c4a5958a..9413e41e 100644
--- a/ksvg/data/SVGPatternElementImpl.lut.h
+++ b/ksvg/data/SVGPatternElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPatternElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPatternElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPointImpl.lut.h b/ksvg/data/SVGPointImpl.lut.h
index c4b3c31d..98683b4a 100644
--- a/ksvg/data/SVGPointImpl.lut.h
+++ b/ksvg/data/SVGPointImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPointImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPointImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPointListImpl.lut.h b/ksvg/data/SVGPointListImpl.lut.h
index d693900a..f7506e36 100644
--- a/ksvg/data/SVGPointListImpl.lut.h
+++ b/ksvg/data/SVGPointListImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPointListImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPointListImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGPreserveAspectRatioImpl.lut.h b/ksvg/data/SVGPreserveAspectRatioImpl.lut.h
index 944fe692..080a796a 100644
--- a/ksvg/data/SVGPreserveAspectRatioImpl.lut.h
+++ b/ksvg/data/SVGPreserveAspectRatioImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGPreserveAspectRatioImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGPreserveAspectRatioImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGRadialGradientElementImpl.lut.h b/ksvg/data/SVGRadialGradientElementImpl.lut.h
index 0cada147..dc927ea4 100644
--- a/ksvg/data/SVGRadialGradientElementImpl.lut.h
+++ b/ksvg/data/SVGRadialGradientElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGRadialGradientElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGRadialGradientElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGRectElementImpl.lut.h b/ksvg/data/SVGRectElementImpl.lut.h
index a20e808e..d0df0902 100644
--- a/ksvg/data/SVGRectElementImpl.lut.h
+++ b/ksvg/data/SVGRectElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGRectElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGRectElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGRectImpl.lut.h b/ksvg/data/SVGRectImpl.lut.h
index 9480824a..c92d6f59 100644
--- a/ksvg/data/SVGRectImpl.lut.h
+++ b/ksvg/data/SVGRectImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGRectImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGRectImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGSVGElementImpl.lut.h b/ksvg/data/SVGSVGElementImpl.lut.h
index 9666e6f9..a3774004 100644
--- a/ksvg/data/SVGSVGElementImpl.lut.h
+++ b/ksvg/data/SVGSVGElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGSVGElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGSVGElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGScriptElementImpl.lut.h b/ksvg/data/SVGScriptElementImpl.lut.h
index af7c480b..175d43a5 100644
--- a/ksvg/data/SVGScriptElementImpl.lut.h
+++ b/ksvg/data/SVGScriptElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGScriptElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGScriptElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGStopElementImpl.lut.h b/ksvg/data/SVGStopElementImpl.lut.h
index 9aa2ee3c..85f8467c 100644
--- a/ksvg/data/SVGStopElementImpl.lut.h
+++ b/ksvg/data/SVGStopElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGStopElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGStopElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGStringListImpl.lut.h b/ksvg/data/SVGStringListImpl.lut.h
index 84f734d6..a1e170d8 100644
--- a/ksvg/data/SVGStringListImpl.lut.h
+++ b/ksvg/data/SVGStringListImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGStringListImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGStringListImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGStylableImpl.lut.h b/ksvg/data/SVGStylableImpl.lut.h
index 838001a7..4df9c0ed 100644
--- a/ksvg/data/SVGStylableImpl.lut.h
+++ b/ksvg/data/SVGStylableImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGStylableImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGStylableImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGStyleElementImpl.lut.h b/ksvg/data/SVGStyleElementImpl.lut.h
index 230402a9..2d06559a 100644
--- a/ksvg/data/SVGStyleElementImpl.lut.h
+++ b/ksvg/data/SVGStyleElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGStyleElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGStyleElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGSymbolElementImpl.lut.h b/ksvg/data/SVGSymbolElementImpl.lut.h
index 1b2b0888..b24274be 100644
--- a/ksvg/data/SVGSymbolElementImpl.lut.h
+++ b/ksvg/data/SVGSymbolElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGSymbolElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGSymbolElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGTestsImpl.lut.h b/ksvg/data/SVGTestsImpl.lut.h
index 15bb4518..87bef91f 100644
--- a/ksvg/data/SVGTestsImpl.lut.h
+++ b/ksvg/data/SVGTestsImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGTestsImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGTestsImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGTextContentElementImpl.lut.h b/ksvg/data/SVGTextContentElementImpl.lut.h
index a8710d9a..7a122dc7 100644
--- a/ksvg/data/SVGTextContentElementImpl.lut.h
+++ b/ksvg/data/SVGTextContentElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGTextContentElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGTextContentElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGTextPathElementImpl.lut.h b/ksvg/data/SVGTextPathElementImpl.lut.h
index d9986d91..9ec2dd2c 100644
--- a/ksvg/data/SVGTextPathElementImpl.lut.h
+++ b/ksvg/data/SVGTextPathElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGTextPathElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGTextPathElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGTextPositioningElementImpl.lut.h b/ksvg/data/SVGTextPositioningElementImpl.lut.h
index 77f6dae3..cf37e411 100644
--- a/ksvg/data/SVGTextPositioningElementImpl.lut.h
+++ b/ksvg/data/SVGTextPositioningElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGTextPositioningElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGTextPositioningElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGTransformImpl.lut.h b/ksvg/data/SVGTransformImpl.lut.h
index 50a5c7dd..75c5659f 100644
--- a/ksvg/data/SVGTransformImpl.lut.h
+++ b/ksvg/data/SVGTransformImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGTransformImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGTransformImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGTransformListImpl.lut.h b/ksvg/data/SVGTransformListImpl.lut.h
index 25af98e8..c7d2b7cd 100644
--- a/ksvg/data/SVGTransformListImpl.lut.h
+++ b/ksvg/data/SVGTransformListImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGTransformListImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGTransformListImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGTransformableImpl.lut.h b/ksvg/data/SVGTransformableImpl.lut.h
index 39dada09..f8573852 100644
--- a/ksvg/data/SVGTransformableImpl.lut.h
+++ b/ksvg/data/SVGTransformableImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGTransformableImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGTransformableImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGURIReferenceImpl.lut.h b/ksvg/data/SVGURIReferenceImpl.lut.h
index 7df7ccb4..053deb47 100644
--- a/ksvg/data/SVGURIReferenceImpl.lut.h
+++ b/ksvg/data/SVGURIReferenceImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGURIReferenceImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGURIReferenceImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGUseElementImpl.lut.h b/ksvg/data/SVGUseElementImpl.lut.h
index fe27d2b8..daad02bc 100644
--- a/ksvg/data/SVGUseElementImpl.lut.h
+++ b/ksvg/data/SVGUseElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGUseElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGUseElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGViewElementImpl.lut.h b/ksvg/data/SVGViewElementImpl.lut.h
index 2a40c677..666a4aa4 100644
--- a/ksvg/data/SVGViewElementImpl.lut.h
+++ b/ksvg/data/SVGViewElementImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGViewElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGViewElementImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGZoomAndPanImpl.lut.h b/ksvg/data/SVGZoomAndPanImpl.lut.h
index 80a647a6..71e3bba5 100644
--- a/ksvg/data/SVGZoomAndPanImpl.lut.h
+++ b/ksvg/data/SVGZoomAndPanImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGZoomAndPanImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGZoomAndPanImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/data/SVGZoomEventImpl.lut.h b/ksvg/data/SVGZoomEventImpl.lut.h
index 2b927ca3..29464130 100644
--- a/ksvg/data/SVGZoomEventImpl.lut.h
+++ b/ksvg/data/SVGZoomEventImpl.lut.h
@@ -1,4 +1,4 @@
-/* Automatically generated from impl/SVGZoomEventImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+/* Automatically generated from impl/SVGZoomEventImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
diff --git a/ksvg/dom/CMakeLists.txt b/ksvg/dom/CMakeLists.txt
index 8d6658e9..08f0ab03 100644
--- a/ksvg/dom/CMakeLists.txt
+++ b/ksvg/dom/CMakeLists.txt
@@ -76,50 +76,50 @@ install( FILES
tde_add_library( ksvgdom STATIC_PIC
SOURCES
- SVGLength.cc SVGAnimatedLength.cc SVGNumber.cc SVGAnimatedNumber.cc
- SVGPoint.cc SVGTSpanElement.cc SVGTRefElement.cc SVGAnimatedLengthList.cc
- SVGAnimatedNumberList.cc SVGTransformList.cc SVGAElement.cc
- SVGAnimatedTransformList.cc SVGRectElement.cc SVGCircleElement.cc
- SVGEllipseElement.cc SVGLineElement.cc SVGPolylineElement.cc
- SVGPolygonElement.cc SVGTextPositioningElement.cc SVGTextContentElement.cc
- SVGTextElement.cc SVGImageElement.cc SVGUseElement.cc SVGMatrix.cc
- SVGTransform.cc SVGPointList.cc SVGDocument.cc SVGAnimatedEnumeration.cc
- SVGDefsElement.cc SVGLocatable.cc SVGTransformable.cc SVGStylable.cc
- SVGGElement.cc SVGAngle.cc SVGAnimatedAngle.cc SVGColor.cc SVGPathElement.cc
- SVGPathSegList.cc SVGTests.cc SVGLangSpace.cc SVGStringList.cc SVGPathSeg.cc
- SVGPathSegClosePath.cc SVGPathSegMoveto.cc SVGPathSegLinetoHorizontal.cc
- SVGPathSegLinetoVertical.cc SVGPathSegLineto.cc SVGPathSegCurvetoCubic.cc
- SVGDescElement.cc SVGTitleElement.cc SVGExternalResourcesRequired.cc
- SVGAnimatedBoolean.cc SVGNumberList.cc SVGPathSegCurvetoCubicSmooth.cc
- SVGPathSegCurvetoQuadratic.cc SVGAnimatedRect.cc SVGAnimatedString.cc
- SVGPathSegCurvetoQuadraticSmooth.cc SVGPathSegArc.cc SVGURIReference.cc
- SVGAnimatedInteger.cc SVGLengthList.cc SVGSVGElement.cc SVGRect.cc
- SVGFitToViewBox.cc SVGAnimatedPreserveAspectRatio.cc SVGPreserveAspectRatio.cc
- SVGElement.cc SVGStyleElement.cc SVGClipPathElement.cc SVGMaskElement.cc
- SVGColorProfileElement.cc SVGColorProfileRule.cc SVGZoomAndPan.cc
- SVGScriptElement.cc SVGSwitchElement.cc SVGSymbolElement.cc
- SVGDefinitionSrcElement.cc SVGFontFaceElement.cc SVGFontFaceFormatElement.cc
- SVGFontFaceNameElement.cc SVGFontFaceSrcElement.cc SVGHKernElement.cc
- SVGMetadataElement.cc SVGVKernElement.cc SVGCursorElement.cc
- SVGForeignObjectElement.cc SVGFontFaceUriElement.cc SVGElementInstance.cc
- SVGElementInstanceList.cc SVGAnimatedPoints.cc SVGAnimatedPathData.cc
- SVGMarkerElement.cc SVGViewSpec.cc SVGViewElement.cc SVGFilterElement.cc
- SVGFilterPrimitiveStandardAttributes.cc SVGFEBlendElement.cc
- SVGFEColorMatrixElement.cc SVGFEComponentTransferElement.cc
- SVGComponentTransferFunctionElement.cc SVGFEFuncAElement.cc
- SVGFEFuncBElement.cc SVGFEFuncGElement.cc SVGFEFuncRElement.cc
- SVGFECompositeElement.cc SVGFEConvolveMatrixElement.cc SVGFEFloodElement.cc
- SVGFEGaussianBlurElement.cc SVGFEDiffuseLightingElement.cc
- SVGFEDistantLightElement.cc SVGFEPointLightElement.cc
- SVGFESpotLightElement.cc SVGFEDisplacementMapElement.cc SVGFEMergeElement.cc
- SVGFEMergeNodeElement.cc SVGFEImageElement.cc SVGFEMorphologyElement.cc
- SVGFEOffsetElement.cc SVGFESpecularLightingElement.cc SVGFETileElement.cc
- SVGFETurbulenceElement.cc SVGAnimationElement.cc SVGAnimateElement.cc
- SVGSetElement.cc SVGAnimateMotionElement.cc SVGAnimateColorElement.cc
- SVGAnimateTransformElement.cc SVGEvent.cc SVGZoomEvent.cc SVGICCColor.cc
- SVGCSSRule.cc SVGGradientElement.cc SVGRadialGradientElement.cc
- SVGLinearGradientElement.cc SVGStopElement.cc SVGPatternElement.cc
- SVGMPathElement.cc SVGFontElement.cc SVGAltGlyphElement.cc
- SVGGlyphRefElement.cc SVGAltGlyphDefElement.cc SVGGlyphElement.cc
- SVGMissingGlyphElement.cc SVGPaint.cc SVGTextPathElement.cc SVGWindow.cc
+ SVGLength.cpp SVGAnimatedLength.cpp SVGNumber.cpp SVGAnimatedNumber.cpp
+ SVGPoint.cpp SVGTSpanElement.cpp SVGTRefElement.cpp SVGAnimatedLengthList.cpp
+ SVGAnimatedNumberList.cpp SVGTransformList.cpp SVGAElement.cpp
+ SVGAnimatedTransformList.cpp SVGRectElement.cpp SVGCircleElement.cpp
+ SVGEllipseElement.cpp SVGLineElement.cpp SVGPolylineElement.cpp
+ SVGPolygonElement.cpp SVGTextPositioningElement.cpp SVGTextContentElement.cpp
+ SVGTextElement.cpp SVGImageElement.cpp SVGUseElement.cpp SVGMatrix.cpp
+ SVGTransform.cpp SVGPointList.cpp SVGDocument.cpp SVGAnimatedEnumeration.cpp
+ SVGDefsElement.cpp SVGLocatable.cpp SVGTransformable.cpp SVGStylable.cpp
+ SVGGElement.cpp SVGAngle.cpp SVGAnimatedAngle.cpp SVGColor.cpp SVGPathElement.cpp
+ SVGPathSegList.cpp SVGTests.cpp SVGLangSpace.cpp SVGStringList.cpp SVGPathSeg.cpp
+ SVGPathSegClosePath.cpp SVGPathSegMoveto.cpp SVGPathSegLinetoHorizontal.cpp
+ SVGPathSegLinetoVertical.cpp SVGPathSegLineto.cpp SVGPathSegCurvetoCubic.cpp
+ SVGDescElement.cpp SVGTitleElement.cpp SVGExternalResourcesRequired.cpp
+ SVGAnimatedBoolean.cpp SVGNumberList.cpp SVGPathSegCurvetoCubicSmooth.cpp
+ SVGPathSegCurvetoQuadratic.cpp SVGAnimatedRect.cpp SVGAnimatedString.cpp
+ SVGPathSegCurvetoQuadraticSmooth.cpp SVGPathSegArc.cpp SVGURIReference.cpp
+ SVGAnimatedInteger.cpp SVGLengthList.cpp SVGSVGElement.cpp SVGRect.cpp
+ SVGFitToViewBox.cpp SVGAnimatedPreserveAspectRatio.cpp SVGPreserveAspectRatio.cpp
+ SVGElement.cpp SVGStyleElement.cpp SVGClipPathElement.cpp SVGMaskElement.cpp
+ SVGColorProfileElement.cpp SVGColorProfileRule.cpp SVGZoomAndPan.cpp
+ SVGScriptElement.cpp SVGSwitchElement.cpp SVGSymbolElement.cpp
+ SVGDefinitionSrcElement.cpp SVGFontFaceElement.cpp SVGFontFaceFormatElement.cpp
+ SVGFontFaceNameElement.cpp SVGFontFaceSrcElement.cpp SVGHKernElement.cpp
+ SVGMetadataElement.cpp SVGVKernElement.cpp SVGCursorElement.cpp
+ SVGForeignObjectElement.cpp SVGFontFaceUriElement.cpp SVGElementInstance.cpp
+ SVGElementInstanceList.cpp SVGAnimatedPoints.cpp SVGAnimatedPathData.cpp
+ SVGMarkerElement.cpp SVGViewSpec.cpp SVGViewElement.cpp SVGFilterElement.cpp
+ SVGFilterPrimitiveStandardAttributes.cpp SVGFEBlendElement.cpp
+ SVGFEColorMatrixElement.cpp SVGFEComponentTransferElement.cpp
+ SVGComponentTransferFunctionElement.cpp SVGFEFuncAElement.cpp
+ SVGFEFuncBElement.cpp SVGFEFuncGElement.cpp SVGFEFuncRElement.cpp
+ SVGFECompositeElement.cpp SVGFEConvolveMatrixElement.cpp SVGFEFloodElement.cpp
+ SVGFEGaussianBlurElement.cpp SVGFEDiffuseLightingElement.cpp
+ SVGFEDistantLightElement.cpp SVGFEPointLightElement.cpp
+ SVGFESpotLightElement.cpp SVGFEDisplacementMapElement.cpp SVGFEMergeElement.cpp
+ SVGFEMergeNodeElement.cpp SVGFEImageElement.cpp SVGFEMorphologyElement.cpp
+ SVGFEOffsetElement.cpp SVGFESpecularLightingElement.cpp SVGFETileElement.cpp
+ SVGFETurbulenceElement.cpp SVGAnimationElement.cpp SVGAnimateElement.cpp
+ SVGSetElement.cpp SVGAnimateMotionElement.cpp SVGAnimateColorElement.cpp
+ SVGAnimateTransformElement.cpp SVGEvent.cpp SVGZoomEvent.cpp SVGICCColor.cpp
+ SVGCSSRule.cpp SVGGradientElement.cpp SVGRadialGradientElement.cpp
+ SVGLinearGradientElement.cpp SVGStopElement.cpp SVGPatternElement.cpp
+ SVGMPathElement.cpp SVGFontElement.cpp SVGAltGlyphElement.cpp
+ SVGGlyphRefElement.cpp SVGAltGlyphDefElement.cpp SVGGlyphElement.cpp
+ SVGMissingGlyphElement.cpp SVGPaint.cpp SVGTextPathElement.cpp SVGWindow.cpp
)
diff --git a/ksvg/dom/Makefile.am b/ksvg/dom/Makefile.am
index 9b6b1cf7..7c51c022 100644
--- a/ksvg/dom/Makefile.am
+++ b/ksvg/dom/Makefile.am
@@ -31,27 +31,27 @@ myinclude_HEADERS = SVGAElement.h SVGAltGlyphElement.h SVGAltGlyphDefElement.h S
SVGTitleElement.h SVGTransform.h SVGTransformList.h SVGTransformable.h SVGURIReference.h SVGUnitTypes.h \
SVGUseElement.h SVGVKernElement.h SVGViewElement.h SVGViewSpec.h SVGWindow.h SVGZoomAndPan.h SVGZoomEvent.h
-libksvgdom_la_SOURCES = SVGLength.cc SVGAnimatedLength.cc SVGNumber.cc SVGAnimatedNumber.cc SVGPoint.cc SVGTSpanElement.cc SVGTRefElement.cc \
- SVGAnimatedLengthList.cc SVGAnimatedNumberList.cc SVGTransformList.cc SVGAElement.cc SVGAnimatedTransformList.cc \
- SVGRectElement.cc SVGCircleElement.cc SVGEllipseElement.cc SVGLineElement.cc SVGPolylineElement.cc SVGPolygonElement.cc \
- SVGTextPositioningElement.cc SVGTextContentElement.cc SVGTextElement.cc SVGImageElement.cc SVGUseElement.cc \
- SVGMatrix.cc SVGTransform.cc SVGPointList.cc SVGDocument.cc SVGAnimatedEnumeration.cc SVGDefsElement.cc \
- SVGLocatable.cc SVGTransformable.cc SVGStylable.cc SVGGElement.cc SVGAngle.cc SVGAnimatedAngle.cc \
- SVGColor.cc SVGPathElement.cc SVGPathSegList.cc SVGTests.cc SVGLangSpace.cc SVGStringList.cc \
- SVGPathSeg.cc SVGPathSegClosePath.cc SVGPathSegMoveto.cc SVGPathSegLinetoHorizontal.cc SVGPathSegLinetoVertical.cc SVGPathSegLineto.cc \
- SVGPathSegCurvetoCubic.cc SVGDescElement.cc SVGTitleElement.cc SVGExternalResourcesRequired.cc SVGAnimatedBoolean.cc SVGNumberList.cc \
- SVGPathSegCurvetoCubicSmooth.cc SVGPathSegCurvetoQuadratic.cc SVGAnimatedRect.cc SVGAnimatedString.cc \
- SVGPathSegCurvetoQuadraticSmooth.cc SVGPathSegArc.cc SVGURIReference.cc SVGAnimatedInteger.cc SVGLengthList.cc \
- SVGSVGElement.cc SVGRect.cc SVGFitToViewBox.cc SVGAnimatedPreserveAspectRatio.cc SVGPreserveAspectRatio.cc SVGElement.cc \
- SVGStyleElement.cc SVGClipPathElement.cc SVGMaskElement.cc SVGColorProfileElement.cc SVGColorProfileRule.cc SVGZoomAndPan.cc SVGScriptElement.cc \
- SVGSwitchElement.cc SVGSymbolElement.cc \
- SVGDefinitionSrcElement.cc SVGFontFaceElement.cc SVGFontFaceFormatElement.cc SVGFontFaceNameElement.cc SVGFontFaceSrcElement.cc SVGHKernElement.cc SVGMetadataElement.cc SVGVKernElement.cc SVGCursorElement.cc SVGForeignObjectElement.cc SVGFontFaceUriElement.cc \
- SVGElementInstance.cc SVGElementInstanceList.cc SVGAnimatedPoints.cc SVGAnimatedPathData.cc SVGMarkerElement.cc SVGViewSpec.cc SVGViewElement.cc \
- SVGFilterElement.cc SVGFilterPrimitiveStandardAttributes.cc SVGFEBlendElement.cc SVGFEColorMatrixElement.cc SVGFEComponentTransferElement.cc SVGComponentTransferFunctionElement.cc SVGFEFuncAElement.cc SVGFEFuncBElement.cc SVGFEFuncGElement.cc SVGFEFuncRElement.cc SVGFECompositeElement.cc SVGFEConvolveMatrixElement.cc SVGFEFloodElement.cc SVGFEGaussianBlurElement.cc SVGFEDiffuseLightingElement.cc SVGFEDistantLightElement.cc SVGFEPointLightElement.cc SVGFESpotLightElement.cc SVGFEDisplacementMapElement.cc SVGFEMergeElement.cc SVGFEMergeNodeElement.cc SVGFEImageElement.cc SVGFEMorphologyElement.cc SVGFEOffsetElement.cc SVGFESpecularLightingElement.cc SVGFETileElement.cc SVGFETurbulenceElement.cc \
- SVGAnimationElement.cc SVGAnimateElement.cc SVGSetElement.cc SVGAnimateMotionElement.cc SVGAnimateColorElement.cc SVGAnimateTransformElement.cc \
- SVGEvent.cc SVGZoomEvent.cc SVGICCColor.cc SVGCSSRule.cc \
- SVGGradientElement.cc SVGRadialGradientElement.cc SVGLinearGradientElement.cc SVGStopElement.cc SVGPatternElement.cc SVGMPathElement.cc \
- SVGFontElement.cc SVGAltGlyphElement.cc SVGGlyphRefElement.cc SVGAltGlyphDefElement.cc SVGGlyphElement.cc SVGMissingGlyphElement.cc SVGPaint.cc SVGTextPathElement.cc SVGWindow.cc
+libksvgdom_la_SOURCES = SVGLength.cpp SVGAnimatedLength.cpp SVGNumber.cpp SVGAnimatedNumber.cpp SVGPoint.cpp SVGTSpanElement.cpp SVGTRefElement.cpp \
+ SVGAnimatedLengthList.cpp SVGAnimatedNumberList.cpp SVGTransformList.cpp SVGAElement.cpp SVGAnimatedTransformList.cpp \
+ SVGRectElement.cpp SVGCircleElement.cpp SVGEllipseElement.cpp SVGLineElement.cpp SVGPolylineElement.cpp SVGPolygonElement.cpp \
+ SVGTextPositioningElement.cpp SVGTextContentElement.cpp SVGTextElement.cpp SVGImageElement.cpp SVGUseElement.cpp \
+ SVGMatrix.cpp SVGTransform.cpp SVGPointList.cpp SVGDocument.cpp SVGAnimatedEnumeration.cpp SVGDefsElement.cpp \
+ SVGLocatable.cpp SVGTransformable.cpp SVGStylable.cpp SVGGElement.cpp SVGAngle.cpp SVGAnimatedAngle.cpp \
+ SVGColor.cpp SVGPathElement.cpp SVGPathSegList.cpp SVGTests.cpp SVGLangSpace.cpp SVGStringList.cpp \
+ SVGPathSeg.cpp SVGPathSegClosePath.cpp SVGPathSegMoveto.cpp SVGPathSegLinetoHorizontal.cpp SVGPathSegLinetoVertical.cpp SVGPathSegLineto.cpp \
+ SVGPathSegCurvetoCubic.cpp SVGDescElement.cpp SVGTitleElement.cpp SVGExternalResourcesRequired.cpp SVGAnimatedBoolean.cpp SVGNumberList.cpp \
+ SVGPathSegCurvetoCubicSmooth.cpp SVGPathSegCurvetoQuadratic.cpp SVGAnimatedRect.cpp SVGAnimatedString.cpp \
+ SVGPathSegCurvetoQuadraticSmooth.cpp SVGPathSegArc.cpp SVGURIReference.cpp SVGAnimatedInteger.cpp SVGLengthList.cpp \
+ SVGSVGElement.cpp SVGRect.cpp SVGFitToViewBox.cpp SVGAnimatedPreserveAspectRatio.cpp SVGPreserveAspectRatio.cpp SVGElement.cpp \
+ SVGStyleElement.cpp SVGClipPathElement.cpp SVGMaskElement.cpp SVGColorProfileElement.cpp SVGColorProfileRule.cpp SVGZoomAndPan.cpp SVGScriptElement.cpp \
+ SVGSwitchElement.cpp SVGSymbolElement.cpp \
+ SVGDefinitionSrcElement.cpp SVGFontFaceElement.cpp SVGFontFaceFormatElement.cpp SVGFontFaceNameElement.cpp SVGFontFaceSrcElement.cpp SVGHKernElement.cpp SVGMetadataElement.cpp SVGVKernElement.cpp SVGCursorElement.cpp SVGForeignObjectElement.cpp SVGFontFaceUriElement.cpp \
+ SVGElementInstance.cpp SVGElementInstanceList.cpp SVGAnimatedPoints.cpp SVGAnimatedPathData.cpp SVGMarkerElement.cpp SVGViewSpec.cpp SVGViewElement.cpp \
+ SVGFilterElement.cpp SVGFilterPrimitiveStandardAttributes.cpp SVGFEBlendElement.cpp SVGFEColorMatrixElement.cpp SVGFEComponentTransferElement.cpp SVGComponentTransferFunctionElement.cpp SVGFEFuncAElement.cpp SVGFEFuncBElement.cpp SVGFEFuncGElement.cpp SVGFEFuncRElement.cpp SVGFECompositeElement.cpp SVGFEConvolveMatrixElement.cpp SVGFEFloodElement.cpp SVGFEGaussianBlurElement.cpp SVGFEDiffuseLightingElement.cpp SVGFEDistantLightElement.cpp SVGFEPointLightElement.cpp SVGFESpotLightElement.cpp SVGFEDisplacementMapElement.cpp SVGFEMergeElement.cpp SVGFEMergeNodeElement.cpp SVGFEImageElement.cpp SVGFEMorphologyElement.cpp SVGFEOffsetElement.cpp SVGFESpecularLightingElement.cpp SVGFETileElement.cpp SVGFETurbulenceElement.cpp \
+ SVGAnimationElement.cpp SVGAnimateElement.cpp SVGSetElement.cpp SVGAnimateMotionElement.cpp SVGAnimateColorElement.cpp SVGAnimateTransformElement.cpp \
+ SVGEvent.cpp SVGZoomEvent.cpp SVGICCColor.cpp SVGCSSRule.cpp \
+ SVGGradientElement.cpp SVGRadialGradientElement.cpp SVGLinearGradientElement.cpp SVGStopElement.cpp SVGPatternElement.cpp SVGMPathElement.cpp \
+ SVGFontElement.cpp SVGAltGlyphElement.cpp SVGGlyphRefElement.cpp SVGAltGlyphDefElement.cpp SVGGlyphElement.cpp SVGMissingGlyphElement.cpp SVGPaint.cpp SVGTextPathElement.cpp SVGWindow.cpp
libksvgdom_la_METASOURCES = AUTO
diff --git a/ksvg/dom/SVGAElement.cc b/ksvg/dom/SVGAElement.cpp
index de7b1a20..de7b1a20 100644
--- a/ksvg/dom/SVGAElement.cc
+++ b/ksvg/dom/SVGAElement.cpp
diff --git a/ksvg/dom/SVGAltGlyphDefElement.cc b/ksvg/dom/SVGAltGlyphDefElement.cpp
index caeddbd9..caeddbd9 100644
--- a/ksvg/dom/SVGAltGlyphDefElement.cc
+++ b/ksvg/dom/SVGAltGlyphDefElement.cpp
diff --git a/ksvg/dom/SVGAltGlyphElement.cc b/ksvg/dom/SVGAltGlyphElement.cpp
index c21d7623..c21d7623 100644
--- a/ksvg/dom/SVGAltGlyphElement.cc
+++ b/ksvg/dom/SVGAltGlyphElement.cpp
diff --git a/ksvg/dom/SVGAngle.cc b/ksvg/dom/SVGAngle.cpp
index bb1aac60..bb1aac60 100644
--- a/ksvg/dom/SVGAngle.cc
+++ b/ksvg/dom/SVGAngle.cpp
diff --git a/ksvg/dom/SVGAnimateColorElement.cc b/ksvg/dom/SVGAnimateColorElement.cpp
index 32a5f153..32a5f153 100644
--- a/ksvg/dom/SVGAnimateColorElement.cc
+++ b/ksvg/dom/SVGAnimateColorElement.cpp
diff --git a/ksvg/dom/SVGAnimateElement.cc b/ksvg/dom/SVGAnimateElement.cpp
index 1370b93d..1370b93d 100644
--- a/ksvg/dom/SVGAnimateElement.cc
+++ b/ksvg/dom/SVGAnimateElement.cpp
diff --git a/ksvg/dom/SVGAnimateMotionElement.cc b/ksvg/dom/SVGAnimateMotionElement.cpp
index 8b1b7d2c..8b1b7d2c 100644
--- a/ksvg/dom/SVGAnimateMotionElement.cc
+++ b/ksvg/dom/SVGAnimateMotionElement.cpp
diff --git a/ksvg/dom/SVGAnimateTransformElement.cc b/ksvg/dom/SVGAnimateTransformElement.cpp
index 3bc6a04b..3bc6a04b 100644
--- a/ksvg/dom/SVGAnimateTransformElement.cc
+++ b/ksvg/dom/SVGAnimateTransformElement.cpp
diff --git a/ksvg/dom/SVGAnimatedAngle.cc b/ksvg/dom/SVGAnimatedAngle.cpp
index f602defe..f602defe 100644
--- a/ksvg/dom/SVGAnimatedAngle.cc
+++ b/ksvg/dom/SVGAnimatedAngle.cpp
diff --git a/ksvg/dom/SVGAnimatedBoolean.cc b/ksvg/dom/SVGAnimatedBoolean.cpp
index 29e24a67..29e24a67 100644
--- a/ksvg/dom/SVGAnimatedBoolean.cc
+++ b/ksvg/dom/SVGAnimatedBoolean.cpp
diff --git a/ksvg/dom/SVGAnimatedEnumeration.cc b/ksvg/dom/SVGAnimatedEnumeration.cpp
index 061dc0df..061dc0df 100644
--- a/ksvg/dom/SVGAnimatedEnumeration.cc
+++ b/ksvg/dom/SVGAnimatedEnumeration.cpp
diff --git a/ksvg/dom/SVGAnimatedInteger.cc b/ksvg/dom/SVGAnimatedInteger.cpp
index ab91c1cf..ab91c1cf 100644
--- a/ksvg/dom/SVGAnimatedInteger.cc
+++ b/ksvg/dom/SVGAnimatedInteger.cpp
diff --git a/ksvg/dom/SVGAnimatedLength.cc b/ksvg/dom/SVGAnimatedLength.cpp
index 4e1cb06b..4e1cb06b 100644
--- a/ksvg/dom/SVGAnimatedLength.cc
+++ b/ksvg/dom/SVGAnimatedLength.cpp
diff --git a/ksvg/dom/SVGAnimatedLengthList.cc b/ksvg/dom/SVGAnimatedLengthList.cpp
index 2921c4b5..2921c4b5 100644
--- a/ksvg/dom/SVGAnimatedLengthList.cc
+++ b/ksvg/dom/SVGAnimatedLengthList.cpp
diff --git a/ksvg/dom/SVGAnimatedNumber.cc b/ksvg/dom/SVGAnimatedNumber.cpp
index 78dab4a6..78dab4a6 100644
--- a/ksvg/dom/SVGAnimatedNumber.cc
+++ b/ksvg/dom/SVGAnimatedNumber.cpp
diff --git a/ksvg/dom/SVGAnimatedNumberList.cc b/ksvg/dom/SVGAnimatedNumberList.cpp
index cf4fb8ae..cf4fb8ae 100644
--- a/ksvg/dom/SVGAnimatedNumberList.cc
+++ b/ksvg/dom/SVGAnimatedNumberList.cpp
diff --git a/ksvg/dom/SVGAnimatedPathData.cc b/ksvg/dom/SVGAnimatedPathData.cpp
index 98b3c739..98b3c739 100644
--- a/ksvg/dom/SVGAnimatedPathData.cc
+++ b/ksvg/dom/SVGAnimatedPathData.cpp
diff --git a/ksvg/dom/SVGAnimatedPoints.cc b/ksvg/dom/SVGAnimatedPoints.cpp
index 2b91f989..2b91f989 100644
--- a/ksvg/dom/SVGAnimatedPoints.cc
+++ b/ksvg/dom/SVGAnimatedPoints.cpp
diff --git a/ksvg/dom/SVGAnimatedPreserveAspectRatio.cc b/ksvg/dom/SVGAnimatedPreserveAspectRatio.cpp
index 2f3d3e17..2f3d3e17 100644
--- a/ksvg/dom/SVGAnimatedPreserveAspectRatio.cc
+++ b/ksvg/dom/SVGAnimatedPreserveAspectRatio.cpp
diff --git a/ksvg/dom/SVGAnimatedRect.cc b/ksvg/dom/SVGAnimatedRect.cpp
index 29cf0518..29cf0518 100644
--- a/ksvg/dom/SVGAnimatedRect.cc
+++ b/ksvg/dom/SVGAnimatedRect.cpp
diff --git a/ksvg/dom/SVGAnimatedString.cc b/ksvg/dom/SVGAnimatedString.cpp
index ba69c6e1..ba69c6e1 100644
--- a/ksvg/dom/SVGAnimatedString.cc
+++ b/ksvg/dom/SVGAnimatedString.cpp
diff --git a/ksvg/dom/SVGAnimatedTransformList.cc b/ksvg/dom/SVGAnimatedTransformList.cpp
index 7a8cbe49..7a8cbe49 100644
--- a/ksvg/dom/SVGAnimatedTransformList.cc
+++ b/ksvg/dom/SVGAnimatedTransformList.cpp
diff --git a/ksvg/dom/SVGAnimationElement.cc b/ksvg/dom/SVGAnimationElement.cpp
index 0cc1ce3b..0cc1ce3b 100644
--- a/ksvg/dom/SVGAnimationElement.cc
+++ b/ksvg/dom/SVGAnimationElement.cpp
diff --git a/ksvg/dom/SVGCSSRule.cc b/ksvg/dom/SVGCSSRule.cpp
index 0cb02c97..0cb02c97 100644
--- a/ksvg/dom/SVGCSSRule.cc
+++ b/ksvg/dom/SVGCSSRule.cpp
diff --git a/ksvg/dom/SVGCircleElement.cc b/ksvg/dom/SVGCircleElement.cpp
index 746160e6..746160e6 100644
--- a/ksvg/dom/SVGCircleElement.cc
+++ b/ksvg/dom/SVGCircleElement.cpp
diff --git a/ksvg/dom/SVGClipPathElement.cc b/ksvg/dom/SVGClipPathElement.cpp
index e6c66f7f..e6c66f7f 100644
--- a/ksvg/dom/SVGClipPathElement.cc
+++ b/ksvg/dom/SVGClipPathElement.cpp
diff --git a/ksvg/dom/SVGColor.cc b/ksvg/dom/SVGColor.cpp
index 2a7947ab..2a7947ab 100644
--- a/ksvg/dom/SVGColor.cc
+++ b/ksvg/dom/SVGColor.cpp
diff --git a/ksvg/dom/SVGColorProfileElement.cc b/ksvg/dom/SVGColorProfileElement.cpp
index fa86f4f5..fa86f4f5 100644
--- a/ksvg/dom/SVGColorProfileElement.cc
+++ b/ksvg/dom/SVGColorProfileElement.cpp
diff --git a/ksvg/dom/SVGColorProfileRule.cc b/ksvg/dom/SVGColorProfileRule.cpp
index 0a2da253..0a2da253 100644
--- a/ksvg/dom/SVGColorProfileRule.cc
+++ b/ksvg/dom/SVGColorProfileRule.cpp
diff --git a/ksvg/dom/SVGComponentTransferFunctionElement.cc b/ksvg/dom/SVGComponentTransferFunctionElement.cpp
index 66639416..66639416 100644
--- a/ksvg/dom/SVGComponentTransferFunctionElement.cc
+++ b/ksvg/dom/SVGComponentTransferFunctionElement.cpp
diff --git a/ksvg/dom/SVGCursorElement.cc b/ksvg/dom/SVGCursorElement.cpp
index 9b882405..9b882405 100644
--- a/ksvg/dom/SVGCursorElement.cc
+++ b/ksvg/dom/SVGCursorElement.cpp
diff --git a/ksvg/dom/SVGDefinitionSrcElement.cc b/ksvg/dom/SVGDefinitionSrcElement.cpp
index 6a965215..6a965215 100644
--- a/ksvg/dom/SVGDefinitionSrcElement.cc
+++ b/ksvg/dom/SVGDefinitionSrcElement.cpp
diff --git a/ksvg/dom/SVGDefsElement.cc b/ksvg/dom/SVGDefsElement.cpp
index 9382286e..9382286e 100644
--- a/ksvg/dom/SVGDefsElement.cc
+++ b/ksvg/dom/SVGDefsElement.cpp
diff --git a/ksvg/dom/SVGDescElement.cc b/ksvg/dom/SVGDescElement.cpp
index 35f77c76..35f77c76 100644
--- a/ksvg/dom/SVGDescElement.cc
+++ b/ksvg/dom/SVGDescElement.cpp
diff --git a/ksvg/dom/SVGDocument.cc b/ksvg/dom/SVGDocument.cpp
index f9d46968..f9d46968 100644
--- a/ksvg/dom/SVGDocument.cc
+++ b/ksvg/dom/SVGDocument.cpp
diff --git a/ksvg/dom/SVGElement.cc b/ksvg/dom/SVGElement.cpp
index e753bac3..e753bac3 100644
--- a/ksvg/dom/SVGElement.cc
+++ b/ksvg/dom/SVGElement.cpp
diff --git a/ksvg/dom/SVGElementInstance.cc b/ksvg/dom/SVGElementInstance.cpp
index 6af2d11e..6af2d11e 100644
--- a/ksvg/dom/SVGElementInstance.cc
+++ b/ksvg/dom/SVGElementInstance.cpp
diff --git a/ksvg/dom/SVGElementInstanceList.cc b/ksvg/dom/SVGElementInstanceList.cpp
index 6b4fd80e..6b4fd80e 100644
--- a/ksvg/dom/SVGElementInstanceList.cc
+++ b/ksvg/dom/SVGElementInstanceList.cpp
diff --git a/ksvg/dom/SVGEllipseElement.cc b/ksvg/dom/SVGEllipseElement.cpp
index 36d2449e..36d2449e 100644
--- a/ksvg/dom/SVGEllipseElement.cc
+++ b/ksvg/dom/SVGEllipseElement.cpp
diff --git a/ksvg/dom/SVGEvent.cc b/ksvg/dom/SVGEvent.cpp
index 67cc8ddf..67cc8ddf 100644
--- a/ksvg/dom/SVGEvent.cc
+++ b/ksvg/dom/SVGEvent.cpp
diff --git a/ksvg/dom/SVGExternalResourcesRequired.cc b/ksvg/dom/SVGExternalResourcesRequired.cpp
index 189d72ee..189d72ee 100644
--- a/ksvg/dom/SVGExternalResourcesRequired.cc
+++ b/ksvg/dom/SVGExternalResourcesRequired.cpp
diff --git a/ksvg/dom/SVGFEBlendElement.cc b/ksvg/dom/SVGFEBlendElement.cpp
index f0fe7b8b..f0fe7b8b 100644
--- a/ksvg/dom/SVGFEBlendElement.cc
+++ b/ksvg/dom/SVGFEBlendElement.cpp
diff --git a/ksvg/dom/SVGFEColorMatrixElement.cc b/ksvg/dom/SVGFEColorMatrixElement.cpp
index 5c4c5104..5c4c5104 100644
--- a/ksvg/dom/SVGFEColorMatrixElement.cc
+++ b/ksvg/dom/SVGFEColorMatrixElement.cpp
diff --git a/ksvg/dom/SVGFEComponentTransferElement.cc b/ksvg/dom/SVGFEComponentTransferElement.cpp
index bc96a48d..bc96a48d 100644
--- a/ksvg/dom/SVGFEComponentTransferElement.cc
+++ b/ksvg/dom/SVGFEComponentTransferElement.cpp
diff --git a/ksvg/dom/SVGFECompositeElement.cc b/ksvg/dom/SVGFECompositeElement.cpp
index b7ff69f5..b7ff69f5 100644
--- a/ksvg/dom/SVGFECompositeElement.cc
+++ b/ksvg/dom/SVGFECompositeElement.cpp
diff --git a/ksvg/dom/SVGFEConvolveMatrixElement.cc b/ksvg/dom/SVGFEConvolveMatrixElement.cpp
index 7f66b8b4..7f66b8b4 100644
--- a/ksvg/dom/SVGFEConvolveMatrixElement.cc
+++ b/ksvg/dom/SVGFEConvolveMatrixElement.cpp
diff --git a/ksvg/dom/SVGFEDiffuseLightingElement.cc b/ksvg/dom/SVGFEDiffuseLightingElement.cpp
index 6e084f25..6e084f25 100644
--- a/ksvg/dom/SVGFEDiffuseLightingElement.cc
+++ b/ksvg/dom/SVGFEDiffuseLightingElement.cpp
diff --git a/ksvg/dom/SVGFEDisplacementMapElement.cc b/ksvg/dom/SVGFEDisplacementMapElement.cpp
index 9bb4938e..9bb4938e 100644
--- a/ksvg/dom/SVGFEDisplacementMapElement.cc
+++ b/ksvg/dom/SVGFEDisplacementMapElement.cpp
diff --git a/ksvg/dom/SVGFEDistantLightElement.cc b/ksvg/dom/SVGFEDistantLightElement.cpp
index 5e5f4f30..5e5f4f30 100644
--- a/ksvg/dom/SVGFEDistantLightElement.cc
+++ b/ksvg/dom/SVGFEDistantLightElement.cpp
diff --git a/ksvg/dom/SVGFEFloodElement.cc b/ksvg/dom/SVGFEFloodElement.cpp
index 0689cb10..0689cb10 100644
--- a/ksvg/dom/SVGFEFloodElement.cc
+++ b/ksvg/dom/SVGFEFloodElement.cpp
diff --git a/ksvg/dom/SVGFEFuncAElement.cc b/ksvg/dom/SVGFEFuncAElement.cpp
index 00db637e..00db637e 100644
--- a/ksvg/dom/SVGFEFuncAElement.cc
+++ b/ksvg/dom/SVGFEFuncAElement.cpp
diff --git a/ksvg/dom/SVGFEFuncBElement.cc b/ksvg/dom/SVGFEFuncBElement.cpp
index 01e060f3..01e060f3 100644
--- a/ksvg/dom/SVGFEFuncBElement.cc
+++ b/ksvg/dom/SVGFEFuncBElement.cpp
diff --git a/ksvg/dom/SVGFEFuncGElement.cc b/ksvg/dom/SVGFEFuncGElement.cpp
index c4af7f36..c4af7f36 100644
--- a/ksvg/dom/SVGFEFuncGElement.cc
+++ b/ksvg/dom/SVGFEFuncGElement.cpp
diff --git a/ksvg/dom/SVGFEFuncRElement.cc b/ksvg/dom/SVGFEFuncRElement.cpp
index 59b87ea2..59b87ea2 100644
--- a/ksvg/dom/SVGFEFuncRElement.cc
+++ b/ksvg/dom/SVGFEFuncRElement.cpp
diff --git a/ksvg/dom/SVGFEGaussianBlurElement.cc b/ksvg/dom/SVGFEGaussianBlurElement.cpp
index b3b9d9f7..b3b9d9f7 100644
--- a/ksvg/dom/SVGFEGaussianBlurElement.cc
+++ b/ksvg/dom/SVGFEGaussianBlurElement.cpp
diff --git a/ksvg/dom/SVGFEImageElement.cc b/ksvg/dom/SVGFEImageElement.cpp
index d0708306..d0708306 100644
--- a/ksvg/dom/SVGFEImageElement.cc
+++ b/ksvg/dom/SVGFEImageElement.cpp
diff --git a/ksvg/dom/SVGFEMergeElement.cc b/ksvg/dom/SVGFEMergeElement.cpp
index 7398bf9b..7398bf9b 100644
--- a/ksvg/dom/SVGFEMergeElement.cc
+++ b/ksvg/dom/SVGFEMergeElement.cpp
diff --git a/ksvg/dom/SVGFEMergeNodeElement.cc b/ksvg/dom/SVGFEMergeNodeElement.cpp
index 65d6b18d..65d6b18d 100644
--- a/ksvg/dom/SVGFEMergeNodeElement.cc
+++ b/ksvg/dom/SVGFEMergeNodeElement.cpp
diff --git a/ksvg/dom/SVGFEMorphologyElement.cc b/ksvg/dom/SVGFEMorphologyElement.cpp
index e6f2543a..e6f2543a 100644
--- a/ksvg/dom/SVGFEMorphologyElement.cc
+++ b/ksvg/dom/SVGFEMorphologyElement.cpp
diff --git a/ksvg/dom/SVGFEOffsetElement.cc b/ksvg/dom/SVGFEOffsetElement.cpp
index bd9a94fd..bd9a94fd 100644
--- a/ksvg/dom/SVGFEOffsetElement.cc
+++ b/ksvg/dom/SVGFEOffsetElement.cpp
diff --git a/ksvg/dom/SVGFEPointLightElement.cc b/ksvg/dom/SVGFEPointLightElement.cpp
index 99028920..99028920 100644
--- a/ksvg/dom/SVGFEPointLightElement.cc
+++ b/ksvg/dom/SVGFEPointLightElement.cpp
diff --git a/ksvg/dom/SVGFESpecularLightingElement.cc b/ksvg/dom/SVGFESpecularLightingElement.cpp
index cd4785dc..cd4785dc 100644
--- a/ksvg/dom/SVGFESpecularLightingElement.cc
+++ b/ksvg/dom/SVGFESpecularLightingElement.cpp
diff --git a/ksvg/dom/SVGFESpotLightElement.cc b/ksvg/dom/SVGFESpotLightElement.cpp
index 15353880..15353880 100644
--- a/ksvg/dom/SVGFESpotLightElement.cc
+++ b/ksvg/dom/SVGFESpotLightElement.cpp
diff --git a/ksvg/dom/SVGFETileElement.cc b/ksvg/dom/SVGFETileElement.cpp
index d88a4f2a..d88a4f2a 100644
--- a/ksvg/dom/SVGFETileElement.cc
+++ b/ksvg/dom/SVGFETileElement.cpp
diff --git a/ksvg/dom/SVGFETurbulenceElement.cc b/ksvg/dom/SVGFETurbulenceElement.cpp
index 2f4fd5b8..2f4fd5b8 100644
--- a/ksvg/dom/SVGFETurbulenceElement.cc
+++ b/ksvg/dom/SVGFETurbulenceElement.cpp
diff --git a/ksvg/dom/SVGFilterElement.cc b/ksvg/dom/SVGFilterElement.cpp
index f505252e..f505252e 100644
--- a/ksvg/dom/SVGFilterElement.cc
+++ b/ksvg/dom/SVGFilterElement.cpp
diff --git a/ksvg/dom/SVGFilterPrimitiveStandardAttributes.cc b/ksvg/dom/SVGFilterPrimitiveStandardAttributes.cpp
index fd629054..fd629054 100644
--- a/ksvg/dom/SVGFilterPrimitiveStandardAttributes.cc
+++ b/ksvg/dom/SVGFilterPrimitiveStandardAttributes.cpp
diff --git a/ksvg/dom/SVGFitToViewBox.cc b/ksvg/dom/SVGFitToViewBox.cpp
index 4f54e2b4..4f54e2b4 100644
--- a/ksvg/dom/SVGFitToViewBox.cc
+++ b/ksvg/dom/SVGFitToViewBox.cpp
diff --git a/ksvg/dom/SVGFontElement.cc b/ksvg/dom/SVGFontElement.cpp
index 30244c6f..30244c6f 100644
--- a/ksvg/dom/SVGFontElement.cc
+++ b/ksvg/dom/SVGFontElement.cpp
diff --git a/ksvg/dom/SVGFontFaceElement.cc b/ksvg/dom/SVGFontFaceElement.cpp
index f5c7a12a..f5c7a12a 100644
--- a/ksvg/dom/SVGFontFaceElement.cc
+++ b/ksvg/dom/SVGFontFaceElement.cpp
diff --git a/ksvg/dom/SVGFontFaceFormatElement.cc b/ksvg/dom/SVGFontFaceFormatElement.cpp
index ede5a248..ede5a248 100644
--- a/ksvg/dom/SVGFontFaceFormatElement.cc
+++ b/ksvg/dom/SVGFontFaceFormatElement.cpp
diff --git a/ksvg/dom/SVGFontFaceNameElement.cc b/ksvg/dom/SVGFontFaceNameElement.cpp
index ce2413fd..ce2413fd 100644
--- a/ksvg/dom/SVGFontFaceNameElement.cc
+++ b/ksvg/dom/SVGFontFaceNameElement.cpp
diff --git a/ksvg/dom/SVGFontFaceSrcElement.cc b/ksvg/dom/SVGFontFaceSrcElement.cpp
index c34e7734..c34e7734 100644
--- a/ksvg/dom/SVGFontFaceSrcElement.cc
+++ b/ksvg/dom/SVGFontFaceSrcElement.cpp
diff --git a/ksvg/dom/SVGFontFaceUriElement.cc b/ksvg/dom/SVGFontFaceUriElement.cpp
index 98a13d4d..98a13d4d 100644
--- a/ksvg/dom/SVGFontFaceUriElement.cc
+++ b/ksvg/dom/SVGFontFaceUriElement.cpp
diff --git a/ksvg/dom/SVGForeignObjectElement.cc b/ksvg/dom/SVGForeignObjectElement.cpp
index cd7ffad5..cd7ffad5 100644
--- a/ksvg/dom/SVGForeignObjectElement.cc
+++ b/ksvg/dom/SVGForeignObjectElement.cpp
diff --git a/ksvg/dom/SVGGElement.cc b/ksvg/dom/SVGGElement.cpp
index 6a6cfb96..6a6cfb96 100644
--- a/ksvg/dom/SVGGElement.cc
+++ b/ksvg/dom/SVGGElement.cpp
diff --git a/ksvg/dom/SVGGlyphElement.cc b/ksvg/dom/SVGGlyphElement.cpp
index 7f6f4ae4..7f6f4ae4 100644
--- a/ksvg/dom/SVGGlyphElement.cc
+++ b/ksvg/dom/SVGGlyphElement.cpp
diff --git a/ksvg/dom/SVGGlyphRefElement.cc b/ksvg/dom/SVGGlyphRefElement.cpp
index 5b1f8deb..5b1f8deb 100644
--- a/ksvg/dom/SVGGlyphRefElement.cc
+++ b/ksvg/dom/SVGGlyphRefElement.cpp
diff --git a/ksvg/dom/SVGGradientElement.cc b/ksvg/dom/SVGGradientElement.cpp
index 895b6d8e..895b6d8e 100644
--- a/ksvg/dom/SVGGradientElement.cc
+++ b/ksvg/dom/SVGGradientElement.cpp
diff --git a/ksvg/dom/SVGHKernElement.cc b/ksvg/dom/SVGHKernElement.cpp
index ca8d32bf..ca8d32bf 100644
--- a/ksvg/dom/SVGHKernElement.cc
+++ b/ksvg/dom/SVGHKernElement.cpp
diff --git a/ksvg/dom/SVGICCColor.cc b/ksvg/dom/SVGICCColor.cpp
index 3baef1c1..3baef1c1 100644
--- a/ksvg/dom/SVGICCColor.cc
+++ b/ksvg/dom/SVGICCColor.cpp
diff --git a/ksvg/dom/SVGImageElement.cc b/ksvg/dom/SVGImageElement.cpp
index 2981abef..2981abef 100644
--- a/ksvg/dom/SVGImageElement.cc
+++ b/ksvg/dom/SVGImageElement.cpp
diff --git a/ksvg/dom/SVGLangSpace.cc b/ksvg/dom/SVGLangSpace.cpp
index dc4e0cb3..dc4e0cb3 100644
--- a/ksvg/dom/SVGLangSpace.cc
+++ b/ksvg/dom/SVGLangSpace.cpp
diff --git a/ksvg/dom/SVGLength.cc b/ksvg/dom/SVGLength.cpp
index 7d55252a..7d55252a 100644
--- a/ksvg/dom/SVGLength.cc
+++ b/ksvg/dom/SVGLength.cpp
diff --git a/ksvg/dom/SVGLengthList.cc b/ksvg/dom/SVGLengthList.cpp
index 30f59d70..30f59d70 100644
--- a/ksvg/dom/SVGLengthList.cc
+++ b/ksvg/dom/SVGLengthList.cpp
diff --git a/ksvg/dom/SVGLineElement.cc b/ksvg/dom/SVGLineElement.cpp
index 918734ea..918734ea 100644
--- a/ksvg/dom/SVGLineElement.cc
+++ b/ksvg/dom/SVGLineElement.cpp
diff --git a/ksvg/dom/SVGLinearGradientElement.cc b/ksvg/dom/SVGLinearGradientElement.cpp
index 41c076dc..41c076dc 100644
--- a/ksvg/dom/SVGLinearGradientElement.cc
+++ b/ksvg/dom/SVGLinearGradientElement.cpp
diff --git a/ksvg/dom/SVGLocatable.cc b/ksvg/dom/SVGLocatable.cpp
index 43a9aac7..43a9aac7 100644
--- a/ksvg/dom/SVGLocatable.cc
+++ b/ksvg/dom/SVGLocatable.cpp
diff --git a/ksvg/dom/SVGMPathElement.cc b/ksvg/dom/SVGMPathElement.cpp
index cb725260..cb725260 100644
--- a/ksvg/dom/SVGMPathElement.cc
+++ b/ksvg/dom/SVGMPathElement.cpp
diff --git a/ksvg/dom/SVGMarkerElement.cc b/ksvg/dom/SVGMarkerElement.cpp
index de59227d..de59227d 100644
--- a/ksvg/dom/SVGMarkerElement.cc
+++ b/ksvg/dom/SVGMarkerElement.cpp
diff --git a/ksvg/dom/SVGMaskElement.cc b/ksvg/dom/SVGMaskElement.cpp
index 7e1f9cee..7e1f9cee 100644
--- a/ksvg/dom/SVGMaskElement.cc
+++ b/ksvg/dom/SVGMaskElement.cpp
diff --git a/ksvg/dom/SVGMatrix.cc b/ksvg/dom/SVGMatrix.cpp
index e5e8c6db..e5e8c6db 100644
--- a/ksvg/dom/SVGMatrix.cc
+++ b/ksvg/dom/SVGMatrix.cpp
diff --git a/ksvg/dom/SVGMetadataElement.cc b/ksvg/dom/SVGMetadataElement.cpp
index 11a4820c..11a4820c 100644
--- a/ksvg/dom/SVGMetadataElement.cc
+++ b/ksvg/dom/SVGMetadataElement.cpp
diff --git a/ksvg/dom/SVGMissingGlyphElement.cc b/ksvg/dom/SVGMissingGlyphElement.cpp
index e4d5bd79..e4d5bd79 100644
--- a/ksvg/dom/SVGMissingGlyphElement.cc
+++ b/ksvg/dom/SVGMissingGlyphElement.cpp
diff --git a/ksvg/dom/SVGNumber.cc b/ksvg/dom/SVGNumber.cpp
index 9230acb2..9230acb2 100644
--- a/ksvg/dom/SVGNumber.cc
+++ b/ksvg/dom/SVGNumber.cpp
diff --git a/ksvg/dom/SVGNumberList.cc b/ksvg/dom/SVGNumberList.cpp
index f0587a6e..f0587a6e 100644
--- a/ksvg/dom/SVGNumberList.cc
+++ b/ksvg/dom/SVGNumberList.cpp
diff --git a/ksvg/dom/SVGPaint.cc b/ksvg/dom/SVGPaint.cpp
index f8df586b..f8df586b 100644
--- a/ksvg/dom/SVGPaint.cc
+++ b/ksvg/dom/SVGPaint.cpp
diff --git a/ksvg/dom/SVGPathElement.cc b/ksvg/dom/SVGPathElement.cpp
index d3610f47..d3610f47 100644
--- a/ksvg/dom/SVGPathElement.cc
+++ b/ksvg/dom/SVGPathElement.cpp
diff --git a/ksvg/dom/SVGPathSeg.cc b/ksvg/dom/SVGPathSeg.cpp
index 7b912e11..7b912e11 100644
--- a/ksvg/dom/SVGPathSeg.cc
+++ b/ksvg/dom/SVGPathSeg.cpp
diff --git a/ksvg/dom/SVGPathSegArc.cc b/ksvg/dom/SVGPathSegArc.cpp
index 9e775ff8..9e775ff8 100644
--- a/ksvg/dom/SVGPathSegArc.cc
+++ b/ksvg/dom/SVGPathSegArc.cpp
diff --git a/ksvg/dom/SVGPathSegClosePath.cc b/ksvg/dom/SVGPathSegClosePath.cpp
index af7dc302..af7dc302 100644
--- a/ksvg/dom/SVGPathSegClosePath.cc
+++ b/ksvg/dom/SVGPathSegClosePath.cpp
diff --git a/ksvg/dom/SVGPathSegCurvetoCubic.cc b/ksvg/dom/SVGPathSegCurvetoCubic.cpp
index 02313de9..02313de9 100644
--- a/ksvg/dom/SVGPathSegCurvetoCubic.cc
+++ b/ksvg/dom/SVGPathSegCurvetoCubic.cpp
diff --git a/ksvg/dom/SVGPathSegCurvetoCubicSmooth.cc b/ksvg/dom/SVGPathSegCurvetoCubicSmooth.cpp
index a8fabdf3..a8fabdf3 100644
--- a/ksvg/dom/SVGPathSegCurvetoCubicSmooth.cc
+++ b/ksvg/dom/SVGPathSegCurvetoCubicSmooth.cpp
diff --git a/ksvg/dom/SVGPathSegCurvetoQuadratic.cc b/ksvg/dom/SVGPathSegCurvetoQuadratic.cpp
index 8f83bcf2..8f83bcf2 100644
--- a/ksvg/dom/SVGPathSegCurvetoQuadratic.cc
+++ b/ksvg/dom/SVGPathSegCurvetoQuadratic.cpp
diff --git a/ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cc b/ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cpp
index d0a52205..d0a52205 100644
--- a/ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cc
+++ b/ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cpp
diff --git a/ksvg/dom/SVGPathSegLineto.cc b/ksvg/dom/SVGPathSegLineto.cpp
index d4ef6399..d4ef6399 100644
--- a/ksvg/dom/SVGPathSegLineto.cc
+++ b/ksvg/dom/SVGPathSegLineto.cpp
diff --git a/ksvg/dom/SVGPathSegLinetoHorizontal.cc b/ksvg/dom/SVGPathSegLinetoHorizontal.cpp
index e42b0337..e42b0337 100644
--- a/ksvg/dom/SVGPathSegLinetoHorizontal.cc
+++ b/ksvg/dom/SVGPathSegLinetoHorizontal.cpp
diff --git a/ksvg/dom/SVGPathSegLinetoVertical.cc b/ksvg/dom/SVGPathSegLinetoVertical.cpp
index b271f5cc..b271f5cc 100644
--- a/ksvg/dom/SVGPathSegLinetoVertical.cc
+++ b/ksvg/dom/SVGPathSegLinetoVertical.cpp
diff --git a/ksvg/dom/SVGPathSegList.cc b/ksvg/dom/SVGPathSegList.cpp
index 24d255bc..24d255bc 100644
--- a/ksvg/dom/SVGPathSegList.cc
+++ b/ksvg/dom/SVGPathSegList.cpp
diff --git a/ksvg/dom/SVGPathSegMoveto.cc b/ksvg/dom/SVGPathSegMoveto.cpp
index f32f6f55..f32f6f55 100644
--- a/ksvg/dom/SVGPathSegMoveto.cc
+++ b/ksvg/dom/SVGPathSegMoveto.cpp
diff --git a/ksvg/dom/SVGPatternElement.cc b/ksvg/dom/SVGPatternElement.cpp
index 8dcc86f8..8dcc86f8 100644
--- a/ksvg/dom/SVGPatternElement.cc
+++ b/ksvg/dom/SVGPatternElement.cpp
diff --git a/ksvg/dom/SVGPoint.cc b/ksvg/dom/SVGPoint.cpp
index c385c904..c385c904 100644
--- a/ksvg/dom/SVGPoint.cc
+++ b/ksvg/dom/SVGPoint.cpp
diff --git a/ksvg/dom/SVGPointList.cc b/ksvg/dom/SVGPointList.cpp
index 963b1c60..963b1c60 100644
--- a/ksvg/dom/SVGPointList.cc
+++ b/ksvg/dom/SVGPointList.cpp
diff --git a/ksvg/dom/SVGPolygonElement.cc b/ksvg/dom/SVGPolygonElement.cpp
index 043c19df..043c19df 100644
--- a/ksvg/dom/SVGPolygonElement.cc
+++ b/ksvg/dom/SVGPolygonElement.cpp
diff --git a/ksvg/dom/SVGPolylineElement.cc b/ksvg/dom/SVGPolylineElement.cpp
index 789c5847..789c5847 100644
--- a/ksvg/dom/SVGPolylineElement.cc
+++ b/ksvg/dom/SVGPolylineElement.cpp
diff --git a/ksvg/dom/SVGPreserveAspectRatio.cc b/ksvg/dom/SVGPreserveAspectRatio.cpp
index 51f6e32b..51f6e32b 100644
--- a/ksvg/dom/SVGPreserveAspectRatio.cc
+++ b/ksvg/dom/SVGPreserveAspectRatio.cpp
diff --git a/ksvg/dom/SVGRadialGradientElement.cc b/ksvg/dom/SVGRadialGradientElement.cpp
index 0e71d846..0e71d846 100644
--- a/ksvg/dom/SVGRadialGradientElement.cc
+++ b/ksvg/dom/SVGRadialGradientElement.cpp
diff --git a/ksvg/dom/SVGRect.cc b/ksvg/dom/SVGRect.cpp
index 35a4d550..35a4d550 100644
--- a/ksvg/dom/SVGRect.cc
+++ b/ksvg/dom/SVGRect.cpp
diff --git a/ksvg/dom/SVGRectElement.cc b/ksvg/dom/SVGRectElement.cpp
index 51af0272..51af0272 100644
--- a/ksvg/dom/SVGRectElement.cc
+++ b/ksvg/dom/SVGRectElement.cpp
diff --git a/ksvg/dom/SVGSVGElement.cc b/ksvg/dom/SVGSVGElement.cpp
index 5f19c508..5f19c508 100644
--- a/ksvg/dom/SVGSVGElement.cc
+++ b/ksvg/dom/SVGSVGElement.cpp
diff --git a/ksvg/dom/SVGScriptElement.cc b/ksvg/dom/SVGScriptElement.cpp
index 48974905..48974905 100644
--- a/ksvg/dom/SVGScriptElement.cc
+++ b/ksvg/dom/SVGScriptElement.cpp
diff --git a/ksvg/dom/SVGSetElement.cc b/ksvg/dom/SVGSetElement.cpp
index 9dff9064..9dff9064 100644
--- a/ksvg/dom/SVGSetElement.cc
+++ b/ksvg/dom/SVGSetElement.cpp
diff --git a/ksvg/dom/SVGStopElement.cc b/ksvg/dom/SVGStopElement.cpp
index 1288a49e..1288a49e 100644
--- a/ksvg/dom/SVGStopElement.cc
+++ b/ksvg/dom/SVGStopElement.cpp
diff --git a/ksvg/dom/SVGStringList.cc b/ksvg/dom/SVGStringList.cpp
index de9527f3..de9527f3 100644
--- a/ksvg/dom/SVGStringList.cc
+++ b/ksvg/dom/SVGStringList.cpp
diff --git a/ksvg/dom/SVGStylable.cc b/ksvg/dom/SVGStylable.cpp
index 9092c981..9092c981 100644
--- a/ksvg/dom/SVGStylable.cc
+++ b/ksvg/dom/SVGStylable.cpp
diff --git a/ksvg/dom/SVGStyleElement.cc b/ksvg/dom/SVGStyleElement.cpp
index 7e734336..7e734336 100644
--- a/ksvg/dom/SVGStyleElement.cc
+++ b/ksvg/dom/SVGStyleElement.cpp
diff --git a/ksvg/dom/SVGSwitchElement.cc b/ksvg/dom/SVGSwitchElement.cpp
index ecaa2a1c..ecaa2a1c 100644
--- a/ksvg/dom/SVGSwitchElement.cc
+++ b/ksvg/dom/SVGSwitchElement.cpp
diff --git a/ksvg/dom/SVGSymbolElement.cc b/ksvg/dom/SVGSymbolElement.cpp
index 9b8d89f5..9b8d89f5 100644
--- a/ksvg/dom/SVGSymbolElement.cc
+++ b/ksvg/dom/SVGSymbolElement.cpp
diff --git a/ksvg/dom/SVGTRefElement.cc b/ksvg/dom/SVGTRefElement.cpp
index f987e3aa..f987e3aa 100644
--- a/ksvg/dom/SVGTRefElement.cc
+++ b/ksvg/dom/SVGTRefElement.cpp
diff --git a/ksvg/dom/SVGTSpanElement.cc b/ksvg/dom/SVGTSpanElement.cpp
index 6a2cf66c..6a2cf66c 100644
--- a/ksvg/dom/SVGTSpanElement.cc
+++ b/ksvg/dom/SVGTSpanElement.cpp
diff --git a/ksvg/dom/SVGTests.cc b/ksvg/dom/SVGTests.cpp
index 145da6af..145da6af 100644
--- a/ksvg/dom/SVGTests.cc
+++ b/ksvg/dom/SVGTests.cpp
diff --git a/ksvg/dom/SVGTextContentElement.cc b/ksvg/dom/SVGTextContentElement.cpp
index f40d23b6..f40d23b6 100644
--- a/ksvg/dom/SVGTextContentElement.cc
+++ b/ksvg/dom/SVGTextContentElement.cpp
diff --git a/ksvg/dom/SVGTextElement.cc b/ksvg/dom/SVGTextElement.cpp
index b80a148a..b80a148a 100644
--- a/ksvg/dom/SVGTextElement.cc
+++ b/ksvg/dom/SVGTextElement.cpp
diff --git a/ksvg/dom/SVGTextPathElement.cc b/ksvg/dom/SVGTextPathElement.cpp
index 09d26e20..09d26e20 100644
--- a/ksvg/dom/SVGTextPathElement.cc
+++ b/ksvg/dom/SVGTextPathElement.cpp
diff --git a/ksvg/dom/SVGTextPositioningElement.cc b/ksvg/dom/SVGTextPositioningElement.cpp
index 6ce7d346..6ce7d346 100644
--- a/ksvg/dom/SVGTextPositioningElement.cc
+++ b/ksvg/dom/SVGTextPositioningElement.cpp
diff --git a/ksvg/dom/SVGTitleElement.cc b/ksvg/dom/SVGTitleElement.cpp
index 9c301d10..9c301d10 100644
--- a/ksvg/dom/SVGTitleElement.cc
+++ b/ksvg/dom/SVGTitleElement.cpp
diff --git a/ksvg/dom/SVGTransform.cc b/ksvg/dom/SVGTransform.cpp
index a8bbe4db..a8bbe4db 100644
--- a/ksvg/dom/SVGTransform.cc
+++ b/ksvg/dom/SVGTransform.cpp
diff --git a/ksvg/dom/SVGTransformList.cc b/ksvg/dom/SVGTransformList.cpp
index d363aef6..d363aef6 100644
--- a/ksvg/dom/SVGTransformList.cc
+++ b/ksvg/dom/SVGTransformList.cpp
diff --git a/ksvg/dom/SVGTransformable.cc b/ksvg/dom/SVGTransformable.cpp
index 3c2d22f6..3c2d22f6 100644
--- a/ksvg/dom/SVGTransformable.cc
+++ b/ksvg/dom/SVGTransformable.cpp
diff --git a/ksvg/dom/SVGURIReference.cc b/ksvg/dom/SVGURIReference.cpp
index 85658aa4..85658aa4 100644
--- a/ksvg/dom/SVGURIReference.cc
+++ b/ksvg/dom/SVGURIReference.cpp
diff --git a/ksvg/dom/SVGUseElement.cc b/ksvg/dom/SVGUseElement.cpp
index e74e05e8..e74e05e8 100644
--- a/ksvg/dom/SVGUseElement.cc
+++ b/ksvg/dom/SVGUseElement.cpp
diff --git a/ksvg/dom/SVGVKernElement.cc b/ksvg/dom/SVGVKernElement.cpp
index 7a52b933..7a52b933 100644
--- a/ksvg/dom/SVGVKernElement.cc
+++ b/ksvg/dom/SVGVKernElement.cpp
diff --git a/ksvg/dom/SVGViewElement.cc b/ksvg/dom/SVGViewElement.cpp
index 0214be20..0214be20 100644
--- a/ksvg/dom/SVGViewElement.cc
+++ b/ksvg/dom/SVGViewElement.cpp
diff --git a/ksvg/dom/SVGViewSpec.cc b/ksvg/dom/SVGViewSpec.cpp
index c7877736..c7877736 100644
--- a/ksvg/dom/SVGViewSpec.cc
+++ b/ksvg/dom/SVGViewSpec.cpp
diff --git a/ksvg/dom/SVGWindow.cc b/ksvg/dom/SVGWindow.cpp
index 22a8dcc0..22a8dcc0 100644
--- a/ksvg/dom/SVGWindow.cc
+++ b/ksvg/dom/SVGWindow.cpp
diff --git a/ksvg/dom/SVGZoomAndPan.cc b/ksvg/dom/SVGZoomAndPan.cpp
index a8a0bf04..a8a0bf04 100644
--- a/ksvg/dom/SVGZoomAndPan.cc
+++ b/ksvg/dom/SVGZoomAndPan.cpp
diff --git a/ksvg/dom/SVGZoomEvent.cc b/ksvg/dom/SVGZoomEvent.cpp
index cf3cd8d6..cf3cd8d6 100644
--- a/ksvg/dom/SVGZoomEvent.cc
+++ b/ksvg/dom/SVGZoomEvent.cpp
diff --git a/ksvg/impl/CMakeLists.txt b/ksvg/impl/CMakeLists.txt
index 64599da1..82980a01 100644
--- a/ksvg/impl/CMakeLists.txt
+++ b/ksvg/impl/CMakeLists.txt
@@ -30,64 +30,64 @@ include_directories(
tde_add_library( ksvgdomimpl STATIC_PIC AUTOMOC
SOURCES
- SVGLengthImpl.cc SVGNumberImpl.cc SVGPointImpl.cc SVGTransformImpl.cc
- SVGMatrixImpl.cc SVGRectImpl.cc SVGAngleImpl.cc SVGAnimatedLengthImpl.cc
- SVGAnimatedNumberImpl.cc SVGAnimatedIntegerImpl.cc SVGAnimatedBooleanImpl.cc
- SVGAnimatedEnumerationImpl.cc SVGAnimatedPreserveAspectRatioImpl.cc
- SVGAnimatedRectImpl.cc SVGAnimatedAngleImpl.cc SVGAnimatedPathDataImpl.cc
- SVGAnimatedStringImpl.cc SVGLengthListImpl.cc SVGNumberListImpl.cc
- SVGPointListImpl.cc SVGTransformListImpl.cc SVGStringListImpl.cc
- SVGPathSegListImpl.cc SVGElementInstanceListImpl.cc
- SVGAnimatedLengthListImpl.cc SVGAnimatedNumberListImpl.cc
- SVGAnimatedPointsImpl.cc SVGAnimatedTransformListImpl.cc
- SVGShapeImpl.cc SVGContainerImpl.cc SVGBBoxTarget.cc SVGHelperImpl.cc
- SVGStylableImpl.cc SVGTransformableImpl.cc SVGTestsImpl.cc SVGLangSpaceImpl.cc
- SVGExternalResourcesRequiredImpl.cc SVGLocatableImpl.cc SVGFitToViewBoxImpl.cc
- SVGPreserveAspectRatioImpl.cc SVGZoomAndPanImpl.cc SVGViewSpecImpl.cc
- SVGElementImpl.cc SVGElementInstanceImpl.cc SVGDocumentImpl.cc
- SVGSVGElementImpl.cc SVGWindowImpl.cc SVGDefsElementImpl.cc
- SVGUseElementImpl.cc SVGDescElementImpl.cc SVGTitleElementImpl.cc
- SVGGElementImpl.cc SVGSwitchElementImpl.cc SVGSymbolElementImpl.cc
- SVGImageElementImpl.cc SVGURIReferenceImpl.cc SVGStyleElementImpl.cc
- SVGCSSRuleImpl.cc SVGPathElementImpl.cc SVGPathSegImpl.cc
- SVGPathSegClosePathImpl.cc SVGPathSegArcImpl.cc SVGPathSegMovetoImpl.cc
- SVGPathSegCurvetoQuadraticImpl.cc SVGPathSegCurvetoQuadraticSmoothImpl.cc
- SVGPathSegCurvetoCubicImpl.cc SVGPathSegCurvetoCubicSmoothImpl.cc
- SVGPathSegLinetoImpl.cc SVGPathSegLinetoHorizontalImpl.cc
- SVGPathSegLinetoVerticalImpl.cc SVGRectElementImpl.cc SVGCircleElementImpl.cc
- SVGEllipseElementImpl.cc SVGLineElementImpl.cc SVGPolyElementImpl.cc
- SVGPolylineElementImpl.cc SVGPolygonElementImpl.cc SVGTextElementImpl.cc
- SVGTSpanElementImpl.cc SVGTRefElementImpl.cc SVGTextPositioningElementImpl.cc
- SVGTextContentElementImpl.cc SVGTextPathElementImpl.cc SVGPaintImpl.cc
- SVGMarkerElementImpl.cc SVGColorImpl.cc SVGICCColorImpl.cc
- SVGColorProfileElementImpl.cc SVGColorProfileRuleImpl.cc SVGPaintServerImpl.cc
- SVGGradientElementImpl.cc SVGStopElementImpl.cc SVGLinearGradientElementImpl.cc
- SVGRadialGradientElementImpl.cc SVGPatternElementImpl.cc
- SVGClipPathElementImpl.cc SVGMaskElementImpl.cc SVGFilterElementImpl.cc
- SVGFilterPrimitiveStandardAttributesImpl.cc SVGFEBlendElementImpl.cc
- SVGFEColorMatrixElementImpl.cc SVGFEComponentTransferElementImpl.cc
- SVGComponentTransferFunctionElementImpl.cc SVGFEFuncAElementImpl.cc
- SVGFEFuncBElementImpl.cc SVGFEFuncGElementImpl.cc SVGFEFuncRElementImpl.cc
- SVGFECompositeElementImpl.cc SVGFEConvolveMatrixElementImpl.cc
- SVGFEFloodElementImpl.cc SVGFEGaussianBlurElementImpl.cc
- SVGFEDiffuseLightingElementImpl.cc SVGFEDistantLightElementImpl.cc
- SVGFEPointLightElementImpl.cc SVGFESpotLightElementImpl.cc
- SVGFEDisplacementMapElementImpl.cc SVGFEMergeElementImpl.cc
- SVGFEMergeNodeElementImpl.cc SVGFEImageElementImpl.cc
- SVGFEMorphologyElementImpl.cc SVGFEOffsetElementImpl.cc
- SVGFESpecularLightingElementImpl.cc SVGFETileElementImpl.cc
- SVGFETurbulenceElementImpl.cc SVGCursorElementImpl.cc
- SVGAElementImpl.cc SVGViewElementImpl.cc SVGScriptElementImpl.cc
- SVGEventImpl.cc SVGZoomEventImpl.cc SVGEcma.cc generateddata.cpp
- SVGAnimationElementImpl.cc SVGAnimateElementImpl.cc SVGSetElementImpl.cc
- SVGAnimateMotionElementImpl.cc SVGAnimateColorElementImpl.cc
- SVGAnimateTransformElementImpl.cc SVGMPathElementImpl.cc SVGTimeScheduler.cc
- SVGFontElementImpl.cc SVGAltGlyphElementImpl.cc SVGAltGlyphDefElementImpl.cc
- SVGGlyphRefElementImpl.cc SVGGlyphElementImpl.cc SVGMissingGlyphElementImpl.cc
- SVGFontFaceElementImpl.cc SVGFontFaceFormatElementImpl.cc
- SVGFontFaceNameElementImpl.cc SVGFontFaceSrcElementImpl.cc
- SVGFontFaceUriElementImpl.cc SVGDefinitionSrcElementImpl.cc
- SVGHKernElementImpl.cc SVGVKernElementImpl.cc SVGMetadataElementImpl.cc
- SVGForeignObjectElementImpl.cc svgpathparser.cc
+ SVGLengthImpl.cpp SVGNumberImpl.cpp SVGPointImpl.cpp SVGTransformImpl.cpp
+ SVGMatrixImpl.cpp SVGRectImpl.cpp SVGAngleImpl.cpp SVGAnimatedLengthImpl.cpp
+ SVGAnimatedNumberImpl.cpp SVGAnimatedIntegerImpl.cpp SVGAnimatedBooleanImpl.cpp
+ SVGAnimatedEnumerationImpl.cpp SVGAnimatedPreserveAspectRatioImpl.cpp
+ SVGAnimatedRectImpl.cpp SVGAnimatedAngleImpl.cpp SVGAnimatedPathDataImpl.cpp
+ SVGAnimatedStringImpl.cpp SVGLengthListImpl.cpp SVGNumberListImpl.cpp
+ SVGPointListImpl.cpp SVGTransformListImpl.cpp SVGStringListImpl.cpp
+ SVGPathSegListImpl.cpp SVGElementInstanceListImpl.cpp
+ SVGAnimatedLengthListImpl.cpp SVGAnimatedNumberListImpl.cpp
+ SVGAnimatedPointsImpl.cpp SVGAnimatedTransformListImpl.cpp
+ SVGShapeImpl.cpp SVGContainerImpl.cpp SVGBBoxTarget.cpp SVGHelperImpl.cpp
+ SVGStylableImpl.cpp SVGTransformableImpl.cpp SVGTestsImpl.cpp SVGLangSpaceImpl.cpp
+ SVGExternalResourcesRequiredImpl.cpp SVGLocatableImpl.cpp SVGFitToViewBoxImpl.cpp
+ SVGPreserveAspectRatioImpl.cpp SVGZoomAndPanImpl.cpp SVGViewSpecImpl.cpp
+ SVGElementImpl.cpp SVGElementInstanceImpl.cpp SVGDocumentImpl.cpp
+ SVGSVGElementImpl.cpp SVGWindowImpl.cpp SVGDefsElementImpl.cpp
+ SVGUseElementImpl.cpp SVGDescElementImpl.cpp SVGTitleElementImpl.cpp
+ SVGGElementImpl.cpp SVGSwitchElementImpl.cpp SVGSymbolElementImpl.cpp
+ SVGImageElementImpl.cpp SVGURIReferenceImpl.cpp SVGStyleElementImpl.cpp
+ SVGCSSRuleImpl.cpp SVGPathElementImpl.cpp SVGPathSegImpl.cpp
+ SVGPathSegClosePathImpl.cpp SVGPathSegArcImpl.cpp SVGPathSegMovetoImpl.cpp
+ SVGPathSegCurvetoQuadraticImpl.cpp SVGPathSegCurvetoQuadraticSmoothImpl.cpp
+ SVGPathSegCurvetoCubicImpl.cpp SVGPathSegCurvetoCubicSmoothImpl.cpp
+ SVGPathSegLinetoImpl.cpp SVGPathSegLinetoHorizontalImpl.cpp
+ SVGPathSegLinetoVerticalImpl.cpp SVGRectElementImpl.cpp SVGCircleElementImpl.cpp
+ SVGEllipseElementImpl.cpp SVGLineElementImpl.cpp SVGPolyElementImpl.cpp
+ SVGPolylineElementImpl.cpp SVGPolygonElementImpl.cpp SVGTextElementImpl.cpp
+ SVGTSpanElementImpl.cpp SVGTRefElementImpl.cpp SVGTextPositioningElementImpl.cpp
+ SVGTextContentElementImpl.cpp SVGTextPathElementImpl.cpp SVGPaintImpl.cpp
+ SVGMarkerElementImpl.cpp SVGColorImpl.cpp SVGICCColorImpl.cpp
+ SVGColorProfileElementImpl.cpp SVGColorProfileRuleImpl.cpp SVGPaintServerImpl.cpp
+ SVGGradientElementImpl.cpp SVGStopElementImpl.cpp SVGLinearGradientElementImpl.cpp
+ SVGRadialGradientElementImpl.cpp SVGPatternElementImpl.cpp
+ SVGClipPathElementImpl.cpp SVGMaskElementImpl.cpp SVGFilterElementImpl.cpp
+ SVGFilterPrimitiveStandardAttributesImpl.cpp SVGFEBlendElementImpl.cpp
+ SVGFEColorMatrixElementImpl.cpp SVGFEComponentTransferElementImpl.cpp
+ SVGComponentTransferFunctionElementImpl.cpp SVGFEFuncAElementImpl.cpp
+ SVGFEFuncBElementImpl.cpp SVGFEFuncGElementImpl.cpp SVGFEFuncRElementImpl.cpp
+ SVGFECompositeElementImpl.cpp SVGFEConvolveMatrixElementImpl.cpp
+ SVGFEFloodElementImpl.cpp SVGFEGaussianBlurElementImpl.cpp
+ SVGFEDiffuseLightingElementImpl.cpp SVGFEDistantLightElementImpl.cpp
+ SVGFEPointLightElementImpl.cpp SVGFESpotLightElementImpl.cpp
+ SVGFEDisplacementMapElementImpl.cpp SVGFEMergeElementImpl.cpp
+ SVGFEMergeNodeElementImpl.cpp SVGFEImageElementImpl.cpp
+ SVGFEMorphologyElementImpl.cpp SVGFEOffsetElementImpl.cpp
+ SVGFESpecularLightingElementImpl.cpp SVGFETileElementImpl.cpp
+ SVGFETurbulenceElementImpl.cpp SVGCursorElementImpl.cpp
+ SVGAElementImpl.cpp SVGViewElementImpl.cpp SVGScriptElementImpl.cpp
+ SVGEventImpl.cpp SVGZoomEventImpl.cpp SVGEcma.cpp generateddata.cpp
+ SVGAnimationElementImpl.cpp SVGAnimateElementImpl.cpp SVGSetElementImpl.cpp
+ SVGAnimateMotionElementImpl.cpp SVGAnimateColorElementImpl.cpp
+ SVGAnimateTransformElementImpl.cpp SVGMPathElementImpl.cpp SVGTimeScheduler.cpp
+ SVGFontElementImpl.cpp SVGAltGlyphElementImpl.cpp SVGAltGlyphDefElementImpl.cpp
+ SVGGlyphRefElementImpl.cpp SVGGlyphElementImpl.cpp SVGMissingGlyphElementImpl.cpp
+ SVGFontFaceElementImpl.cpp SVGFontFaceFormatElementImpl.cpp
+ SVGFontFaceNameElementImpl.cpp SVGFontFaceSrcElementImpl.cpp
+ SVGFontFaceUriElementImpl.cpp SVGDefinitionSrcElementImpl.cpp
+ SVGHKernElementImpl.cpp SVGVKernElementImpl.cpp SVGMetadataElementImpl.cpp
+ SVGForeignObjectElementImpl.cpp svgpathparser.cpp
LINK kjs-shared
)
diff --git a/ksvg/impl/Makefile.am b/ksvg/impl/Makefile.am
index 24e40d67..8509022f 100644
--- a/ksvg/impl/Makefile.am
+++ b/ksvg/impl/Makefile.am
@@ -29,87 +29,87 @@ KDE_OPTIONS = nofinal
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
libksvgdomimpl_la_SOURCES = \
-SVGLengthImpl.cc SVGNumberImpl.cc SVGPointImpl.cc SVGTransformImpl.cc \
-SVGMatrixImpl.cc SVGRectImpl.cc SVGAngleImpl.cc \
+SVGLengthImpl.cpp SVGNumberImpl.cpp SVGPointImpl.cpp SVGTransformImpl.cpp \
+SVGMatrixImpl.cpp SVGRectImpl.cpp SVGAngleImpl.cpp \
\
-SVGAnimatedLengthImpl.cc SVGAnimatedNumberImpl.cc SVGAnimatedIntegerImpl.cc \
-SVGAnimatedBooleanImpl.cc SVGAnimatedEnumerationImpl.cc SVGAnimatedPreserveAspectRatioImpl.cc \
-SVGAnimatedRectImpl.cc SVGAnimatedAngleImpl.cc SVGAnimatedPathDataImpl.cc SVGAnimatedStringImpl.cc \
+SVGAnimatedLengthImpl.cpp SVGAnimatedNumberImpl.cpp SVGAnimatedIntegerImpl.cpp \
+SVGAnimatedBooleanImpl.cpp SVGAnimatedEnumerationImpl.cpp SVGAnimatedPreserveAspectRatioImpl.cpp \
+SVGAnimatedRectImpl.cpp SVGAnimatedAngleImpl.cpp SVGAnimatedPathDataImpl.cpp SVGAnimatedStringImpl.cpp \
\
-SVGLengthListImpl.cc SVGNumberListImpl.cc SVGPointListImpl.cc SVGTransformListImpl.cc \
-SVGStringListImpl.cc SVGPathSegListImpl.cc SVGElementInstanceListImpl.cc \
+SVGLengthListImpl.cpp SVGNumberListImpl.cpp SVGPointListImpl.cpp SVGTransformListImpl.cpp \
+SVGStringListImpl.cpp SVGPathSegListImpl.cpp SVGElementInstanceListImpl.cpp \
\
-SVGAnimatedLengthListImpl.cc SVGAnimatedNumberListImpl.cc \
-SVGAnimatedPointsImpl.cc SVGAnimatedTransformListImpl.cc \
+SVGAnimatedLengthListImpl.cpp SVGAnimatedNumberListImpl.cpp \
+SVGAnimatedPointsImpl.cpp SVGAnimatedTransformListImpl.cpp \
\
-SVGShapeImpl.cc SVGContainerImpl.cc SVGBBoxTarget.cc SVGHelperImpl.cc \
-SVGStylableImpl.cc SVGTransformableImpl.cc SVGTestsImpl.cc SVGLangSpaceImpl.cc \
-SVGExternalResourcesRequiredImpl.cc SVGLocatableImpl.cc SVGFitToViewBoxImpl.cc \
-SVGPreserveAspectRatioImpl.cc SVGZoomAndPanImpl.cc SVGViewSpecImpl.cc \
+SVGShapeImpl.cpp SVGContainerImpl.cpp SVGBBoxTarget.cpp SVGHelperImpl.cpp \
+SVGStylableImpl.cpp SVGTransformableImpl.cpp SVGTestsImpl.cpp SVGLangSpaceImpl.cpp \
+SVGExternalResourcesRequiredImpl.cpp SVGLocatableImpl.cpp SVGFitToViewBoxImpl.cpp \
+SVGPreserveAspectRatioImpl.cpp SVGZoomAndPanImpl.cpp SVGViewSpecImpl.cpp \
\
-SVGElementImpl.cc SVGElementInstanceImpl.cc \
-SVGDocumentImpl.cc SVGSVGElementImpl.cc SVGWindowImpl.cc \
-SVGDefsElementImpl.cc SVGUseElementImpl.cc \
-SVGDescElementImpl.cc SVGTitleElementImpl.cc \
-SVGGElementImpl.cc SVGSwitchElementImpl.cc \
-SVGSymbolElementImpl.cc SVGImageElementImpl.cc \
-SVGURIReferenceImpl.cc \
+SVGElementImpl.cpp SVGElementInstanceImpl.cpp \
+SVGDocumentImpl.cpp SVGSVGElementImpl.cpp SVGWindowImpl.cpp \
+SVGDefsElementImpl.cpp SVGUseElementImpl.cpp \
+SVGDescElementImpl.cpp SVGTitleElementImpl.cpp \
+SVGGElementImpl.cpp SVGSwitchElementImpl.cpp \
+SVGSymbolElementImpl.cpp SVGImageElementImpl.cpp \
+SVGURIReferenceImpl.cpp \
\
-SVGStyleElementImpl.cc SVGCSSRuleImpl.cc \
+SVGStyleElementImpl.cpp SVGCSSRuleImpl.cpp \
\
-SVGPathElementImpl.cc SVGPathSegImpl.cc SVGPathSegClosePathImpl.cc SVGPathSegArcImpl.cc \
-SVGPathSegMovetoImpl.cc SVGPathSegCurvetoQuadraticImpl.cc SVGPathSegCurvetoQuadraticSmoothImpl.cc \
-SVGPathSegCurvetoCubicImpl.cc SVGPathSegCurvetoCubicSmoothImpl.cc SVGPathSegLinetoImpl.cc \
-SVGPathSegLinetoHorizontalImpl.cc SVGPathSegLinetoVerticalImpl.cc \
+SVGPathElementImpl.cpp SVGPathSegImpl.cpp SVGPathSegClosePathImpl.cpp SVGPathSegArcImpl.cpp \
+SVGPathSegMovetoImpl.cpp SVGPathSegCurvetoQuadraticImpl.cpp SVGPathSegCurvetoQuadraticSmoothImpl.cpp \
+SVGPathSegCurvetoCubicImpl.cpp SVGPathSegCurvetoCubicSmoothImpl.cpp SVGPathSegLinetoImpl.cpp \
+SVGPathSegLinetoHorizontalImpl.cpp SVGPathSegLinetoVerticalImpl.cpp \
\
-SVGRectElementImpl.cc SVGCircleElementImpl.cc SVGEllipseElementImpl.cc SVGLineElementImpl.cc \
-SVGPolyElementImpl.cc SVGPolylineElementImpl.cc SVGPolygonElementImpl.cc \
+SVGRectElementImpl.cpp SVGCircleElementImpl.cpp SVGEllipseElementImpl.cpp SVGLineElementImpl.cpp \
+SVGPolyElementImpl.cpp SVGPolylineElementImpl.cpp SVGPolygonElementImpl.cpp \
\
-SVGTextElementImpl.cc SVGTSpanElementImpl.cc SVGTRefElementImpl.cc \
-SVGTextPositioningElementImpl.cc SVGTextContentElementImpl.cc SVGTextPathElementImpl.cc \
+SVGTextElementImpl.cpp SVGTSpanElementImpl.cpp SVGTRefElementImpl.cpp \
+SVGTextPositioningElementImpl.cpp SVGTextContentElementImpl.cpp SVGTextPathElementImpl.cpp \
\
-SVGPaintImpl.cc SVGMarkerElementImpl.cc \
+SVGPaintImpl.cpp SVGMarkerElementImpl.cpp \
\
-SVGColorImpl.cc SVGICCColorImpl.cc SVGColorProfileElementImpl.cc SVGColorProfileRuleImpl.cc \
+SVGColorImpl.cpp SVGICCColorImpl.cpp SVGColorProfileElementImpl.cpp SVGColorProfileRuleImpl.cpp \
\
-SVGPaintServerImpl.cc SVGGradientElementImpl.cc SVGStopElementImpl.cc \
-SVGLinearGradientElementImpl.cc SVGRadialGradientElementImpl.cc SVGPatternElementImpl.cc \
+SVGPaintServerImpl.cpp SVGGradientElementImpl.cpp SVGStopElementImpl.cpp \
+SVGLinearGradientElementImpl.cpp SVGRadialGradientElementImpl.cpp SVGPatternElementImpl.cpp \
\
-SVGClipPathElementImpl.cc SVGMaskElementImpl.cc \
+SVGClipPathElementImpl.cpp SVGMaskElementImpl.cpp \
\
-SVGFilterElementImpl.cc SVGFilterPrimitiveStandardAttributesImpl.cc \
-SVGFEBlendElementImpl.cc SVGFEColorMatrixElementImpl.cc \
-SVGFEComponentTransferElementImpl.cc SVGComponentTransferFunctionElementImpl.cc \
-SVGFEFuncAElementImpl.cc SVGFEFuncBElementImpl.cc SVGFEFuncGElementImpl.cc \
-SVGFEFuncRElementImpl.cc SVGFECompositeElementImpl.cc SVGFEConvolveMatrixElementImpl.cc \
-SVGFEFloodElementImpl.cc SVGFEGaussianBlurElementImpl.cc SVGFEDiffuseLightingElementImpl.cc \
-SVGFEDistantLightElementImpl.cc SVGFEPointLightElementImpl.cc SVGFESpotLightElementImpl.cc \
-SVGFEDisplacementMapElementImpl.cc SVGFEMergeElementImpl.cc SVGFEMergeNodeElementImpl.cc \
-SVGFEImageElementImpl.cc SVGFEMorphologyElementImpl.cc SVGFEOffsetElementImpl.cc \
-SVGFESpecularLightingElementImpl.cc SVGFETileElementImpl.cc SVGFETurbulenceElementImpl.cc \
+SVGFilterElementImpl.cpp SVGFilterPrimitiveStandardAttributesImpl.cpp \
+SVGFEBlendElementImpl.cpp SVGFEColorMatrixElementImpl.cpp \
+SVGFEComponentTransferElementImpl.cpp SVGComponentTransferFunctionElementImpl.cpp \
+SVGFEFuncAElementImpl.cpp SVGFEFuncBElementImpl.cpp SVGFEFuncGElementImpl.cpp \
+SVGFEFuncRElementImpl.cpp SVGFECompositeElementImpl.cpp SVGFEConvolveMatrixElementImpl.cpp \
+SVGFEFloodElementImpl.cpp SVGFEGaussianBlurElementImpl.cpp SVGFEDiffuseLightingElementImpl.cpp \
+SVGFEDistantLightElementImpl.cpp SVGFEPointLightElementImpl.cpp SVGFESpotLightElementImpl.cpp \
+SVGFEDisplacementMapElementImpl.cpp SVGFEMergeElementImpl.cpp SVGFEMergeNodeElementImpl.cpp \
+SVGFEImageElementImpl.cpp SVGFEMorphologyElementImpl.cpp SVGFEOffsetElementImpl.cpp \
+SVGFESpecularLightingElementImpl.cpp SVGFETileElementImpl.cpp SVGFETurbulenceElementImpl.cpp \
\
-SVGCursorElementImpl.cc \
+SVGCursorElementImpl.cpp \
\
-SVGAElementImpl.cc SVGViewElementImpl.cc \
+SVGAElementImpl.cpp SVGViewElementImpl.cpp \
\
-SVGScriptElementImpl.cc SVGEventImpl.cc SVGZoomEventImpl.cc \
-SVGEcma.cc generateddata.cpp \
+SVGScriptElementImpl.cpp SVGEventImpl.cpp SVGZoomEventImpl.cpp \
+SVGEcma.cpp generateddata.cpp \
\
-SVGAnimationElementImpl.cc SVGAnimateElementImpl.cc SVGSetElementImpl.cc \
-SVGAnimateMotionElementImpl.cc SVGAnimateColorElementImpl.cc \
-SVGAnimateTransformElementImpl.cc SVGMPathElementImpl.cc SVGTimeScheduler.cc \
+SVGAnimationElementImpl.cpp SVGAnimateElementImpl.cpp SVGSetElementImpl.cpp \
+SVGAnimateMotionElementImpl.cpp SVGAnimateColorElementImpl.cpp \
+SVGAnimateTransformElementImpl.cpp SVGMPathElementImpl.cpp SVGTimeScheduler.cpp \
\
-SVGFontElementImpl.cc SVGAltGlyphElementImpl.cc SVGAltGlyphDefElementImpl.cc \
-SVGGlyphRefElementImpl.cc SVGGlyphElementImpl.cc SVGMissingGlyphElementImpl.cc \
-SVGFontFaceElementImpl.cc SVGFontFaceFormatElementImpl.cc SVGFontFaceNameElementImpl.cc \
-SVGFontFaceSrcElementImpl.cc SVGFontFaceUriElementImpl.cc SVGDefinitionSrcElementImpl.cc \
-SVGHKernElementImpl.cc SVGVKernElementImpl.cc \
+SVGFontElementImpl.cpp SVGAltGlyphElementImpl.cpp SVGAltGlyphDefElementImpl.cpp \
+SVGGlyphRefElementImpl.cpp SVGGlyphElementImpl.cpp SVGMissingGlyphElementImpl.cpp \
+SVGFontFaceElementImpl.cpp SVGFontFaceFormatElementImpl.cpp SVGFontFaceNameElementImpl.cpp \
+SVGFontFaceSrcElementImpl.cpp SVGFontFaceUriElementImpl.cpp SVGDefinitionSrcElementImpl.cpp \
+SVGHKernElementImpl.cpp SVGVKernElementImpl.cpp \
\
-SVGMetadataElementImpl.cc \
+SVGMetadataElementImpl.cpp \
\
-SVGForeignObjectElementImpl.cc \
+SVGForeignObjectElementImpl.cpp \
\
-svgpathparser.cc
+svgpathparser.cpp
libksvgdomimpl_la_METASOURCES = AUTO
diff --git a/ksvg/impl/SVGAElementImpl.cc b/ksvg/impl/SVGAElementImpl.cpp
index 0885f254..0885f254 100644
--- a/ksvg/impl/SVGAElementImpl.cc
+++ b/ksvg/impl/SVGAElementImpl.cpp
diff --git a/ksvg/impl/SVGAltGlyphDefElementImpl.cc b/ksvg/impl/SVGAltGlyphDefElementImpl.cpp
index 6c60d72c..6c60d72c 100644
--- a/ksvg/impl/SVGAltGlyphDefElementImpl.cc
+++ b/ksvg/impl/SVGAltGlyphDefElementImpl.cpp
diff --git a/ksvg/impl/SVGAltGlyphElementImpl.cc b/ksvg/impl/SVGAltGlyphElementImpl.cpp
index 724fa50c..724fa50c 100644
--- a/ksvg/impl/SVGAltGlyphElementImpl.cc
+++ b/ksvg/impl/SVGAltGlyphElementImpl.cpp
diff --git a/ksvg/impl/SVGAngleImpl.cc b/ksvg/impl/SVGAngleImpl.cpp
index b69d95e8..b69d95e8 100644
--- a/ksvg/impl/SVGAngleImpl.cc
+++ b/ksvg/impl/SVGAngleImpl.cpp
diff --git a/ksvg/impl/SVGAnimateColorElementImpl.cc b/ksvg/impl/SVGAnimateColorElementImpl.cpp
index 0d2f0ff7..0d2f0ff7 100644
--- a/ksvg/impl/SVGAnimateColorElementImpl.cc
+++ b/ksvg/impl/SVGAnimateColorElementImpl.cpp
diff --git a/ksvg/impl/SVGAnimateElementImpl.cc b/ksvg/impl/SVGAnimateElementImpl.cpp
index a67a9837..a67a9837 100644
--- a/ksvg/impl/SVGAnimateElementImpl.cc
+++ b/ksvg/impl/SVGAnimateElementImpl.cpp
diff --git a/ksvg/impl/SVGAnimateMotionElementImpl.cc b/ksvg/impl/SVGAnimateMotionElementImpl.cpp
index 3de6bab2..3de6bab2 100644
--- a/ksvg/impl/SVGAnimateMotionElementImpl.cc
+++ b/ksvg/impl/SVGAnimateMotionElementImpl.cpp
diff --git a/ksvg/impl/SVGAnimateTransformElementImpl.cc b/ksvg/impl/SVGAnimateTransformElementImpl.cpp
index 3eae35dd..3eae35dd 100644
--- a/ksvg/impl/SVGAnimateTransformElementImpl.cc
+++ b/ksvg/impl/SVGAnimateTransformElementImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedAngleImpl.cc b/ksvg/impl/SVGAnimatedAngleImpl.cpp
index 41429847..41429847 100644
--- a/ksvg/impl/SVGAnimatedAngleImpl.cc
+++ b/ksvg/impl/SVGAnimatedAngleImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedBooleanImpl.cc b/ksvg/impl/SVGAnimatedBooleanImpl.cpp
index f60b6a04..f60b6a04 100644
--- a/ksvg/impl/SVGAnimatedBooleanImpl.cc
+++ b/ksvg/impl/SVGAnimatedBooleanImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedEnumerationImpl.cc b/ksvg/impl/SVGAnimatedEnumerationImpl.cpp
index 11e769ba..11e769ba 100644
--- a/ksvg/impl/SVGAnimatedEnumerationImpl.cc
+++ b/ksvg/impl/SVGAnimatedEnumerationImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedIntegerImpl.cc b/ksvg/impl/SVGAnimatedIntegerImpl.cpp
index 00999e0e..00999e0e 100644
--- a/ksvg/impl/SVGAnimatedIntegerImpl.cc
+++ b/ksvg/impl/SVGAnimatedIntegerImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedLengthImpl.cc b/ksvg/impl/SVGAnimatedLengthImpl.cpp
index 1dead454..1dead454 100644
--- a/ksvg/impl/SVGAnimatedLengthImpl.cc
+++ b/ksvg/impl/SVGAnimatedLengthImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedLengthListImpl.cc b/ksvg/impl/SVGAnimatedLengthListImpl.cpp
index cd603f27..cd603f27 100644
--- a/ksvg/impl/SVGAnimatedLengthListImpl.cc
+++ b/ksvg/impl/SVGAnimatedLengthListImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedNumberImpl.cc b/ksvg/impl/SVGAnimatedNumberImpl.cpp
index 890d1895..890d1895 100644
--- a/ksvg/impl/SVGAnimatedNumberImpl.cc
+++ b/ksvg/impl/SVGAnimatedNumberImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedNumberListImpl.cc b/ksvg/impl/SVGAnimatedNumberListImpl.cpp
index b04b31c0..b04b31c0 100644
--- a/ksvg/impl/SVGAnimatedNumberListImpl.cc
+++ b/ksvg/impl/SVGAnimatedNumberListImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedPathDataImpl.cc b/ksvg/impl/SVGAnimatedPathDataImpl.cpp
index d0d7faae..d0d7faae 100644
--- a/ksvg/impl/SVGAnimatedPathDataImpl.cc
+++ b/ksvg/impl/SVGAnimatedPathDataImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedPointsImpl.cc b/ksvg/impl/SVGAnimatedPointsImpl.cpp
index 22246286..22246286 100644
--- a/ksvg/impl/SVGAnimatedPointsImpl.cc
+++ b/ksvg/impl/SVGAnimatedPointsImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedPreserveAspectRatioImpl.cc b/ksvg/impl/SVGAnimatedPreserveAspectRatioImpl.cpp
index 24ab74a5..24ab74a5 100644
--- a/ksvg/impl/SVGAnimatedPreserveAspectRatioImpl.cc
+++ b/ksvg/impl/SVGAnimatedPreserveAspectRatioImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedRectImpl.cc b/ksvg/impl/SVGAnimatedRectImpl.cpp
index 62a35e1e..62a35e1e 100644
--- a/ksvg/impl/SVGAnimatedRectImpl.cc
+++ b/ksvg/impl/SVGAnimatedRectImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedStringImpl.cc b/ksvg/impl/SVGAnimatedStringImpl.cpp
index 90b58d83..90b58d83 100644
--- a/ksvg/impl/SVGAnimatedStringImpl.cc
+++ b/ksvg/impl/SVGAnimatedStringImpl.cpp
diff --git a/ksvg/impl/SVGAnimatedTransformListImpl.cc b/ksvg/impl/SVGAnimatedTransformListImpl.cpp
index 6c191c06..6c191c06 100644
--- a/ksvg/impl/SVGAnimatedTransformListImpl.cc
+++ b/ksvg/impl/SVGAnimatedTransformListImpl.cpp
diff --git a/ksvg/impl/SVGAnimationElementImpl.cc b/ksvg/impl/SVGAnimationElementImpl.cpp
index b87a9829..b87a9829 100644
--- a/ksvg/impl/SVGAnimationElementImpl.cc
+++ b/ksvg/impl/SVGAnimationElementImpl.cpp
diff --git a/ksvg/impl/SVGBBoxTarget.cc b/ksvg/impl/SVGBBoxTarget.cpp
index 7d690373..7d690373 100644
--- a/ksvg/impl/SVGBBoxTarget.cc
+++ b/ksvg/impl/SVGBBoxTarget.cpp
diff --git a/ksvg/impl/SVGCSSRuleImpl.cc b/ksvg/impl/SVGCSSRuleImpl.cpp
index 250ed687..250ed687 100644
--- a/ksvg/impl/SVGCSSRuleImpl.cc
+++ b/ksvg/impl/SVGCSSRuleImpl.cpp
diff --git a/ksvg/impl/SVGCircleElementImpl.cc b/ksvg/impl/SVGCircleElementImpl.cpp
index b50f2661..b50f2661 100644
--- a/ksvg/impl/SVGCircleElementImpl.cc
+++ b/ksvg/impl/SVGCircleElementImpl.cpp
diff --git a/ksvg/impl/SVGClipPathElementImpl.cc b/ksvg/impl/SVGClipPathElementImpl.cpp
index 03512a41..03512a41 100644
--- a/ksvg/impl/SVGClipPathElementImpl.cc
+++ b/ksvg/impl/SVGClipPathElementImpl.cpp
diff --git a/ksvg/impl/SVGColorImpl.cc b/ksvg/impl/SVGColorImpl.cpp
index c5c44bcc..c5c44bcc 100644
--- a/ksvg/impl/SVGColorImpl.cc
+++ b/ksvg/impl/SVGColorImpl.cpp
diff --git a/ksvg/impl/SVGColorProfileElementImpl.cc b/ksvg/impl/SVGColorProfileElementImpl.cpp
index 89770494..89770494 100644
--- a/ksvg/impl/SVGColorProfileElementImpl.cc
+++ b/ksvg/impl/SVGColorProfileElementImpl.cpp
diff --git a/ksvg/impl/SVGColorProfileRuleImpl.cc b/ksvg/impl/SVGColorProfileRuleImpl.cpp
index 74fffb47..74fffb47 100644
--- a/ksvg/impl/SVGColorProfileRuleImpl.cc
+++ b/ksvg/impl/SVGColorProfileRuleImpl.cpp
diff --git a/ksvg/impl/SVGComponentTransferFunctionElementImpl.cc b/ksvg/impl/SVGComponentTransferFunctionElementImpl.cpp
index 9407b2a6..9407b2a6 100644
--- a/ksvg/impl/SVGComponentTransferFunctionElementImpl.cc
+++ b/ksvg/impl/SVGComponentTransferFunctionElementImpl.cpp
diff --git a/ksvg/impl/SVGContainerImpl.cc b/ksvg/impl/SVGContainerImpl.cpp
index efaf62e8..efaf62e8 100644
--- a/ksvg/impl/SVGContainerImpl.cc
+++ b/ksvg/impl/SVGContainerImpl.cpp
diff --git a/ksvg/impl/SVGCursorElementImpl.cc b/ksvg/impl/SVGCursorElementImpl.cpp
index a83afd73..a83afd73 100644
--- a/ksvg/impl/SVGCursorElementImpl.cc
+++ b/ksvg/impl/SVGCursorElementImpl.cpp
diff --git a/ksvg/impl/SVGDefinitionSrcElementImpl.cc b/ksvg/impl/SVGDefinitionSrcElementImpl.cpp
index fdd5b159..fdd5b159 100644
--- a/ksvg/impl/SVGDefinitionSrcElementImpl.cc
+++ b/ksvg/impl/SVGDefinitionSrcElementImpl.cpp
diff --git a/ksvg/impl/SVGDefsElementImpl.cc b/ksvg/impl/SVGDefsElementImpl.cpp
index f388e482..f388e482 100644
--- a/ksvg/impl/SVGDefsElementImpl.cc
+++ b/ksvg/impl/SVGDefsElementImpl.cpp
diff --git a/ksvg/impl/SVGDescElementImpl.cc b/ksvg/impl/SVGDescElementImpl.cpp
index 9d8ceef2..9d8ceef2 100644
--- a/ksvg/impl/SVGDescElementImpl.cc
+++ b/ksvg/impl/SVGDescElementImpl.cpp
diff --git a/ksvg/impl/SVGDocumentImpl.cc b/ksvg/impl/SVGDocumentImpl.cpp
index ce6de16e..ce6de16e 100644
--- a/ksvg/impl/SVGDocumentImpl.cc
+++ b/ksvg/impl/SVGDocumentImpl.cpp
diff --git a/ksvg/impl/SVGEcma.cc b/ksvg/impl/SVGEcma.cpp
index 5036f591..5036f591 100644
--- a/ksvg/impl/SVGEcma.cc
+++ b/ksvg/impl/SVGEcma.cpp
diff --git a/ksvg/impl/SVGElementImpl.cc b/ksvg/impl/SVGElementImpl.cpp
index 523c5807..523c5807 100644
--- a/ksvg/impl/SVGElementImpl.cc
+++ b/ksvg/impl/SVGElementImpl.cpp
diff --git a/ksvg/impl/SVGElementInstanceImpl.cc b/ksvg/impl/SVGElementInstanceImpl.cpp
index bd1fc58d..bd1fc58d 100644
--- a/ksvg/impl/SVGElementInstanceImpl.cc
+++ b/ksvg/impl/SVGElementInstanceImpl.cpp
diff --git a/ksvg/impl/SVGElementInstanceListImpl.cc b/ksvg/impl/SVGElementInstanceListImpl.cpp
index c0748008..c0748008 100644
--- a/ksvg/impl/SVGElementInstanceListImpl.cc
+++ b/ksvg/impl/SVGElementInstanceListImpl.cpp
diff --git a/ksvg/impl/SVGEllipseElementImpl.cc b/ksvg/impl/SVGEllipseElementImpl.cpp
index 1487d79b..1487d79b 100644
--- a/ksvg/impl/SVGEllipseElementImpl.cc
+++ b/ksvg/impl/SVGEllipseElementImpl.cpp
diff --git a/ksvg/impl/SVGEventImpl.cc b/ksvg/impl/SVGEventImpl.cpp
index 9ff61abc..9ff61abc 100644
--- a/ksvg/impl/SVGEventImpl.cc
+++ b/ksvg/impl/SVGEventImpl.cpp
diff --git a/ksvg/impl/SVGExternalResourcesRequiredImpl.cc b/ksvg/impl/SVGExternalResourcesRequiredImpl.cpp
index 0303a75b..0303a75b 100644
--- a/ksvg/impl/SVGExternalResourcesRequiredImpl.cc
+++ b/ksvg/impl/SVGExternalResourcesRequiredImpl.cpp
diff --git a/ksvg/impl/SVGFEBlendElementImpl.cc b/ksvg/impl/SVGFEBlendElementImpl.cpp
index cec9cb88..cec9cb88 100644
--- a/ksvg/impl/SVGFEBlendElementImpl.cc
+++ b/ksvg/impl/SVGFEBlendElementImpl.cpp
diff --git a/ksvg/impl/SVGFEColorMatrixElementImpl.cc b/ksvg/impl/SVGFEColorMatrixElementImpl.cpp
index 0bd0c542..0bd0c542 100644
--- a/ksvg/impl/SVGFEColorMatrixElementImpl.cc
+++ b/ksvg/impl/SVGFEColorMatrixElementImpl.cpp
diff --git a/ksvg/impl/SVGFEComponentTransferElementImpl.cc b/ksvg/impl/SVGFEComponentTransferElementImpl.cpp
index cdc4a053..cdc4a053 100644
--- a/ksvg/impl/SVGFEComponentTransferElementImpl.cc
+++ b/ksvg/impl/SVGFEComponentTransferElementImpl.cpp
diff --git a/ksvg/impl/SVGFECompositeElementImpl.cc b/ksvg/impl/SVGFECompositeElementImpl.cpp
index 0ddaed6e..0ddaed6e 100644
--- a/ksvg/impl/SVGFECompositeElementImpl.cc
+++ b/ksvg/impl/SVGFECompositeElementImpl.cpp
diff --git a/ksvg/impl/SVGFEConvolveMatrixElementImpl.cc b/ksvg/impl/SVGFEConvolveMatrixElementImpl.cpp
index 4888eed7..4888eed7 100644
--- a/ksvg/impl/SVGFEConvolveMatrixElementImpl.cc
+++ b/ksvg/impl/SVGFEConvolveMatrixElementImpl.cpp
diff --git a/ksvg/impl/SVGFEDiffuseLightingElementImpl.cc b/ksvg/impl/SVGFEDiffuseLightingElementImpl.cpp
index 151b02bf..151b02bf 100644
--- a/ksvg/impl/SVGFEDiffuseLightingElementImpl.cc
+++ b/ksvg/impl/SVGFEDiffuseLightingElementImpl.cpp
diff --git a/ksvg/impl/SVGFEDisplacementMapElementImpl.cc b/ksvg/impl/SVGFEDisplacementMapElementImpl.cpp
index 6bdd9aea..6bdd9aea 100644
--- a/ksvg/impl/SVGFEDisplacementMapElementImpl.cc
+++ b/ksvg/impl/SVGFEDisplacementMapElementImpl.cpp
diff --git a/ksvg/impl/SVGFEDistantLightElementImpl.cc b/ksvg/impl/SVGFEDistantLightElementImpl.cpp
index f9556ab1..f9556ab1 100644
--- a/ksvg/impl/SVGFEDistantLightElementImpl.cc
+++ b/ksvg/impl/SVGFEDistantLightElementImpl.cpp
diff --git a/ksvg/impl/SVGFEFloodElementImpl.cc b/ksvg/impl/SVGFEFloodElementImpl.cpp
index 15d74945..15d74945 100644
--- a/ksvg/impl/SVGFEFloodElementImpl.cc
+++ b/ksvg/impl/SVGFEFloodElementImpl.cpp
diff --git a/ksvg/impl/SVGFEFuncAElementImpl.cc b/ksvg/impl/SVGFEFuncAElementImpl.cpp
index 7afec020..7afec020 100644
--- a/ksvg/impl/SVGFEFuncAElementImpl.cc
+++ b/ksvg/impl/SVGFEFuncAElementImpl.cpp
diff --git a/ksvg/impl/SVGFEFuncBElementImpl.cc b/ksvg/impl/SVGFEFuncBElementImpl.cpp
index 4c38afb6..4c38afb6 100644
--- a/ksvg/impl/SVGFEFuncBElementImpl.cc
+++ b/ksvg/impl/SVGFEFuncBElementImpl.cpp
diff --git a/ksvg/impl/SVGFEFuncGElementImpl.cc b/ksvg/impl/SVGFEFuncGElementImpl.cpp
index 67712b9b..67712b9b 100644
--- a/ksvg/impl/SVGFEFuncGElementImpl.cc
+++ b/ksvg/impl/SVGFEFuncGElementImpl.cpp
diff --git a/ksvg/impl/SVGFEFuncRElementImpl.cc b/ksvg/impl/SVGFEFuncRElementImpl.cpp
index 703eae13..703eae13 100644
--- a/ksvg/impl/SVGFEFuncRElementImpl.cc
+++ b/ksvg/impl/SVGFEFuncRElementImpl.cpp
diff --git a/ksvg/impl/SVGFEGaussianBlurElementImpl.cc b/ksvg/impl/SVGFEGaussianBlurElementImpl.cpp
index 1c10d564..1c10d564 100644
--- a/ksvg/impl/SVGFEGaussianBlurElementImpl.cc
+++ b/ksvg/impl/SVGFEGaussianBlurElementImpl.cpp
diff --git a/ksvg/impl/SVGFEImageElementImpl.cc b/ksvg/impl/SVGFEImageElementImpl.cpp
index 4bcd64ed..4bcd64ed 100644
--- a/ksvg/impl/SVGFEImageElementImpl.cc
+++ b/ksvg/impl/SVGFEImageElementImpl.cpp
diff --git a/ksvg/impl/SVGFEMergeElementImpl.cc b/ksvg/impl/SVGFEMergeElementImpl.cpp
index fb188bae..fb188bae 100644
--- a/ksvg/impl/SVGFEMergeElementImpl.cc
+++ b/ksvg/impl/SVGFEMergeElementImpl.cpp
diff --git a/ksvg/impl/SVGFEMergeNodeElementImpl.cc b/ksvg/impl/SVGFEMergeNodeElementImpl.cpp
index 13f6eefe..13f6eefe 100644
--- a/ksvg/impl/SVGFEMergeNodeElementImpl.cc
+++ b/ksvg/impl/SVGFEMergeNodeElementImpl.cpp
diff --git a/ksvg/impl/SVGFEMorphologyElementImpl.cc b/ksvg/impl/SVGFEMorphologyElementImpl.cpp
index 373d0b08..373d0b08 100644
--- a/ksvg/impl/SVGFEMorphologyElementImpl.cc
+++ b/ksvg/impl/SVGFEMorphologyElementImpl.cpp
diff --git a/ksvg/impl/SVGFEOffsetElementImpl.cc b/ksvg/impl/SVGFEOffsetElementImpl.cpp
index b402fbc0..b402fbc0 100644
--- a/ksvg/impl/SVGFEOffsetElementImpl.cc
+++ b/ksvg/impl/SVGFEOffsetElementImpl.cpp
diff --git a/ksvg/impl/SVGFEPointLightElementImpl.cc b/ksvg/impl/SVGFEPointLightElementImpl.cpp
index 1a705f43..1a705f43 100644
--- a/ksvg/impl/SVGFEPointLightElementImpl.cc
+++ b/ksvg/impl/SVGFEPointLightElementImpl.cpp
diff --git a/ksvg/impl/SVGFESpecularLightingElementImpl.cc b/ksvg/impl/SVGFESpecularLightingElementImpl.cpp
index 188dc0bd..188dc0bd 100644
--- a/ksvg/impl/SVGFESpecularLightingElementImpl.cc
+++ b/ksvg/impl/SVGFESpecularLightingElementImpl.cpp
diff --git a/ksvg/impl/SVGFESpotLightElementImpl.cc b/ksvg/impl/SVGFESpotLightElementImpl.cpp
index f92b4ccd..f92b4ccd 100644
--- a/ksvg/impl/SVGFESpotLightElementImpl.cc
+++ b/ksvg/impl/SVGFESpotLightElementImpl.cpp
diff --git a/ksvg/impl/SVGFETileElementImpl.cc b/ksvg/impl/SVGFETileElementImpl.cpp
index 2ca931a2..2ca931a2 100644
--- a/ksvg/impl/SVGFETileElementImpl.cc
+++ b/ksvg/impl/SVGFETileElementImpl.cpp
diff --git a/ksvg/impl/SVGFETurbulenceElementImpl.cc b/ksvg/impl/SVGFETurbulenceElementImpl.cpp
index 7c6638ef..7c6638ef 100644
--- a/ksvg/impl/SVGFETurbulenceElementImpl.cc
+++ b/ksvg/impl/SVGFETurbulenceElementImpl.cpp
diff --git a/ksvg/impl/SVGFilterElementImpl.cc b/ksvg/impl/SVGFilterElementImpl.cpp
index 5ed2dd8c..5ed2dd8c 100644
--- a/ksvg/impl/SVGFilterElementImpl.cc
+++ b/ksvg/impl/SVGFilterElementImpl.cpp
diff --git a/ksvg/impl/SVGFilterPrimitiveStandardAttributesImpl.cc b/ksvg/impl/SVGFilterPrimitiveStandardAttributesImpl.cpp
index 07517afd..07517afd 100644
--- a/ksvg/impl/SVGFilterPrimitiveStandardAttributesImpl.cc
+++ b/ksvg/impl/SVGFilterPrimitiveStandardAttributesImpl.cpp
diff --git a/ksvg/impl/SVGFitToViewBoxImpl.cc b/ksvg/impl/SVGFitToViewBoxImpl.cpp
index a33bc0fc..a33bc0fc 100644
--- a/ksvg/impl/SVGFitToViewBoxImpl.cc
+++ b/ksvg/impl/SVGFitToViewBoxImpl.cpp
diff --git a/ksvg/impl/SVGFontElementImpl.cc b/ksvg/impl/SVGFontElementImpl.cpp
index 49ed035c..49ed035c 100644
--- a/ksvg/impl/SVGFontElementImpl.cc
+++ b/ksvg/impl/SVGFontElementImpl.cpp
diff --git a/ksvg/impl/SVGFontFaceElementImpl.cc b/ksvg/impl/SVGFontFaceElementImpl.cpp
index b8ee49e1..b8ee49e1 100644
--- a/ksvg/impl/SVGFontFaceElementImpl.cc
+++ b/ksvg/impl/SVGFontFaceElementImpl.cpp
diff --git a/ksvg/impl/SVGFontFaceFormatElementImpl.cc b/ksvg/impl/SVGFontFaceFormatElementImpl.cpp
index aecf957c..aecf957c 100644
--- a/ksvg/impl/SVGFontFaceFormatElementImpl.cc
+++ b/ksvg/impl/SVGFontFaceFormatElementImpl.cpp
diff --git a/ksvg/impl/SVGFontFaceNameElementImpl.cc b/ksvg/impl/SVGFontFaceNameElementImpl.cpp
index c4a295fc..c4a295fc 100644
--- a/ksvg/impl/SVGFontFaceNameElementImpl.cc
+++ b/ksvg/impl/SVGFontFaceNameElementImpl.cpp
diff --git a/ksvg/impl/SVGFontFaceSrcElementImpl.cc b/ksvg/impl/SVGFontFaceSrcElementImpl.cpp
index 9a2bd71e..9a2bd71e 100644
--- a/ksvg/impl/SVGFontFaceSrcElementImpl.cc
+++ b/ksvg/impl/SVGFontFaceSrcElementImpl.cpp
diff --git a/ksvg/impl/SVGFontFaceUriElementImpl.cc b/ksvg/impl/SVGFontFaceUriElementImpl.cpp
index 4a4153ae..4a4153ae 100644
--- a/ksvg/impl/SVGFontFaceUriElementImpl.cc
+++ b/ksvg/impl/SVGFontFaceUriElementImpl.cpp
diff --git a/ksvg/impl/SVGForeignObjectElementImpl.cc b/ksvg/impl/SVGForeignObjectElementImpl.cpp
index bf6b3c7a..bf6b3c7a 100644
--- a/ksvg/impl/SVGForeignObjectElementImpl.cc
+++ b/ksvg/impl/SVGForeignObjectElementImpl.cpp
diff --git a/ksvg/impl/SVGGElementImpl.cc b/ksvg/impl/SVGGElementImpl.cpp
index 5cba29a3..5cba29a3 100644
--- a/ksvg/impl/SVGGElementImpl.cc
+++ b/ksvg/impl/SVGGElementImpl.cpp
diff --git a/ksvg/impl/SVGGlyphElementImpl.cc b/ksvg/impl/SVGGlyphElementImpl.cpp
index 9b909960..9b909960 100644
--- a/ksvg/impl/SVGGlyphElementImpl.cc
+++ b/ksvg/impl/SVGGlyphElementImpl.cpp
diff --git a/ksvg/impl/SVGGlyphRefElementImpl.cc b/ksvg/impl/SVGGlyphRefElementImpl.cpp
index 10366dd9..10366dd9 100644
--- a/ksvg/impl/SVGGlyphRefElementImpl.cc
+++ b/ksvg/impl/SVGGlyphRefElementImpl.cpp
diff --git a/ksvg/impl/SVGGradientElementImpl.cc b/ksvg/impl/SVGGradientElementImpl.cpp
index b59679e2..b59679e2 100644
--- a/ksvg/impl/SVGGradientElementImpl.cc
+++ b/ksvg/impl/SVGGradientElementImpl.cpp
diff --git a/ksvg/impl/SVGHKernElementImpl.cc b/ksvg/impl/SVGHKernElementImpl.cpp
index 64efce26..64efce26 100644
--- a/ksvg/impl/SVGHKernElementImpl.cc
+++ b/ksvg/impl/SVGHKernElementImpl.cpp
diff --git a/ksvg/impl/SVGHelperImpl.cc b/ksvg/impl/SVGHelperImpl.cpp
index fb546fbe..fb546fbe 100644
--- a/ksvg/impl/SVGHelperImpl.cc
+++ b/ksvg/impl/SVGHelperImpl.cpp
diff --git a/ksvg/impl/SVGICCColorImpl.cc b/ksvg/impl/SVGICCColorImpl.cpp
index 50af51c9..50af51c9 100644
--- a/ksvg/impl/SVGICCColorImpl.cc
+++ b/ksvg/impl/SVGICCColorImpl.cpp
diff --git a/ksvg/impl/SVGImageElementImpl.cc b/ksvg/impl/SVGImageElementImpl.cpp
index 65c678d2..65c678d2 100644
--- a/ksvg/impl/SVGImageElementImpl.cc
+++ b/ksvg/impl/SVGImageElementImpl.cpp
diff --git a/ksvg/impl/SVGLangSpaceImpl.cc b/ksvg/impl/SVGLangSpaceImpl.cpp
index f6081401..f6081401 100644
--- a/ksvg/impl/SVGLangSpaceImpl.cc
+++ b/ksvg/impl/SVGLangSpaceImpl.cpp
diff --git a/ksvg/impl/SVGLengthImpl.cc b/ksvg/impl/SVGLengthImpl.cpp
index 36789ffe..36789ffe 100644
--- a/ksvg/impl/SVGLengthImpl.cc
+++ b/ksvg/impl/SVGLengthImpl.cpp
diff --git a/ksvg/impl/SVGLengthListImpl.cc b/ksvg/impl/SVGLengthListImpl.cpp
index 2966dec8..2966dec8 100644
--- a/ksvg/impl/SVGLengthListImpl.cc
+++ b/ksvg/impl/SVGLengthListImpl.cpp
diff --git a/ksvg/impl/SVGLineElementImpl.cc b/ksvg/impl/SVGLineElementImpl.cpp
index eee19d06..eee19d06 100644
--- a/ksvg/impl/SVGLineElementImpl.cc
+++ b/ksvg/impl/SVGLineElementImpl.cpp
diff --git a/ksvg/impl/SVGLinearGradientElementImpl.cc b/ksvg/impl/SVGLinearGradientElementImpl.cpp
index 0a01a748..0a01a748 100644
--- a/ksvg/impl/SVGLinearGradientElementImpl.cc
+++ b/ksvg/impl/SVGLinearGradientElementImpl.cpp
diff --git a/ksvg/impl/SVGLocatableImpl.cc b/ksvg/impl/SVGLocatableImpl.cpp
index 1bf17fb6..1bf17fb6 100644
--- a/ksvg/impl/SVGLocatableImpl.cc
+++ b/ksvg/impl/SVGLocatableImpl.cpp
diff --git a/ksvg/impl/SVGMPathElementImpl.cc b/ksvg/impl/SVGMPathElementImpl.cpp
index 8348e07a..8348e07a 100644
--- a/ksvg/impl/SVGMPathElementImpl.cc
+++ b/ksvg/impl/SVGMPathElementImpl.cpp
diff --git a/ksvg/impl/SVGMarkerElementImpl.cc b/ksvg/impl/SVGMarkerElementImpl.cpp
index 554f56b7..554f56b7 100644
--- a/ksvg/impl/SVGMarkerElementImpl.cc
+++ b/ksvg/impl/SVGMarkerElementImpl.cpp
diff --git a/ksvg/impl/SVGMaskElementImpl.cc b/ksvg/impl/SVGMaskElementImpl.cpp
index d3947ff4..d3947ff4 100644
--- a/ksvg/impl/SVGMaskElementImpl.cc
+++ b/ksvg/impl/SVGMaskElementImpl.cpp
diff --git a/ksvg/impl/SVGMatrixImpl.cc b/ksvg/impl/SVGMatrixImpl.cpp
index 1f48848d..1f48848d 100644
--- a/ksvg/impl/SVGMatrixImpl.cc
+++ b/ksvg/impl/SVGMatrixImpl.cpp
diff --git a/ksvg/impl/SVGMetadataElementImpl.cc b/ksvg/impl/SVGMetadataElementImpl.cpp
index 9fa245bf..9fa245bf 100644
--- a/ksvg/impl/SVGMetadataElementImpl.cc
+++ b/ksvg/impl/SVGMetadataElementImpl.cpp
diff --git a/ksvg/impl/SVGMissingGlyphElementImpl.cc b/ksvg/impl/SVGMissingGlyphElementImpl.cpp
index f522dff6..f522dff6 100644
--- a/ksvg/impl/SVGMissingGlyphElementImpl.cc
+++ b/ksvg/impl/SVGMissingGlyphElementImpl.cpp
diff --git a/ksvg/impl/SVGNumberImpl.cc b/ksvg/impl/SVGNumberImpl.cpp
index b1ec38b6..b1ec38b6 100644
--- a/ksvg/impl/SVGNumberImpl.cc
+++ b/ksvg/impl/SVGNumberImpl.cpp
diff --git a/ksvg/impl/SVGNumberListImpl.cc b/ksvg/impl/SVGNumberListImpl.cpp
index a528b474..a528b474 100644
--- a/ksvg/impl/SVGNumberListImpl.cc
+++ b/ksvg/impl/SVGNumberListImpl.cpp
diff --git a/ksvg/impl/SVGPaintImpl.cc b/ksvg/impl/SVGPaintImpl.cpp
index 8e56baae..8e56baae 100644
--- a/ksvg/impl/SVGPaintImpl.cc
+++ b/ksvg/impl/SVGPaintImpl.cpp
diff --git a/ksvg/impl/SVGPaintServerImpl.cc b/ksvg/impl/SVGPaintServerImpl.cpp
index 006ba853..006ba853 100644
--- a/ksvg/impl/SVGPaintServerImpl.cc
+++ b/ksvg/impl/SVGPaintServerImpl.cpp
diff --git a/ksvg/impl/SVGPathElementImpl.cc b/ksvg/impl/SVGPathElementImpl.cpp
index d64aede3..d64aede3 100644
--- a/ksvg/impl/SVGPathElementImpl.cc
+++ b/ksvg/impl/SVGPathElementImpl.cpp
diff --git a/ksvg/impl/SVGPathSegArcImpl.cc b/ksvg/impl/SVGPathSegArcImpl.cpp
index 9d5cc76a..9d5cc76a 100644
--- a/ksvg/impl/SVGPathSegArcImpl.cc
+++ b/ksvg/impl/SVGPathSegArcImpl.cpp
diff --git a/ksvg/impl/SVGPathSegClosePathImpl.cc b/ksvg/impl/SVGPathSegClosePathImpl.cpp
index f5e15f88..f5e15f88 100644
--- a/ksvg/impl/SVGPathSegClosePathImpl.cc
+++ b/ksvg/impl/SVGPathSegClosePathImpl.cpp
diff --git a/ksvg/impl/SVGPathSegCurvetoCubicImpl.cc b/ksvg/impl/SVGPathSegCurvetoCubicImpl.cpp
index 597b5bdc..597b5bdc 100644
--- a/ksvg/impl/SVGPathSegCurvetoCubicImpl.cc
+++ b/ksvg/impl/SVGPathSegCurvetoCubicImpl.cpp
diff --git a/ksvg/impl/SVGPathSegCurvetoCubicSmoothImpl.cc b/ksvg/impl/SVGPathSegCurvetoCubicSmoothImpl.cpp
index 8bc5460e..8bc5460e 100644
--- a/ksvg/impl/SVGPathSegCurvetoCubicSmoothImpl.cc
+++ b/ksvg/impl/SVGPathSegCurvetoCubicSmoothImpl.cpp
diff --git a/ksvg/impl/SVGPathSegCurvetoQuadraticImpl.cc b/ksvg/impl/SVGPathSegCurvetoQuadraticImpl.cpp
index fa78804f..fa78804f 100644
--- a/ksvg/impl/SVGPathSegCurvetoQuadraticImpl.cc
+++ b/ksvg/impl/SVGPathSegCurvetoQuadraticImpl.cpp
diff --git a/ksvg/impl/SVGPathSegCurvetoQuadraticSmoothImpl.cc b/ksvg/impl/SVGPathSegCurvetoQuadraticSmoothImpl.cpp
index a6cb362f..a6cb362f 100644
--- a/ksvg/impl/SVGPathSegCurvetoQuadraticSmoothImpl.cc
+++ b/ksvg/impl/SVGPathSegCurvetoQuadraticSmoothImpl.cpp
diff --git a/ksvg/impl/SVGPathSegImpl.cc b/ksvg/impl/SVGPathSegImpl.cpp
index 3ad83d35..3ad83d35 100644
--- a/ksvg/impl/SVGPathSegImpl.cc
+++ b/ksvg/impl/SVGPathSegImpl.cpp
diff --git a/ksvg/impl/SVGPathSegLinetoHorizontalImpl.cc b/ksvg/impl/SVGPathSegLinetoHorizontalImpl.cpp
index a0f11829..a0f11829 100644
--- a/ksvg/impl/SVGPathSegLinetoHorizontalImpl.cc
+++ b/ksvg/impl/SVGPathSegLinetoHorizontalImpl.cpp
diff --git a/ksvg/impl/SVGPathSegLinetoImpl.cc b/ksvg/impl/SVGPathSegLinetoImpl.cpp
index c47b6fcc..c47b6fcc 100644
--- a/ksvg/impl/SVGPathSegLinetoImpl.cc
+++ b/ksvg/impl/SVGPathSegLinetoImpl.cpp
diff --git a/ksvg/impl/SVGPathSegLinetoVerticalImpl.cc b/ksvg/impl/SVGPathSegLinetoVerticalImpl.cpp
index 47ced875..47ced875 100644
--- a/ksvg/impl/SVGPathSegLinetoVerticalImpl.cc
+++ b/ksvg/impl/SVGPathSegLinetoVerticalImpl.cpp
diff --git a/ksvg/impl/SVGPathSegListImpl.cc b/ksvg/impl/SVGPathSegListImpl.cpp
index 7e3ff83e..7e3ff83e 100644
--- a/ksvg/impl/SVGPathSegListImpl.cc
+++ b/ksvg/impl/SVGPathSegListImpl.cpp
diff --git a/ksvg/impl/SVGPathSegMovetoImpl.cc b/ksvg/impl/SVGPathSegMovetoImpl.cpp
index 0cafbc25..0cafbc25 100644
--- a/ksvg/impl/SVGPathSegMovetoImpl.cc
+++ b/ksvg/impl/SVGPathSegMovetoImpl.cpp
diff --git a/ksvg/impl/SVGPatternElementImpl.cc b/ksvg/impl/SVGPatternElementImpl.cpp
index 37825869..37825869 100644
--- a/ksvg/impl/SVGPatternElementImpl.cc
+++ b/ksvg/impl/SVGPatternElementImpl.cpp
diff --git a/ksvg/impl/SVGPointImpl.cc b/ksvg/impl/SVGPointImpl.cpp
index ebce509a..ebce509a 100644
--- a/ksvg/impl/SVGPointImpl.cc
+++ b/ksvg/impl/SVGPointImpl.cpp
diff --git a/ksvg/impl/SVGPointListImpl.cc b/ksvg/impl/SVGPointListImpl.cpp
index ba492c32..ba492c32 100644
--- a/ksvg/impl/SVGPointListImpl.cc
+++ b/ksvg/impl/SVGPointListImpl.cpp
diff --git a/ksvg/impl/SVGPolyElementImpl.cc b/ksvg/impl/SVGPolyElementImpl.cpp
index b1557aa3..b1557aa3 100644
--- a/ksvg/impl/SVGPolyElementImpl.cc
+++ b/ksvg/impl/SVGPolyElementImpl.cpp
diff --git a/ksvg/impl/SVGPolygonElementImpl.cc b/ksvg/impl/SVGPolygonElementImpl.cpp
index 0187ce43..0187ce43 100644
--- a/ksvg/impl/SVGPolygonElementImpl.cc
+++ b/ksvg/impl/SVGPolygonElementImpl.cpp
diff --git a/ksvg/impl/SVGPolylineElementImpl.cc b/ksvg/impl/SVGPolylineElementImpl.cpp
index 487f2630..487f2630 100644
--- a/ksvg/impl/SVGPolylineElementImpl.cc
+++ b/ksvg/impl/SVGPolylineElementImpl.cpp
diff --git a/ksvg/impl/SVGPreserveAspectRatioImpl.cc b/ksvg/impl/SVGPreserveAspectRatioImpl.cpp
index bce71948..bce71948 100644
--- a/ksvg/impl/SVGPreserveAspectRatioImpl.cc
+++ b/ksvg/impl/SVGPreserveAspectRatioImpl.cpp
diff --git a/ksvg/impl/SVGRadialGradientElementImpl.cc b/ksvg/impl/SVGRadialGradientElementImpl.cpp
index 6a52ab68..6a52ab68 100644
--- a/ksvg/impl/SVGRadialGradientElementImpl.cc
+++ b/ksvg/impl/SVGRadialGradientElementImpl.cpp
diff --git a/ksvg/impl/SVGRectElementImpl.cc b/ksvg/impl/SVGRectElementImpl.cpp
index 30a527ca..30a527ca 100644
--- a/ksvg/impl/SVGRectElementImpl.cc
+++ b/ksvg/impl/SVGRectElementImpl.cpp
diff --git a/ksvg/impl/SVGRectImpl.cc b/ksvg/impl/SVGRectImpl.cpp
index f02b5a4d..f02b5a4d 100644
--- a/ksvg/impl/SVGRectImpl.cc
+++ b/ksvg/impl/SVGRectImpl.cpp
diff --git a/ksvg/impl/SVGSVGElementImpl.cc b/ksvg/impl/SVGSVGElementImpl.cpp
index 98106d7c..98106d7c 100644
--- a/ksvg/impl/SVGSVGElementImpl.cc
+++ b/ksvg/impl/SVGSVGElementImpl.cpp
diff --git a/ksvg/impl/SVGScriptElementImpl.cc b/ksvg/impl/SVGScriptElementImpl.cpp
index f97ebf89..f97ebf89 100644
--- a/ksvg/impl/SVGScriptElementImpl.cc
+++ b/ksvg/impl/SVGScriptElementImpl.cpp
diff --git a/ksvg/impl/SVGSetElementImpl.cc b/ksvg/impl/SVGSetElementImpl.cpp
index 9e506eac..9e506eac 100644
--- a/ksvg/impl/SVGSetElementImpl.cc
+++ b/ksvg/impl/SVGSetElementImpl.cpp
diff --git a/ksvg/impl/SVGShapeImpl.cc b/ksvg/impl/SVGShapeImpl.cpp
index dc9b728f..dc9b728f 100644
--- a/ksvg/impl/SVGShapeImpl.cc
+++ b/ksvg/impl/SVGShapeImpl.cpp
diff --git a/ksvg/impl/SVGStopElementImpl.cc b/ksvg/impl/SVGStopElementImpl.cpp
index f15fb0a6..f15fb0a6 100644
--- a/ksvg/impl/SVGStopElementImpl.cc
+++ b/ksvg/impl/SVGStopElementImpl.cpp
diff --git a/ksvg/impl/SVGStringListImpl.cc b/ksvg/impl/SVGStringListImpl.cpp
index 331b4393..331b4393 100644
--- a/ksvg/impl/SVGStringListImpl.cc
+++ b/ksvg/impl/SVGStringListImpl.cpp
diff --git a/ksvg/impl/SVGStylableImpl.cc b/ksvg/impl/SVGStylableImpl.cpp
index 4400b236..4400b236 100644
--- a/ksvg/impl/SVGStylableImpl.cc
+++ b/ksvg/impl/SVGStylableImpl.cpp
diff --git a/ksvg/impl/SVGStyleElementImpl.cc b/ksvg/impl/SVGStyleElementImpl.cpp
index c376cb30..c376cb30 100644
--- a/ksvg/impl/SVGStyleElementImpl.cc
+++ b/ksvg/impl/SVGStyleElementImpl.cpp
diff --git a/ksvg/impl/SVGSwitchElementImpl.cc b/ksvg/impl/SVGSwitchElementImpl.cpp
index d69483f7..d69483f7 100644
--- a/ksvg/impl/SVGSwitchElementImpl.cc
+++ b/ksvg/impl/SVGSwitchElementImpl.cpp
diff --git a/ksvg/impl/SVGSymbolElementImpl.cc b/ksvg/impl/SVGSymbolElementImpl.cpp
index bbbef0b8..bbbef0b8 100644
--- a/ksvg/impl/SVGSymbolElementImpl.cc
+++ b/ksvg/impl/SVGSymbolElementImpl.cpp
diff --git a/ksvg/impl/SVGTRefElementImpl.cc b/ksvg/impl/SVGTRefElementImpl.cpp
index 1f352f9b..1f352f9b 100644
--- a/ksvg/impl/SVGTRefElementImpl.cc
+++ b/ksvg/impl/SVGTRefElementImpl.cpp
diff --git a/ksvg/impl/SVGTSpanElementImpl.cc b/ksvg/impl/SVGTSpanElementImpl.cpp
index 2cc35d05..2cc35d05 100644
--- a/ksvg/impl/SVGTSpanElementImpl.cc
+++ b/ksvg/impl/SVGTSpanElementImpl.cpp
diff --git a/ksvg/impl/SVGTestsImpl.cc b/ksvg/impl/SVGTestsImpl.cpp
index 15f8bcc6..15f8bcc6 100644
--- a/ksvg/impl/SVGTestsImpl.cc
+++ b/ksvg/impl/SVGTestsImpl.cpp
diff --git a/ksvg/impl/SVGTextContentElementImpl.cc b/ksvg/impl/SVGTextContentElementImpl.cpp
index a772672b..a772672b 100644
--- a/ksvg/impl/SVGTextContentElementImpl.cc
+++ b/ksvg/impl/SVGTextContentElementImpl.cpp
diff --git a/ksvg/impl/SVGTextElementImpl.cc b/ksvg/impl/SVGTextElementImpl.cpp
index 7617f7de..7617f7de 100644
--- a/ksvg/impl/SVGTextElementImpl.cc
+++ b/ksvg/impl/SVGTextElementImpl.cpp
diff --git a/ksvg/impl/SVGTextPathElementImpl.cc b/ksvg/impl/SVGTextPathElementImpl.cpp
index 4a116715..4a116715 100644
--- a/ksvg/impl/SVGTextPathElementImpl.cc
+++ b/ksvg/impl/SVGTextPathElementImpl.cpp
diff --git a/ksvg/impl/SVGTextPositioningElementImpl.cc b/ksvg/impl/SVGTextPositioningElementImpl.cpp
index e6b02745..e6b02745 100644
--- a/ksvg/impl/SVGTextPositioningElementImpl.cc
+++ b/ksvg/impl/SVGTextPositioningElementImpl.cpp
diff --git a/ksvg/impl/SVGTimeScheduler.cc b/ksvg/impl/SVGTimeScheduler.cpp
index b38eceaa..b38eceaa 100644
--- a/ksvg/impl/SVGTimeScheduler.cc
+++ b/ksvg/impl/SVGTimeScheduler.cpp
diff --git a/ksvg/impl/SVGTitleElementImpl.cc b/ksvg/impl/SVGTitleElementImpl.cpp
index 838f27fe..838f27fe 100644
--- a/ksvg/impl/SVGTitleElementImpl.cc
+++ b/ksvg/impl/SVGTitleElementImpl.cpp
diff --git a/ksvg/impl/SVGTransformImpl.cc b/ksvg/impl/SVGTransformImpl.cpp
index dba50b09..dba50b09 100644
--- a/ksvg/impl/SVGTransformImpl.cc
+++ b/ksvg/impl/SVGTransformImpl.cpp
diff --git a/ksvg/impl/SVGTransformListImpl.cc b/ksvg/impl/SVGTransformListImpl.cpp
index 18e737b5..18e737b5 100644
--- a/ksvg/impl/SVGTransformListImpl.cc
+++ b/ksvg/impl/SVGTransformListImpl.cpp
diff --git a/ksvg/impl/SVGTransformableImpl.cc b/ksvg/impl/SVGTransformableImpl.cpp
index 6d9e4055..6d9e4055 100644
--- a/ksvg/impl/SVGTransformableImpl.cc
+++ b/ksvg/impl/SVGTransformableImpl.cpp
diff --git a/ksvg/impl/SVGURIReferenceImpl.cc b/ksvg/impl/SVGURIReferenceImpl.cpp
index 0d634e13..0d634e13 100644
--- a/ksvg/impl/SVGURIReferenceImpl.cc
+++ b/ksvg/impl/SVGURIReferenceImpl.cpp
diff --git a/ksvg/impl/SVGUseElementImpl.cc b/ksvg/impl/SVGUseElementImpl.cpp
index b7f36be5..b7f36be5 100644
--- a/ksvg/impl/SVGUseElementImpl.cc
+++ b/ksvg/impl/SVGUseElementImpl.cpp
diff --git a/ksvg/impl/SVGVKernElementImpl.cc b/ksvg/impl/SVGVKernElementImpl.cpp
index 2f07baee..2f07baee 100644
--- a/ksvg/impl/SVGVKernElementImpl.cc
+++ b/ksvg/impl/SVGVKernElementImpl.cpp
diff --git a/ksvg/impl/SVGViewElementImpl.cc b/ksvg/impl/SVGViewElementImpl.cpp
index 19d56dc5..19d56dc5 100644
--- a/ksvg/impl/SVGViewElementImpl.cc
+++ b/ksvg/impl/SVGViewElementImpl.cpp
diff --git a/ksvg/impl/SVGViewSpecImpl.cc b/ksvg/impl/SVGViewSpecImpl.cpp
index ff42db43..ff42db43 100644
--- a/ksvg/impl/SVGViewSpecImpl.cc
+++ b/ksvg/impl/SVGViewSpecImpl.cpp
diff --git a/ksvg/impl/SVGWindowImpl.cc b/ksvg/impl/SVGWindowImpl.cpp
index 5edd4b4e..5edd4b4e 100644
--- a/ksvg/impl/SVGWindowImpl.cc
+++ b/ksvg/impl/SVGWindowImpl.cpp
diff --git a/ksvg/impl/SVGZoomAndPanImpl.cc b/ksvg/impl/SVGZoomAndPanImpl.cpp
index c632a4dc..c632a4dc 100644
--- a/ksvg/impl/SVGZoomAndPanImpl.cc
+++ b/ksvg/impl/SVGZoomAndPanImpl.cpp
diff --git a/ksvg/impl/SVGZoomEventImpl.cc b/ksvg/impl/SVGZoomEventImpl.cpp
index 0164779c..0164779c 100644
--- a/ksvg/impl/SVGZoomEventImpl.cc
+++ b/ksvg/impl/SVGZoomEventImpl.cpp
diff --git a/ksvg/impl/libs/libtext2path/src/Cache.h b/ksvg/impl/libs/libtext2path/src/Cache.h
index 39536179..6f6ca705 100644
--- a/ksvg/impl/libs/libtext2path/src/Cache.h
+++ b/ksvg/impl/libs/libtext2path/src/Cache.h
@@ -26,7 +26,7 @@
#include <vector>
#include <iostream>
-#include "myboost/shared_ptr.hpp"
+#include "myboost/shared_ptr.h"
namespace T2P
{
diff --git a/ksvg/impl/libs/libtext2path/src/Converter.cpp b/ksvg/impl/libs/libtext2path/src/Converter.cpp
index f8e3d20e..88af02ae 100644
--- a/ksvg/impl/libs/libtext2path/src/Converter.cpp
+++ b/ksvg/impl/libs/libtext2path/src/Converter.cpp
@@ -22,7 +22,7 @@
#include <math.h>
-#include "myboost/shared_ptr.hpp"
+#include "myboost/shared_ptr.h"
#include <fontconfig/fontconfig.h>
#include <fribidi/fribidi.h>
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/assert.hpp b/ksvg/impl/libs/libtext2path/src/myboost/assert.h
index 3f3c61c2..ebedcd32 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/assert.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/assert.h
@@ -1,5 +1,5 @@
//
-// boost/assert.hpp - BOOST_ASSERT(expr)
+// boost/assert.h - BOOST_ASSERT(expr)
//
// Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
//
@@ -13,8 +13,8 @@
// See http://www.boost.org/libs/utility/assert.html for documentation.
//
-#ifndef ASSERT_HPP
-#define ASSERT_HPP
+#ifndef ASSERT_H
+#define ASSERT_H
#undef BOOST_ASSERT
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/checked_delete.hpp b/ksvg/impl/libs/libtext2path/src/myboost/checked_delete.h
index 73afd5f5..ba5b534c 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/checked_delete.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/checked_delete.h
@@ -1,8 +1,8 @@
-#ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED
-#define BOOST_CHECKED_DELETE_HPP_INCLUDED
+#ifndef BOOST_CHECKED_DELETE_H_INCLUDED
+#define BOOST_CHECKED_DELETE_H_INCLUDED
//
-// boost/checked_delete.hpp
+// boost/checked_delete.h
//
// Copyright (c) 1999, 2000, 2001, 2002 boost.org
// Copyright (c) 2002, 2003 Peter Dimov
@@ -58,4 +58,4 @@ template<class T> struct checked_array_deleter
} // namespace myboost
-#endif // #ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED
+#endif // #ifndef BOOST_CHECKED_DELETE_H_INCLUDED
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.hpp b/ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.h
index 10db127c..2c09ca8b 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.h
@@ -1,8 +1,8 @@
-#ifndef BOOST_DETAIL_LWM_PTHREADS_HPP_INCLUDED
-#define BOOST_DETAIL_LWM_PTHREADS_HPP_INCLUDED
+#ifndef BOOST_DETAIL_LWM_PTHREADS_H_INCLUDED
+#define BOOST_DETAIL_LWM_PTHREADS_H_INCLUDED
//
-// boost/detail/lwm_pthreads.hpp
+// boost/detail/lwm_pthreads.h
//
// Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
//
@@ -71,4 +71,4 @@ public:
} // namespace myboost
-#endif // #ifndef BOOST_DETAIL_LWM_PTHREADS_HPP_INCLUDED
+#endif // #ifndef BOOST_DETAIL_LWM_PTHREADS_H_INCLUDED
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/shared_count.hpp b/ksvg/impl/libs/libtext2path/src/myboost/shared_count.h
index e8ec19a8..b240ff8f 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/shared_count.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/shared_count.h
@@ -1,8 +1,8 @@
-#ifndef BOOST_DETAIL_SHARED_COUNT_HPP_INCLUDED
-#define BOOST_DETAIL_SHARED_COUNT_HPP_INCLUDED
+#ifndef BOOST_DETAIL_SHARED_COUNT_H_INCLUDED
+#define BOOST_DETAIL_SHARED_COUNT_H_INCLUDED
//
-// detail/shared_count.hpp
+// detail/shared_count.h
//
// Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
//
@@ -12,9 +12,9 @@
// warranty, and with no claim as to its suitability for any purpose.
//
-#include "myboost/checked_delete.hpp"
-#include "myboost/throw_exception.hpp"
-#include "myboost/lightweight_mutex.hpp"
+#include "myboost/checked_delete.h"
+#include "myboost/throw_exception.h"
+#include "myboost/lightweight_mutex.h"
#include <memory> // std::auto_ptr, std::allocator
#include <functional> // std::less
@@ -364,4 +364,4 @@ inline shared_count::shared_count(weak_count const & r): pi_(r.pi_)
} // namespace myboost
-#endif // #ifndef BOOST_DETAIL_SHARED_COUNT_HPP_INCLUDED
+#endif // #ifndef BOOST_DETAIL_SHARED_COUNT_H_INCLUDED
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.hpp b/ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.h
index 3f2fe30d..435be678 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.h
@@ -1,7 +1,7 @@
-#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
-#define BOOST_SHARED_PTR_HPP_INCLUDED
+#ifndef BOOST_SHARED_PTR_H_INCLUDED
+#define BOOST_SHARED_PTR_H_INCLUDED
-// shared_ptr.hpp
+// shared_ptr.h
//
// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
// Copyright (c) 2001, 2002, 2003 Peter Dimov
@@ -14,10 +14,10 @@
// See http://www.boost.org/libs/smart_ptr/shared_ptr.htm for documentation.
//
-#include "myboost/assert.hpp"
-#include "myboost/checked_delete.hpp"
-#include "myboost/throw_exception.hpp"
-#include "myboost/shared_count.hpp"
+#include "myboost/assert.h"
+#include "myboost/checked_delete.h"
+#include "myboost/throw_exception.h"
+#include "myboost/shared_count.h"
#include <memory> // for std::auto_ptr
#include <algorithm> // for std::swap
@@ -392,4 +392,4 @@ template<class D, class T> D * get_deleter(shared_ptr<T> const & p)
} // namespace boost
-#endif // #ifndef BOOST_SHARED_PTR_HPP_INCLUDED
+#endif // #ifndef BOOST_SHARED_PTR_H_INCLUDED
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/throw_exception.hpp b/ksvg/impl/libs/libtext2path/src/myboost/throw_exception.h
index dd32ec43..3223b564 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/throw_exception.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/throw_exception.h
@@ -1,9 +1,9 @@
-#ifndef BOOST_THROW_EXCEPTION_HPP_INCLUDED
-#define BOOST_THROW_EXCEPTION_HPP_INCLUDED
+#ifndef BOOST_THROW_EXCEPTION_H_INCLUDED
+#define BOOST_THROW_EXCEPTION_H_INCLUDED
//
-// boost/throw_exception.hpp
+// boost/throw_exception.h
//
// Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
//
@@ -27,4 +27,4 @@ template<class E> void throw_exception(E const & e)
} // namespace myboost
-#endif // #ifndef BOOST_THROW_EXCEPTION_HPP_INCLUDED
+#endif // #ifndef BOOST_THROW_EXCEPTION_H_INCLUDED
diff --git a/ksvg/impl/svgpathparser.cc b/ksvg/impl/svgpathparser.cpp
index 87a03aca..87a03aca 100644
--- a/ksvg/impl/svgpathparser.cc
+++ b/ksvg/impl/svgpathparser.cpp
diff --git a/ksvg/scripts/check_hashtablesize.pl b/ksvg/scripts/check_hashtablesize.pl
index d22e3f30..d460e5ad 100755
--- a/ksvg/scripts/check_hashtablesize.pl
+++ b/ksvg/scripts/check_hashtablesize.pl
@@ -138,10 +138,10 @@ foreach(@useresult) {
my $temp = $middle[0];
if($calcMode != 2) {
- $temp =~ s/.cc://;
+ $temp =~ s/.cpp://;
$class = $temp;
} else {
- $temp =~ s/.cc//;
+ $temp =~ s/.cpp//;
$class = substr($temp, 0, index($temp, ":"));
}
}
diff --git a/ksvg/scripts/gen.sh b/ksvg/scripts/gen.sh
index 9c87e22e..5e53438e 100755
--- a/ksvg/scripts/gen.sh
+++ b/ksvg/scripts/gen.sh
@@ -12,11 +12,11 @@ fi
# make them
touch $1.h
-touch $1.cc
+touch $1.cpp
#start with copyright notices
cat ../COPYRIGHTS > $1.h
-cat ../COPYRIGHTS > $1.cc
+cat ../COPYRIGHTS > $1.cpp
# add define for multiple include problem
echo "" >> $1.h
@@ -27,13 +27,13 @@ echo "namespace KSVG" >> $1.h
echo "{" >> $1.h
echo "" >> $1.h
-#include in .cc + namespace
-echo "" >> $1.cc
-echo "#include \"$1.h\"" >> $1.cc
-echo "#include \"$1Impl.h\"" >> $1.cc
-echo "" >> $1.cc
-echo "using namespace KSVG;" >> $1.cc
-echo "" >> $1.cc
+#include in .cpp + namespace
+echo "" >> $1.cpp
+echo "#include \"$1.h\"" >> $1.cpp
+echo "#include \"$1Impl.h\"" >> $1.cpp
+echo "" >> $1.cpp
+echo "using namespace KSVG;" >> $1.cpp
+echo "" >> $1.cpp
#go go go
$cmd_awk -f ../makeheader $1
diff --git a/ksvg/scripts/genimpl.sh b/ksvg/scripts/genimpl.sh
index 207e4329..c4cd1284 100755
--- a/ksvg/scripts/genimpl.sh
+++ b/ksvg/scripts/genimpl.sh
@@ -12,11 +12,11 @@ fi
# you cant touch this
touch $1Impl.h
-touch $1Impl.cc
+touch $1Impl.cpp
#start with copyright notices
cat ../COPYRIGHTS > $1Impl.h
-cat ../COPYRIGHTS > $1Impl.cc
+cat ../COPYRIGHTS > $1Impl.cpp
# add define for multiple include problem
echo "" >> $1Impl.h
@@ -28,12 +28,12 @@ echo "" >> $1Impl.h
echo "namespace KSVG" >> $1Impl.h
echo "{" >> $1Impl.h
-#include in .cc + namespace
-echo "" >> $1Impl.cc
-echo "#include \"$1Impl.h\"" >> $1Impl.cc
-echo "" >> $1Impl.cc
-echo "using namespace KSVG;" >> $1Impl.cc
-echo "" >> $1Impl.cc
+#include in .cpp + namespace
+echo "" >> $1Impl.cpp
+echo "#include \"$1Impl.h\"" >> $1Impl.cpp
+echo "" >> $1Impl.cpp
+echo "using namespace KSVG;" >> $1Impl.cpp
+echo "" >> $1Impl.cpp
#go go go
$cmd_awk -f ../makeimpl $1
diff --git a/ksvg/scripts/getjs.php b/ksvg/scripts/getjs.php
index 5f300fe9..514287a3 100755
--- a/ksvg/scripts/getjs.php
+++ b/ksvg/scripts/getjs.php
@@ -359,7 +359,7 @@ function crawlFiles($path)
crawlFiles($path."/".$file);
fputs($fp,"Leaving directory ".$file."\n");
}
- elseif (is_file($path."/".$file) && preg_match("/^[A-Za-z0-9_]+(\.cc|\.cpp|\.h|\.hpp)$/",$file))
+ elseif (is_file($path."/".$file) && preg_match("/^[A-Za-z0-9_]+(\.cpp|\.h)$/",$file))
{
fputs($fp,"\tchecking $file\n");
searchKalyptusCode($path."/".$file,$fp);
diff --git a/ksvg/scripts/makecc b/ksvg/scripts/makecc
index 29a28b93..97eb4b74 100644
--- a/ksvg/scripts/makecc
+++ b/ksvg/scripts/makecc
@@ -1,6 +1,6 @@
function printg( a )
{
- printf a >> FILENAME ".cc"
+ printf a >> FILENAME ".cpp"
}
function doFunc( a )
{
diff --git a/ksvg/scripts/makeimpl b/ksvg/scripts/makeimpl
index fb5ab8f5..e6c7b719 100644
--- a/ksvg/scripts/makeimpl
+++ b/ksvg/scripts/makeimpl
@@ -21,7 +21,7 @@ function printg( a )
}
function printh( a )
{
- printf a >> FILENAME "Impl.cc"
+ printf a >> FILENAME "Impl.cpp"
}
function doFuncCC( a, class )
{
@@ -166,7 +166,7 @@ function doAttr( a, class )
printg( " " )n
printg( b[nr] ");\n" )
- # do put method .cc
+ # do put method .cpp
printtofunc( "void " clas "::set" )
printtofunc( toupper( substr( b[nr], 1, 1) ) )
printtofunc( substr( b[nr], 2) "(" )
@@ -212,7 +212,7 @@ function doAttr( a, class )
$temp = b[nr]
printg( $temp "() const;\n" )
- # do get method .cc
+ # do get method .cpp
i = 1
while ( i < nr )
{
@@ -277,7 +277,7 @@ function doReadonlyAttr( a, class )
$temp = b[nr]
printg( $temp "() const;\n" )
- # do get method .cc
+ # do get method .cpp
i = 1
while ( i < nr )
{
diff --git a/ksvg/test/external/CMakeLists.txt b/ksvg/test/external/CMakeLists.txt
index 60c588a3..a07e0406 100644
--- a/ksvg/test/external/CMakeLists.txt
+++ b/ksvg/test/external/CMakeLists.txt
@@ -32,7 +32,7 @@ link_directories(
##### svgdisplay (executable) ###################
tde_add_executable( svgdisplay AUTOMOC
- SOURCES SVGTestWidget.cc svgdisplay.cc
+ SOURCES SVGTestWidget.cpp svgdisplay.cpp
LINK ksvg-shared
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/ksvg/test/external/Makefile.am b/ksvg/test/external/Makefile.am
index 9a624667..b2b8c494 100644
--- a/ksvg/test/external/Makefile.am
+++ b/ksvg/test/external/Makefile.am
@@ -4,7 +4,7 @@ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
bin_PROGRAMS = svgdisplay printnodetest
-svgdisplay_SOURCES = SVGTestWidget.cc svgdisplay.cc
+svgdisplay_SOURCES = SVGTestWidget.cpp svgdisplay.cpp
svgdisplay_LDADD = $(LIB_TDECORE) ../../libksvg.la
svgdisplay_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
diff --git a/ksvg/test/external/SVGTestWidget.cc b/ksvg/test/external/SVGTestWidget.cpp
index 895b5357..895b5357 100644
--- a/ksvg/test/external/SVGTestWidget.cc
+++ b/ksvg/test/external/SVGTestWidget.cpp
diff --git a/ksvg/test/external/svgdisplay.cc b/ksvg/test/external/svgdisplay.cpp
index de1172dc..de1172dc 100644
--- a/ksvg/test/external/svgdisplay.cc
+++ b/ksvg/test/external/svgdisplay.cpp
diff --git a/kviewshell/plugins/djvu/libdjvu/configure.in.in b/kviewshell/plugins/djvu/libdjvu/configure.in.in
index b3ebeec6..05cf6bc5 100644
--- a/kviewshell/plugins/djvu/libdjvu/configure.in.in
+++ b/kviewshell/plugins/djvu/libdjvu/configure.in.in
@@ -28,8 +28,8 @@ dnl -------------------------------------------------------
AC_DEFUN([AC_CHECK_CXX_OPT],[
opt="$1"
AC_MSG_CHECKING([if $CXX accepts $opt])
- echo 'void f(){}' > conftest.cc
- if test -z "`${CXX} ${CXXFLAGS} ${OPTS} $opt -c conftest.cc 2>&1`"; then
+ echo 'void f(){}' > conftest.cpp
+ if test -z "`${CXX} ${CXXFLAGS} ${OPTS} $opt -c conftest.cpp 2>&1`"; then
AC_MSG_RESULT(yes)
rm conftest.*
$2
@@ -389,8 +389,8 @@ if test x$acx_cothread != xno ; then
AC_MSG_RESULT($acx_cothread_patch)
if test x$acx_cothread_patch = xno ; then
AC_MSG_CHECKING([if the cothread patch is critical])
- echo 'void foo() { throw "Hello"; }' > conftest.cc
- compile="$CXX $CXXFLAGS -c conftest.cc"
+ echo 'void foo() { throw "Hello"; }' > conftest.cpp
+ compile="$CXX $CXXFLAGS -c conftest.cpp"
check="nm conftest.o | grep sjthrow | cat > conftest.out"
acx_cothread_patch=yes
if AC_TRY_EVAL(compile) && AC_TRY_EVAL(check) ; then
diff --git a/tdefile-plugins/dependencies/poppler-tqt/CMakeLists.txt b/tdefile-plugins/dependencies/poppler-tqt/CMakeLists.txt
index 2ce99412..28be343b 100644
--- a/tdefile-plugins/dependencies/poppler-tqt/CMakeLists.txt
+++ b/tdefile-plugins/dependencies/poppler-tqt/CMakeLists.txt
@@ -45,10 +45,10 @@ install( FILES
tde_add_library( poppler-tqt SHARED AUTOMOC
SOURCES
- poppler-document.cc poppler-fontinfo.cc
- poppler-link.cc poppler-page.cc
- poppler-page-transition.cc poppler-page-transition-private.h
- poppler-private.cc poppler-private.h
+ poppler-document.cpp poppler-fontinfo.cpp
+ poppler-link.cpp poppler-page.cpp
+ poppler-page-transition.cpp poppler-page-transition-private.h
+ poppler-private.cpp poppler-private.h
VERSION 0.0.0
LINK ${POPPLER_LIBRARIES} ${TQT_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
diff --git a/tdefile-plugins/dependencies/poppler-tqt/Makefile.am b/tdefile-plugins/dependencies/poppler-tqt/Makefile.am
index 7de8524c..09bc6fbe 100644
--- a/tdefile-plugins/dependencies/poppler-tqt/Makefile.am
+++ b/tdefile-plugins/dependencies/poppler-tqt/Makefile.am
@@ -15,13 +15,13 @@ poppler_include_HEADERS = \
lib_LTLIBRARIES = libpoppler-tqt.la
libpoppler_tqt_la_SOURCES = \
- poppler-document.cc \
- poppler-fontinfo.cc \
- poppler-link.cc \
- poppler-page.cc \
- poppler-page-transition.cc \
+ poppler-document.cpp \
+ poppler-fontinfo.cpp \
+ poppler-link.cpp \
+ poppler-page.cpp \
+ poppler-page-transition.cpp \
poppler-page-transition-private.h \
- poppler-private.cc \
+ poppler-private.cpp \
poppler-private.h
libpoppler_tqt_la_LIBADD = \
diff --git a/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc b/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cpp
index db403c5e..fac02a4b 100644
--- a/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc
+++ b/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cpp
@@ -1,4 +1,4 @@
-/* poppler-document.cc: qt interface to poppler
+/* poppler-document.cpp: qt interface to poppler
* Copyright (C) 2005, Net Integration Technologies, Inc.
* Copyright (C) 2005-2009, Albert Astals Cid <aacid@kde.org>
* Copyright (C) 2006, Stefan Kebekus <stefan.kebekus@math.uni-koeln.de>
@@ -179,7 +179,7 @@ bool Document::scanForFonts( int numPages, TQValueList<FontInfo> *fontList ) con
/* borrowed from kpdf */
TQString Document::getInfo( const TQString & type ) const
{
- // [Albert] Code adapted from pdfinfo.cc on xpdf
+ // [Albert] Code adapted from pdfinfo.cpp on xpdf
Object info;
if ( data->locked )
return NULL;
@@ -248,7 +248,7 @@ TQString Document::getInfo( const TQString & type ) const
/* borrowed from kpdf */
TQDateTime Document::getDate( const TQString & type ) const
{
- // [Albert] Code adapted from pdfinfo.cc on xpdf
+ // [Albert] Code adapted from pdfinfo.cpp on xpdf
if ( data->locked )
return TQDateTime();
diff --git a/tdefile-plugins/dependencies/poppler-tqt/poppler-fontinfo.cc b/tdefile-plugins/dependencies/poppler-tqt/poppler-fontinfo.cpp
index c0e777a7..c0e777a7 100644
--- a/tdefile-plugins/dependencies/poppler-tqt/poppler-fontinfo.cc
+++ b/tdefile-plugins/dependencies/poppler-tqt/poppler-fontinfo.cpp
diff --git a/tdefile-plugins/dependencies/poppler-tqt/poppler-link.cc b/tdefile-plugins/dependencies/poppler-tqt/poppler-link.cpp
index ee05eb06..99cd8cc9 100644
--- a/tdefile-plugins/dependencies/poppler-tqt/poppler-link.cc
+++ b/tdefile-plugins/dependencies/poppler-tqt/poppler-link.cpp
@@ -1,4 +1,4 @@
-/* poppler-link.cc: qt interface to poppler
+/* poppler-link.cpp: qt interface to poppler
* Copyright (C) 2006, 2008 Albert Astals Cid
* Adapting code from
* Copyright (C) 2004 by Enrico Ros <eros.kde@email.it>
diff --git a/tdefile-plugins/dependencies/poppler-tqt/poppler-page-transition.cc b/tdefile-plugins/dependencies/poppler-tqt/poppler-page-transition.cpp
index cde8818d..015d17eb 100644
--- a/tdefile-plugins/dependencies/poppler-tqt/poppler-page-transition.cc
+++ b/tdefile-plugins/dependencies/poppler-tqt/poppler-page-transition.cpp
@@ -1,4 +1,4 @@
-/* PageTransition.cc
+/* PageTransition.cpp
* Copyright (C) 2005, Net Integration Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tdefile-plugins/dependencies/poppler-tqt/poppler-page.cc b/tdefile-plugins/dependencies/poppler-tqt/poppler-page.cpp
index 4293b7ce..426b750f 100644
--- a/tdefile-plugins/dependencies/poppler-tqt/poppler-page.cc
+++ b/tdefile-plugins/dependencies/poppler-tqt/poppler-page.cpp
@@ -1,4 +1,4 @@
-/* poppler-page.cc: qt interface to poppler
+/* poppler-page.cpp: qt interface to poppler
* Copyright (C) 2005, Net Integration Technologies, Inc.
* Copyright (C) 2005-2006, Albert Astals Cid <aacid@kde.org>
* Copyright (C) 2005, Tobias Koening <tokoe@kde.org>
diff --git a/tdefile-plugins/dependencies/poppler-tqt/poppler-private.cc b/tdefile-plugins/dependencies/poppler-tqt/poppler-private.cpp
index 059bf1c0..059bf1c0 100644
--- a/tdefile-plugins/dependencies/poppler-tqt/poppler-private.cc
+++ b/tdefile-plugins/dependencies/poppler-tqt/poppler-private.cpp