diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-06-12 15:06:29 +0200 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-06-23 11:58:15 +0200 |
commit | 71be46c61c582d2f4635a1e420e44d57ddb5857a (patch) | |
tree | 7affbc1ab7dc3e1160c2013663907c119625cba7 /tools/designer/src | |
parent | 4b43263b870c17fd813d1d34f97146f4c725083e (diff) | |
download | qt4-tools-71be46c61c582d2f4635a1e420e44d57ddb5857a.tar.gz |
Fix compilation after the last change.
The #include <phonon> header no longer exists. And the <Phonon> or
<Phonon/Phonon> 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
Diffstat (limited to 'tools/designer/src')
-rw-r--r-- | tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h b/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h index 0887a7c17e..8c54492861 100644 --- a/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h +++ b/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h @@ -47,7 +47,8 @@ #include <QtDesigner/QDesignerTaskMenuExtension> #include <QtDesigner/private/extensionfactory_p.h> -#include <phonon> +#include <Phonon/BackendCapabilities> +#include <Phonon/VideoPlayer> QT_BEGIN_NAMESPACE |