# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1265064366 -7200 # Node ID 0c844a8549aec3a9d1e48b6d30a3102a156a91cb # Parent bfff372fb1f4c20c7f7a4b998f3d539bceb5eb81 Revision: 201003 Kit: 201005 diff -r bfff372fb1f4 -r 0c844a8549ae svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h --- a/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h Mon Jan 18 21:03:31 2010 +0200 +++ b/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h Tue Feb 02 00:46:06 2010 +0200 @@ -28,8 +28,8 @@ #include "SVGAttributeVerifier.h" #include "SVGErrorImpl.h" -#include "MXMLAttributes.h" -#include "MXMLContentHandler.h" +#include "mxmlattributes.h" +#include "mxmlcontenthandler.h" #include "SVGSchemaData.h" #include "SVGDocumentImpl.h" diff -r bfff372fb1f4 -r 0c844a8549ae svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp --- a/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp Mon Jan 18 21:03:31 2010 +0200 +++ b/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp Tue Feb 02 00:46:06 2010 +0200 @@ -26,7 +26,7 @@ #include "SVGUseElementImpl.h" #include "SVGAnimationElementImpl.h" -#include "RXMLReader.h" +#include "rxmlreader.h" #include "SVGPaintCssValueImpl.h" #include "SVGPathElementImpl.h" diff -r bfff372fb1f4 -r 0c844a8549ae svgtopt/SVGTPlugin/inc/Svgtplugin.h --- a/svgtopt/SVGTPlugin/inc/Svgtplugin.h Mon Jan 18 21:03:31 2010 +0200 +++ b/svgtopt/SVGTPlugin/inc/Svgtplugin.h Tue Feb 02 00:46:06 2010 +0200 @@ -33,9 +33,9 @@ #include "SVGListener.h" #include -#include +#include -#include +#include #include "MRepositoryVolumeObserver.h" diff -r bfff372fb1f4 -r 0c844a8549ae svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp --- a/svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp Mon Jan 18 21:03:31 2010 +0200 +++ b/svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp Tue Feb 02 00:46:06 2010 +0200 @@ -23,7 +23,7 @@ #include "RepositoryVolumeListener.h" //#include //include this file when KSDUidMediaVolumeControl and KMediaVolume will be needed //#include "epocdebug.h" -#include +#include #include "MRepositoryVolumeObserver.h" CRepositoryVolumeListener* CRepositoryVolumeListener::NewL(MRepositoryVolumeObserver* aObserver) diff -r bfff372fb1f4 -r 0c844a8549ae svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp --- a/svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp Mon Jan 18 21:03:31 2010 +0200 +++ b/svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp Tue Feb 02 00:46:06 2010 +0200 @@ -20,7 +20,7 @@ #include -#include +#include /***************************************************/ /**********ECOM STYLE SVGT PLUGIN ENTRY POINTS******/ /***************************************************/ diff -r bfff372fb1f4 -r 0c844a8549ae svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp --- a/svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp Mon Jan 18 21:03:31 2010 +0200 +++ b/svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp Tue Feb 02 00:46:06 2010 +0200 @@ -19,7 +19,7 @@ #include #include -#include +#include #include "VolumeKeyListener.h" #include "MRepositoryVolumeObserver.h"