summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qsoundeffect.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-11-19 17:40:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-19 19:37:40 +0100
commitcc24af773bcdf2e90103c7a1a746d6e71acb1dd4 (patch)
tree91ec299a8ad86096df3281c23cfb6f455e42142b /src/multimedia/audio/qsoundeffect.h
parentd64e246f333216cd02e459e7dfd500ae0c793c78 (diff)
Fix syncqt-warnings.
Use include with module name for the multimedia-classes. Change-Id: I8da1a4015a162959b604cd859aee139e246e3f6c Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src/multimedia/audio/qsoundeffect.h')
-rw-r--r--src/multimedia/audio/qsoundeffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/audio/qsoundeffect.h b/src/multimedia/audio/qsoundeffect.h
index dfc4d485b..7192d0302 100644
--- a/src/multimedia/audio/qsoundeffect.h
+++ b/src/multimedia/audio/qsoundeffect.h
@@ -42,7 +42,7 @@
#ifndef QSOUNDEFFECT_H
#define QSOUNDEFFECT_H
-#include <qtmultimediadefs.h>
+#include <QtMultimedia/qtmultimediadefs.h>
#include <QtCore/qobject.h>
#include <QtCore/qurl.h>
#include <QtCore/qstringlist.h>