From 641b843fd85d096afdd9b171975df91676179f3b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 24 Mar 2014 18:51:45 +0300 Subject: fix code style. --- src/gui/focushandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/focushandler.cpp') diff --git a/src/gui/focushandler.cpp b/src/gui/focushandler.cpp index 9424bbf29..ced7c5f6e 100644 --- a/src/gui/focushandler.cpp +++ b/src/gui/focushandler.cpp @@ -341,7 +341,7 @@ void FocusHandler::distributeFocusGainedEvent(const Event &focusEvent) Widget *const sourceWidget = focusEvent.getSource(); std::list focusListeners - = sourceWidget->_getFocusListeners(); + = sourceWidget->getFocusListeners(); // Send the event to all focus listeners of the widget. for (std::list::const_iterator @@ -553,7 +553,7 @@ void FocusHandler::distributeFocusLostEvent(const Event& focusEvent) Widget *const sourceWidget = focusEvent.getSource(); std::list focusListeners - = sourceWidget->_getFocusListeners(); + = sourceWidget->getFocusListeners(); // Send the event to all focus listeners of the widget. for (std::list::const_iterator -- cgit v1.2.3-70-g09d2