diff options
author | axis <qt-info@nokia.com> | 2010-12-10 09:32:11 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-12-14 09:14:22 (GMT) |
commit | 725716bcf158988ac664da8f8bcd2d9a8e91a916 (patch) | |
tree | f10423c741d508af6fb9c6b803aea42b0d13c309 /src/3rdparty/phonon/mmf/abstractaudioeffect.h | |
parent | 379ea82dafb97db3e863a04e03819cc37ea8aa45 (diff) | |
download | Qt-725716bcf158988ac664da8f8bcd2d9a8e91a916.zip Qt-725716bcf158988ac664da8f8bcd2d9a8e91a916.tar.gz Qt-725716bcf158988ac664da8f8bcd2d9a8e91a916.tar.bz2 |
Fixed several compile and deployment issues in the mmf phonon plugin.
RevBy: Trust me
Diffstat (limited to 'src/3rdparty/phonon/mmf/abstractaudioeffect.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/abstractaudioeffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/abstractaudioeffect.h b/src/3rdparty/phonon/mmf/abstractaudioeffect.h index 8879636..70adcf6 100644 --- a/src/3rdparty/phonon/mmf/abstractaudioeffect.h +++ b/src/3rdparty/phonon/mmf/abstractaudioeffect.h @@ -21,7 +21,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. #include <QScopedPointer> -#include <audioeffectbase.h> +#include <AudioEffectBase.h> #include <phonon/effectinterface.h> |