diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-15 23:40:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-15 23:40:05 +0300 |
commit | 01d93aedcc4d1632ff5915c3989a502ec31cd978 (patch) | |
tree | c66fef008a583f4a9c556e4fd7577cd08db5ac17 /src/gui/widgets/popuplist.h | |
parent | 580ce9af9e9a241aac083107b18c9c81e1c1da0d (diff) | |
download | plus-01d93aedcc4d1632ff5915c3989a502ec31cd978.tar.gz plus-01d93aedcc4d1632ff5915c3989a502ec31cd978.tar.bz2 plus-01d93aedcc4d1632ff5915c3989a502ec31cd978.tar.xz plus-01d93aedcc4d1632ff5915c3989a502ec31cd978.zip |
move focuslistener from base into listeners.
Diffstat (limited to 'src/gui/widgets/popuplist.h')
-rw-r--r-- | src/gui/widgets/popuplist.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/widgets/popuplist.h b/src/gui/widgets/popuplist.h index dfe93c0ae..454b5617c 100644 --- a/src/gui/widgets/popuplist.h +++ b/src/gui/widgets/popuplist.h @@ -23,7 +23,8 @@ #include "gui/widgets/popup.h" -#include "gui/base/focuslistener.hpp" +#include "listeners/focuslistener.h" + #include "gui/base/listmodel.hpp" #include "localconsts.h" @@ -33,7 +34,7 @@ class ListBox; class ScrollArea; class PopupList final : public Popup, - public gcn::FocusListener + public FocusListener { public: PopupList(DropDown *const widget, |