diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-07-07 17:43:04 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-07-07 17:48:57 (GMT) |
commit | 656fd8d3f308205c811a8b1b1c9230ce5f8fc49e (patch) | |
tree | 8a1f103c649238b2eafd1c5aac94bcb50eb462a6 /src/3rdparty/phonon/mmf/stereowidening.cpp | |
parent | 03da6bf799823d8b2f7aa8ebe337076dd5d170e4 (diff) | |
download | Qt-656fd8d3f308205c811a8b1b1c9230ce5f8fc49e.zip Qt-656fd8d3f308205c811a8b1b1c9230ce5f8fc49e.tar.gz Qt-656fd8d3f308205c811a8b1b1c9230ce5f8fc49e.tar.bz2 |
Use lower case for including system header files
All platform includes are now lower case, i.e. '#include <foobar.h>'
rather than '#include <FooBar.h>'.
Note that Qt includes are still camel case, e.g.
'#include <QtGui/QWidget>'
Task-number: QTBUG-6528
Reviewed-by: trustme
Diffstat (limited to 'src/3rdparty/phonon/mmf/stereowidening.cpp')
-rw-r--r-- | src/3rdparty/phonon/mmf/stereowidening.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/stereowidening.cpp b/src/3rdparty/phonon/mmf/stereowidening.cpp index f90651b..e452160 100644 --- a/src/3rdparty/phonon/mmf/stereowidening.cpp +++ b/src/3rdparty/phonon/mmf/stereowidening.cpp @@ -16,7 +16,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. */ -#include <StereoWideningBase.h> +#include <stereowideningbase.h> #include "stereowidening.h" QT_BEGIN_NAMESPACE |