diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2009-11-11 02:22:59 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-13 12:08:40 (GMT) |
commit | abb0ac83656ff1ede6100fccc525afb6d1e6165f (patch) | |
tree | 71078f7d7ffbf2367cf1edab9a87667afa1e331d | |
parent | 4a46ff8346c98081fea2c4cb208e1a3d3c991f0e (diff) | |
download | Qt-abb0ac83656ff1ede6100fccc525afb6d1e6165f.zip Qt-abb0ac83656ff1ede6100fccc525afb6d1e6165f.tar.gz Qt-abb0ac83656ff1ede6100fccc525afb6d1e6165f.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
(cherry picked from commit 5d11248839cee3e22ebddcaffa2af59b34b37969)
-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 |