summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/opengl/hellogl2/main.cpp1
-rw-r--r--examples/opengl/hellogl2/window.cpp1
-rw-r--r--examples/widgets/painting/deform/pathdeform.cpp1
-rw-r--r--examples/widgets/widgets/charactermap/mainwindow.cpp1
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/opengl/hellogl2/main.cpp b/examples/opengl/hellogl2/main.cpp
index b52a5a37d3..e0cffaf4c2 100644
--- a/examples/opengl/hellogl2/main.cpp
+++ b/examples/opengl/hellogl2/main.cpp
@@ -49,7 +49,6 @@
****************************************************************************/
#include <QApplication>
-#include <QDesktopWidget>
#include <QSurfaceFormat>
#include <QCommandLineParser>
#include <QCommandLineOption>
diff --git a/examples/opengl/hellogl2/window.cpp b/examples/opengl/hellogl2/window.cpp
index 5534f2edea..169f5e59c5 100644
--- a/examples/opengl/hellogl2/window.cpp
+++ b/examples/opengl/hellogl2/window.cpp
@@ -56,7 +56,6 @@
#include <QHBoxLayout>
#include <QKeyEvent>
#include <QPushButton>
-#include <QDesktopWidget>
#include <QApplication>
#include <QMessageBox>
diff --git a/examples/widgets/painting/deform/pathdeform.cpp b/examples/widgets/painting/deform/pathdeform.cpp
index 9ddc6ea12b..acf0191260 100644
--- a/examples/widgets/painting/deform/pathdeform.cpp
+++ b/examples/widgets/painting/deform/pathdeform.cpp
@@ -60,7 +60,6 @@
#include <QPainter>
#include <QSlider>
#include <QLabel>
-#include <QDesktopWidget>
#include <qmath.h>
PathDeformControls::PathDeformControls(QWidget *parent,
diff --git a/examples/widgets/widgets/charactermap/mainwindow.cpp b/examples/widgets/widgets/charactermap/mainwindow.cpp
index 47f7001a34..1bab0d6082 100644
--- a/examples/widgets/widgets/charactermap/mainwindow.cpp
+++ b/examples/widgets/widgets/charactermap/mainwindow.cpp
@@ -55,7 +55,6 @@
#include <QBoxLayout>
#include <QCheckBox>
#include <QClipboard>
-#include <QDesktopWidget>
#include <QDialog>
#include <QDialogButtonBox>
#include <QFontComboBox>