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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7a74b3d17..da16e98d7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -165,7 +165,7 @@ manaplus_SOURCES += gui/base/actionevent.hpp \ gui/base/event.hpp \ gui/base/exception.hpp \ gui/base/focushandler.hpp \ - gui/base/focuslistener.hpp \ + listeners/focuslistener.h \ gui/base/font.hpp \ gui/base/graphics.hpp \ gui/base/gui.hpp \ |