summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-06-12 15:06:29 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-06-23 11:58:15 +0200
commit71be46c61c582d2f4635a1e420e44d57ddb5857a (patch)
tree7affbc1ab7dc3e1160c2013663907c119625cba7 /tools
parent4b43263b870c17fd813d1d34f97146f4c725083e (diff)
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')
-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 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