diff options
Diffstat (limited to 'vcl/source/window/dockwin.cxx')
-rw-r--r-- | vcl/source/window/dockwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/dockwin.cxx b/vcl/source/window/dockwin.cxx index e1276fcb9af3..3c2a7d443dc6 100644 --- a/vcl/source/window/dockwin.cxx +++ b/vcl/source/window/dockwin.cxx @@ -593,7 +593,7 @@ bool DockingWindow::Notify( NotifyEvent& rNEvt ) } else if( rNEvt.GetType() == EVENT_KEYINPUT ) { - const KeyCode& rKey = rNEvt.GetKeyEvent()->GetKeyCode(); + const vcl::KeyCode& rKey = rNEvt.GetKeyEvent()->GetKeyCode(); if( rKey.GetCode() == KEY_F10 && rKey.GetModifier() && rKey.IsShift() && rKey.IsMod1() ) { |