summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/app/wavfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/spectrum/app/wavfile.h')
-rw-r--r--examples/spectrum/app/wavfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/spectrum/app/wavfile.h b/examples/spectrum/app/wavfile.h
index 37bc8505b..b974c475d 100644
--- a/examples/spectrum/app/wavfile.h
+++ b/examples/spectrum/app/wavfile.h
@@ -44,7 +44,7 @@
#include <QtCore/qobject.h>
#include <QtCore/qfile.h>
-#include <QtMultimediaKit/qaudioformat.h>
+#include <QtMultimedia/qaudioformat.h>
class WavFile : public QFile
{