summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorAndre Haupt <andre@bitwigglers.org>2009-05-14 04:44:19 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-05-18 16:24:12 +0200
commit03069de9c398fe7a787388e61badb09ae1b1e6b7 (patch)
treebfe14ae241e283691cdc6e467c6237b84ede7915 /src/gui
parentd76c5fb7feda66621b435263353f49e9b4b34308 (diff)
Replace all occurences of "heirarchy" with "hierarchy"
Signed-off-by: Andre Haupt <andre@bitwigglers.org> Reviewed-By: Thiago Macieira
Diffstat (limited to 'src/gui')
-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 e3c489024a..74367c4b99 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 *);