summaryrefslogtreecommitdiffstats
path: root/examples/callout/callout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/callout/callout.cpp')
-rw-r--r--examples/callout/callout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/callout/callout.cpp b/examples/callout/callout.cpp
index 5a26da34..9f1de8cc 100644
--- a/examples/callout/callout.cpp
+++ b/examples/callout/callout.cpp
@@ -2,7 +2,7 @@
#include <QPainter>
#include <QFontMetrics>
#include <QGraphicsSceneMouseEvent>
-#include <QCursor>
+#include <QMouseEvent>
Callout::Callout(QGraphicsItem * parent):
QGraphicsItem(parent)