equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the examples of the Qt Toolkit. |
7 ** This file is part of the examples of the Qt Toolkit. |
8 ** |
8 ** |
42 #ifndef WINDOW_H |
42 #ifndef WINDOW_H |
43 #define WINDOW_H |
43 #define WINDOW_H |
44 |
44 |
45 #include <QWidget> |
45 #include <QWidget> |
46 |
46 |
47 #include <Phonon/AudioOutput> |
47 #include <phonon/audiooutput.h> |
48 #include <Phonon/SeekSlider> |
48 #include <phonon/seekslider.h> |
49 #include <Phonon/MediaObject> |
49 #include <phonon/mediaobject.h> |
50 #include <Phonon/VolumeSlider> |
50 #include <phonon/volumeslider.h> |
51 #include <Phonon/BackendCapabilities> |
51 #include <phonon/backendcapabilities.h> |
52 #include <Phonon/Effect> |
52 #include <phonon/effect.h> |
53 #include <Phonon/EffectParameter> |
53 #include <phonon/effectparameter.h> |
54 #include <Phonon/ObjectDescriptionModel> |
54 #include <phonon/objectdescriptionmodel.h> |
55 #include <QList> |
55 #include <QList> |
56 |
56 |
57 QT_BEGIN_NAMESPACE |
57 QT_BEGIN_NAMESPACE |
58 class QAction; |
58 class QAction; |
59 class QGroupBox; |
59 class QGroupBox; |