# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1273844742 -10800 # Node ID 4c62338e03c8ed5ce656293658ee93e111514901 # Parent df65ec4f2d28edb2e928119c783ef24689409709 Revision: 201017 Kit: 201019 diff -r df65ec4f2d28 -r 4c62338e03c8 svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h --- a/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h Mon May 03 13:22:17 2010 +0300 +++ b/svgtopt/SVG/SVGEngine/inc/SVGContentHandler.h Fri May 14 16:45:42 2010 +0300 @@ -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 df65ec4f2d28 -r 4c62338e03c8 svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp --- a/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp Mon May 03 13:22:17 2010 +0300 +++ b/svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp Fri May 14 16:45:42 2010 +0300 @@ -26,7 +26,7 @@ #include "SVGUseElementImpl.h" #include "SVGAnimationElementImpl.h" -#include "RXMLReader.h" +#include "rxmlreader.h" #include "SVGPaintCssValueImpl.h" #include "SVGPathElementImpl.h" diff -r df65ec4f2d28 -r 4c62338e03c8 svgtopt/SVGTPlugin/inc/Svgtplugin.h --- a/svgtopt/SVGTPlugin/inc/Svgtplugin.h Mon May 03 13:22:17 2010 +0300 +++ b/svgtopt/SVGTPlugin/inc/Svgtplugin.h Fri May 14 16:45:42 2010 +0300 @@ -33,9 +33,9 @@ #include "SVGListener.h" #include -#include +#include -#include +#include #include "MRepositoryVolumeObserver.h" diff -r df65ec4f2d28 -r 4c62338e03c8 svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp --- a/svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp Mon May 03 13:22:17 2010 +0300 +++ b/svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp Fri May 14 16:45:42 2010 +0300 @@ -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 df65ec4f2d28 -r 4c62338e03c8 svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp --- a/svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp Mon May 03 13:22:17 2010 +0300 +++ b/svgtopt/SVGTPlugin/src/Svgtpluginmain.cpp Fri May 14 16:45:42 2010 +0300 @@ -20,7 +20,7 @@ #include -#include +#include /***************************************************/ /**********ECOM STYLE SVGT PLUGIN ENTRY POINTS******/ /***************************************************/ diff -r df65ec4f2d28 -r 4c62338e03c8 svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp --- a/svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp Mon May 03 13:22:17 2010 +0300 +++ b/svgtopt/SVGTPlugin/src/VolumeKeyListener.cpp Fri May 14 16:45:42 2010 +0300 @@ -19,7 +19,7 @@ #include #include -#include +#include #include "VolumeKeyListener.h" #include "MRepositoryVolumeObserver.h"