summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/audiodecoder/audiodecoder.h2
-rw-r--r--examples/examples.pro1
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/audiodecoder/audiodecoder.h b/examples/audiodecoder/audiodecoder.h
index 63dd8233f..a9501910a 100644
--- a/examples/audiodecoder/audiodecoder.h
+++ b/examples/audiodecoder/audiodecoder.h
@@ -41,7 +41,7 @@
#ifndef AUDIODECODER_H
#define AUDIODECODER_H
-#include <private/qaudiodecoder_p.h>
+#include <qaudiodecoder.h>
#include "wavefilewriter.h"
#include <QSoundEffect>
#include <QTextStream>
diff --git a/examples/examples.pro b/examples/examples.pro
index 164200f58..60fc9c433 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -6,6 +6,7 @@ TEMPLATE = subdirs
radio \
camera \
spectrum \
+ audiodecoder \
audiorecorder \
audiodevices \
audioinput \