summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenu_p.h
diff options
context:
space:
mode:
authorAndre Haupt <andre@bitwigglers.org>2009-05-14 02:44:19 (GMT)
committerAndre Haupt <andre@bitwigglers.org>2009-05-14 02:44:19 (GMT)
commitdd20c403fa6ec99cf4aec02655a16a97320734c3 (patch)
treea3c3ac414ff65d66d24be28505706cf6b5bb8a9a /src/gui/widgets/qmenu_p.h
parent594bc93fc36e2d0aada9c11a7957db7fd4b11c15 (diff)
downloadQt-dd20c403fa6ec99cf4aec02655a16a97320734c3.zip
Qt-dd20c403fa6ec99cf4aec02655a16a97320734c3.tar.gz
Qt-dd20c403fa6ec99cf4aec02655a16a97320734c3.tar.bz2
replace all occurences of "heirarchy" with "hierarchy"
Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Diffstat (limited to 'src/gui/widgets/qmenu_p.h')
-rw-r--r--src/gui/widgets/qmenu_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qmenu_p.h b/src/gui/widgets/qmenu_p.h
index dddd83e..edfeee7 100644
--- a/src/gui/widgets/qmenu_p.h
+++ b/src/gui/widgets/qmenu_p.h
@@ -208,7 +208,7 @@ public:
QString searchBuffer;
QBasicTimer searchBufferTimer;
- //passing of mouse events up the parent heirarchy
+ //passing of mouse events up the parent hierarchy
QPointer<QMenu> activeMenu;
bool mouseEventTaken(QMouseEvent *);