summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qml/qsoundeffect_pulse_p.h
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2010-02-16 02:33:05 (GMT)
committerKurt Korbatits <kurt.korbatits@nokia.com>2010-02-16 02:33:05 (GMT)
commit2f29860320796ad6f94f51daf6af84515c288ec8 (patch)
tree3c2014d225a822d43524d6160236a182f18f1fc7 /src/multimedia/qml/qsoundeffect_pulse_p.h
parent2d264a80f9fc759e979dfe2583425cb419688a70 (diff)
downloadQt-2f29860320796ad6f94f51daf6af84515c288ec8.zip
Qt-2f29860320796ad6f94f51daf6af84515c288ec8.tar.gz
Qt-2f29860320796ad6f94f51daf6af84515c288ec8.tar.bz2
Fixed compile error in pulseaudio soundeffect implementation
Diffstat (limited to 'src/multimedia/qml/qsoundeffect_pulse_p.h')
-rw-r--r--src/multimedia/qml/qsoundeffect_pulse_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/qml/qsoundeffect_pulse_p.h b/src/multimedia/qml/qsoundeffect_pulse_p.h
index 155d7fc..58a05d2 100644
--- a/src/multimedia/qml/qsoundeffect_pulse_p.h
+++ b/src/multimedia/qml/qsoundeffect_pulse_p.h
@@ -57,7 +57,7 @@
#include "qsoundeffect_p.h"
#include <QtCore/qobject.h>
-#include <QtCore/qtime.h>
+#include <QtCore/qdatetime.h>
#include <QtMultimedia/qmediaplayer.h>
#include <pulse/pulseaudio.h>