summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/embeddeddialogs/customproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/embeddeddialogs/customproxy.cpp')
-rw-r--r--examples/graphicsview/embeddeddialogs/customproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphicsview/embeddeddialogs/customproxy.cpp b/examples/graphicsview/embeddeddialogs/customproxy.cpp
index cbc622a34f..13f5f654c2 100644
--- a/examples/graphicsview/embeddeddialogs/customproxy.cpp
+++ b/examples/graphicsview/embeddeddialogs/customproxy.cpp
@@ -41,7 +41,7 @@
#include "customproxy.h"
-#include <QtGui>
+#include <QtWidgets>
CustomProxy::CustomProxy(QGraphicsItem *parent, Qt::WindowFlags wFlags)
: QGraphicsProxyWidget(parent, wFlags), popupShown(false), currentPopup(0)