summaryrefslogtreecommitdiffstats
path: root/tools/designer
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-06-12 13:06:29 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-06-23 09:58:15 (GMT)
commit71be46c61c582d2f4635a1e420e44d57ddb5857a (patch)
tree7affbc1ab7dc3e1160c2013663907c119625cba7 /tools/designer
parent4b43263b870c17fd813d1d34f97146f4c725083e (diff)
downloadQt-71be46c61c582d2f4635a1e420e44d57ddb5857a.zip
Qt-71be46c61c582d2f4635a1e420e44d57ddb5857a.tar.gz
Qt-71be46c61c582d2f4635a1e420e44d57ddb5857a.tar.bz2
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')
-rw-r--r--tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h3
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 0887a7c..8c54492 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