diff options
author | Anderson Lizardo <anderson.lizardo@openbossa.org> | 2009-09-07 00:05:13 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-23 08:29:50 (GMT) |
commit | 8c61bb163a13b1e2b78df0060103546a31c16ed6 (patch) | |
tree | 823a29abf912cdeddfd730adbadb2350e5278e15 /src/gui/kernel/qsound_s60.cpp | |
parent | 131d2387436d05aec95bdddeb571930b2a55cf73 (diff) | |
download | Qt-8c61bb163a13b1e2b78df0060103546a31c16ed6.zip Qt-8c61bb163a13b1e2b78df0060103546a31c16ed6.tar.gz Qt-8c61bb163a13b1e2b78df0060103546a31c16ed6.tar.bz2 |
Make all Symbian #includes lower case.
Signed-off-by: axis <qt-info@nokia.com>
Diffstat (limited to 'src/gui/kernel/qsound_s60.cpp')
-rw-r--r-- | src/gui/kernel/qsound_s60.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qsound_s60.cpp b/src/gui/kernel/qsound_s60.cpp index 352580e..ee5227a 100644 --- a/src/gui/kernel/qsound_s60.cpp +++ b/src/gui/kernel/qsound_s60.cpp @@ -51,7 +51,7 @@ #include <private/qcore_symbian_p.h> #include <e32std.h> -#include <MdaAudioSamplePlayer.h> +#include <mdaaudiosampleplayer.h> QT_BEGIN_NAMESPACE |