From 71be46c61c582d2f4635a1e420e44d57ddb5857a Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 12 Jun 2009 15:06:29 +0200 Subject: Fix compilation after the last change. The #include header no longer exists. And the or headers have never existed (neither for us nor for the Phonon sources). You have to select each and every header that you do want now. Reviewed-By: Marius Storm-Olsen --- .../webkit/WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp | 5 ++++- tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/3rdparty/webkit/WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp b/src/3rdparty/webkit/WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp index b1a48fb..2e01100 100644 --- a/src/3rdparty/webkit/WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp +++ b/src/3rdparty/webkit/WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp @@ -35,7 +35,10 @@ #include #include #include -#include + +#include +#include +#include using namespace Phonon; diff --git a/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h b/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h index 0887a7c..8c54492 100644 --- a/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h +++ b/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h @@ -47,7 +47,8 @@ #include #include -#include +#include +#include QT_BEGIN_NAMESPACE -- cgit v0.12