diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-01-06 13:18:39 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-01-06 15:22:24 (GMT) |
commit | bd01114b3fcf2cc702fdd9e303a15bcc900cfe95 (patch) | |
tree | 78cb0bc89f296975fb1f83ec3456824dc9576efe /tools | |
parent | 70496884450d3989829a63baac8db48d36190a25 (diff) | |
download | Qt-bd01114b3fcf2cc702fdd9e303a15bcc900cfe95.zip Qt-bd01114b3fcf2cc702fdd9e303a15bcc900cfe95.tar.gz Qt-bd01114b3fcf2cc702fdd9e303a15bcc900cfe95.tar.bz2 |
Use the lowercase/shortname.h headers for Phonon includes
Task-number: QTBUG-4685
Reviewed-by: TrustMe
Diffstat (limited to 'tools')
-rw-r--r-- | tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h b/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h index e22a630..8ed614e 100644 --- a/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h +++ b/tools/designer/src/plugins/phononwidgets/videoplayertaskmenu.h @@ -47,8 +47,8 @@ #include <QtDesigner/QDesignerTaskMenuExtension> #include <QtDesigner/private/extensionfactory_p.h> -#include <Phonon/BackendCapabilities> -#include <Phonon/VideoPlayer> +#include <phonon/backendcapabilities.h> +#include <phonon/videoplayer.h> QT_BEGIN_NAMESPACE |