summaryrefslogtreecommitdiffstats
path: root/examples/widgets/draganddrop/dropsite/droparea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/draganddrop/dropsite/droparea.cpp')
-rw-r--r--examples/widgets/draganddrop/dropsite/droparea.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/widgets/draganddrop/dropsite/droparea.cpp b/examples/widgets/draganddrop/dropsite/droparea.cpp
index e4c087852a..9982529d98 100644
--- a/examples/widgets/draganddrop/dropsite/droparea.cpp
+++ b/examples/widgets/draganddrop/dropsite/droparea.cpp
@@ -38,10 +38,11 @@
**
****************************************************************************/
-#include <QtWidgets>
-
#include "droparea.h"
+#include <QDragEnterEvent>
+#include <QMimeData>
+
//! [DropArea constructor]
DropArea::DropArea(QWidget *parent)
: QLabel(parent)