diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2009-11-11 02:22:59 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2009-11-11 02:22:59 (GMT) |
commit | ef94f258c3f442e155e210f3bfd4e0390f658d0f (patch) | |
tree | 5bf1a340d2a72324038fcb4e72d261dcfe800d74 /src/3rdparty/phonon | |
parent | 0cceb16fd915a5f9d7d05d38c6508025999c187d (diff) | |
download | Qt-ef94f258c3f442e155e210f3bfd4e0390f658d0f.zip Qt-ef94f258c3f442e155e210f3bfd4e0390f658d0f.tar.gz Qt-ef94f258c3f442e155e210f3bfd4e0390f658d0f.tar.bz2 |
Import change 953828 from phonon-svn
r953828 | tkrotoff | 2009-04-15 01:25:00 +1000 (Wed, 15 Apr 2009) | 1 line
Fix qmath.h include: should be written <QtCore/qmath.h> instead of <qmath.h> in
order to be consistent with the rest of the code that use <QtCore/...>
Reviewed-by: Justin McPherson
Diffstat (limited to 'src/3rdparty/phonon')
-rw-r--r-- | src/3rdparty/phonon/phonon/audiooutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/phonon/audiooutput.cpp b/src/3rdparty/phonon/phonon/audiooutput.cpp index 00b2ebd..10eda0e 100644 --- a/src/3rdparty/phonon/phonon/audiooutput.cpp +++ b/src/3rdparty/phonon/phonon/audiooutput.cpp @@ -29,7 +29,7 @@ #include "phononnamespace_p.h" #include "platform_p.h" -#include <qmath.h> +#include <QtCore/qmath.h> #define PHONON_CLASSNAME AudioOutput #define IFACES2 AudioOutputInterface42 |