summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/mmf')
-rw-r--r--src/3rdparty/phonon/mmf/abstractvideooutput.h2
-rw-r--r--src/3rdparty/phonon/mmf/objectdump_symbian.cpp2
-rw-r--r--src/3rdparty/phonon/mmf/videooutput_dsa.cpp2
-rw-r--r--src/3rdparty/phonon/mmf/videooutput_surface.cpp2
-rw-r--r--src/3rdparty/phonon/mmf/videowidget.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/3rdparty/phonon/mmf/abstractvideooutput.h b/src/3rdparty/phonon/mmf/abstractvideooutput.h
index 61bcd0f..2cee106 100644
--- a/src/3rdparty/phonon/mmf/abstractvideooutput.h
+++ b/src/3rdparty/phonon/mmf/abstractvideooutput.h
@@ -19,7 +19,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
#ifndef PHONON_MMF_ABSTRACTVIDEOOUTPUT_H
#define PHONON_MMF_ABSTRACTVIDEOOUTPUT_H
-#include <QtGui/QWidget>
+#include <QtWidgets/QWidget>
#include <QVector>
#include <QRect>
#include "defs.h"
diff --git a/src/3rdparty/phonon/mmf/objectdump_symbian.cpp b/src/3rdparty/phonon/mmf/objectdump_symbian.cpp
index edad537..6f1daf7 100644
--- a/src/3rdparty/phonon/mmf/objectdump_symbian.cpp
+++ b/src/3rdparty/phonon/mmf/objectdump_symbian.cpp
@@ -21,7 +21,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
#include <coecntrl.h>
#include "objectdump_symbian.h"
-#include <QtGui/private/qwidget_p.h> // to access QWExtra
+#include <QtWidgets/private/qwidget_p.h> // to access QWExtra
QT_BEGIN_NAMESPACE
diff --git a/src/3rdparty/phonon/mmf/videooutput_dsa.cpp b/src/3rdparty/phonon/mmf/videooutput_dsa.cpp
index 4f9ad7f..908e53d 100644
--- a/src/3rdparty/phonon/mmf/videooutput_dsa.cpp
+++ b/src/3rdparty/phonon/mmf/videooutput_dsa.cpp
@@ -17,7 +17,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include <QtCore/private/qcore_symbian_p.h> // for qt_TRect2QRect
-#include <QtGui/private/qwidget_p.h> // to access QWExtra
+#include <QtWidgets/private/qwidget_p.h> // to access QWExtra
#include <QResizeEvent>
#include <QMoveEvent>
diff --git a/src/3rdparty/phonon/mmf/videooutput_surface.cpp b/src/3rdparty/phonon/mmf/videooutput_surface.cpp
index e9b2d3f..95fee32 100644
--- a/src/3rdparty/phonon/mmf/videooutput_surface.cpp
+++ b/src/3rdparty/phonon/mmf/videooutput_surface.cpp
@@ -19,7 +19,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
#include <QResizeEvent>
#include <QtCore/private/qcore_symbian_p.h> // for qt_TRect2QRect
-#include <QtGui/private/qwidget_p.h> // to access QWExtra
+#include <QtWidgets/private/qwidget_p.h> // to access QWExtra
#include "utils.h"
#include "videooutput_surface.h"
diff --git a/src/3rdparty/phonon/mmf/videowidget.h b/src/3rdparty/phonon/mmf/videowidget.h
index 3b6283e..ff89296 100644
--- a/src/3rdparty/phonon/mmf/videowidget.h
+++ b/src/3rdparty/phonon/mmf/videowidget.h
@@ -22,7 +22,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
#include "abstractvideooutput.h"
#include "mmf_medianode.h"
-#include <QtGui/QWidget>
+#include <QtWidgets/QWidget>
#include <phonon/videowidget.h>
#include <phonon/videowidgetinterface.h>