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-12 05:39:35 (GMT) |
commit | 5d11248839cee3e22ebddcaffa2af59b34b37969 (patch) | |
tree | f68006a367c4550adf1daebdcf4fd027f862d6f9 /src/3rdparty | |
parent | a4053a6e7a9a686433dc4814a5b52da3bc96969f (diff) | |
download | Qt-5d11248839cee3e22ebddcaffa2af59b34b37969.zip Qt-5d11248839cee3e22ebddcaffa2af59b34b37969.tar.gz Qt-5d11248839cee3e22ebddcaffa2af59b34b37969.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')
-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 |