summaryrefslogtreecommitdiffstats
path: root/demos/qtdemo/textbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/qtdemo/textbutton.h')
-rw-r--r--demos/qtdemo/textbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/qtdemo/textbutton.h b/demos/qtdemo/textbutton.h
index 55b4edc..039f923 100644
--- a/demos/qtdemo/textbutton.h
+++ b/demos/qtdemo/textbutton.h
@@ -61,7 +61,7 @@ public:
QGraphicsScene *scene = 0, QGraphicsItem *parent = 0, BUTTONTYPE color = SIDEBAR);
virtual ~TextButton();
- // overidden methods:
+ // overridden methods:
virtual QRectF boundingRect() const;
virtual void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget * = 0){};
virtual void hoverEnterEvent(QGraphicsSceneHoverEvent *event);