diff options
Diffstat (limited to 'views/widget/widget.h')
-rw-r--r-- | views/widget/widget.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/views/widget/widget.h b/views/widget/widget.h index 968ec6a..9c4be31 100644 --- a/views/widget/widget.h +++ b/views/widget/widget.h @@ -18,7 +18,7 @@ class Point; class Rect; } -namespace menus { +namespace ui { class Accelerator; } @@ -196,8 +196,7 @@ class Widget { // Returns the accelerator given a command id. Returns false if there is // no accelerator associated with a given id, which is a common condition. - virtual bool GetAccelerator(int cmd_id, - menus::Accelerator* accelerator) = 0; + virtual bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator) = 0; // Returns the Window containing this Widget, or NULL if not contained in a // window. |