summaryrefslogtreecommitdiffstats
path: root/src/widgets/platforms/x11
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-07 22:20:17 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-07 22:22:31 +0200
commit3d30c0fb60fd43cfdc3fdd4ffb839f1e863ccef6 (patch)
tree4078508400a0138cc16c4746289b3c996037f6cb /src/widgets/platforms/x11
parentb597565788ae430ed26201fc050685cc81050d93 (diff)
fix remaining includes
Made easy thanks to the fixqt4includes script
Diffstat (limited to 'src/widgets/platforms/x11')
-rw-r--r--src/widgets/platforms/x11/qkde_p.h2
-rw-r--r--src/widgets/platforms/x11/qx11embed_x11.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/platforms/x11/qkde_p.h b/src/widgets/platforms/x11/qkde_p.h
index 4e108f6e9e..f1f7c57f15 100644
--- a/src/widgets/platforms/x11/qkde_p.h
+++ b/src/widgets/platforms/x11/qkde_p.h
@@ -44,7 +44,7 @@
#include <QtCore/qglobal.h>
#include <QtGui/QPalette>
-#include <QtGui/QIcon>
+#include <QtWidgets/QIcon>
//
// W A R N I N G
diff --git a/src/widgets/platforms/x11/qx11embed_x11.h b/src/widgets/platforms/x11/qx11embed_x11.h
index 30929f7ba9..c6af4f491a 100644
--- a/src/widgets/platforms/x11/qx11embed_x11.h
+++ b/src/widgets/platforms/x11/qx11embed_x11.h
@@ -42,7 +42,7 @@
#ifndef QX11EMBED_X11_H
#define QX11EMBED_X11_H
-#include <QtGui/qwidget.h>
+#include <QtWidgets/qwidget.h>
QT_BEGIN_HEADER