summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/app/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/spectrum/app/engine.h')
-rw-r--r--examples/spectrum/app/engine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/spectrum/app/engine.h b/examples/spectrum/app/engine.h
index bd263ac1b..51c63b370 100644
--- a/examples/spectrum/app/engine.h
+++ b/examples/spectrum/app/engine.h
@@ -49,8 +49,8 @@
#include <QByteArray>
#include <QBuffer>
#include <QVector>
-#include <QtMultimediaKit/QAudioDeviceInfo>
-#include <QtMultimediaKit/QAudioFormat>
+#include <QtMultimedia/QAudioDeviceInfo>
+#include <QtMultimedia/QAudioFormat>
#ifdef DUMP_CAPTURED_AUDIO
#define DUMP_DATA
@@ -70,7 +70,7 @@ QT_FORWARD_DECLARE_CLASS(QAudioOutput)
QT_FORWARD_DECLARE_CLASS(QFile)
/**
- * This class interfaces with the QtMultimediaKit audio classes, and also with
+ * This class interfaces with the QtMultimedia audio classes, and also with
* the SpectrumAnalyser class. Its role is to manage the capture and playback
* of audio data, meanwhile performing real-time analysis of the audio level
* and frequency spectrum.