summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/app/wavfile.cpp
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-11-20 18:27:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-21 14:01:44 +0100
commit21c39152055131d87614f051ca08566bd51f268f (patch)
tree95854dfdd5fee984742c18507eb6efca3d2761dc /examples/spectrum/app/wavfile.cpp
parent9f4d6e824c1b75642150f448f8a359dbc95fb955 (diff)
Multimedia: examples coding style unification
Change-Id: Iffae3a276bb2b01f871aee76dc069ce006d69fce Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'examples/spectrum/app/wavfile.cpp')
-rw-r--r--examples/spectrum/app/wavfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/spectrum/app/wavfile.cpp b/examples/spectrum/app/wavfile.cpp
index a41d4dde8..dc1655c3a 100644
--- a/examples/spectrum/app/wavfile.cpp
+++ b/examples/spectrum/app/wavfile.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtCore/qendian.h>
+#include <qendian.h>
#include <QVector>
#include <QDebug>
#include "utils.h"