aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgtext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/items/qsgtext_p.h')
-rw-r--r--src/declarative/items/qsgtext_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/items/qsgtext_p.h b/src/declarative/items/qsgtext_p.h
index 4a4b0192b4..725eeb27c4 100644
--- a/src/declarative/items/qsgtext_p.h
+++ b/src/declarative/items/qsgtext_p.h
@@ -194,8 +194,8 @@ Q_SIGNALS:
void effectiveHorizontalAlignmentChanged();
protected:
- void mousePressEvent(QGraphicsSceneMouseEvent *event);
- void mouseReleaseEvent(QGraphicsSceneMouseEvent *event);
+ void mousePressEvent(QMouseEvent *event);
+ void mouseReleaseEvent(QMouseEvent *event);
virtual void geometryChanged(const QRectF &newGeometry,
const QRectF &oldGeometry);
virtual QSGNode *updatePaintNode(QSGNode *, UpdatePaintNodeData *);