summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-16 12:22:47 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-16 12:28:10 +0300
commit0d73f54f842a9690c65faedf094112017fd07430 (patch)
treeca009ae0b366a95ad9c0fef1fa518ad60f8dbac2 /src/CMakeLists.txt
parent85e89895c4f7a53721a6bd93b47a79d5537d263a (diff)
downloadplus-0d73f54f842a9690c65faedf094112017fd07430.tar.gz
plus-0d73f54f842a9690c65faedf094112017fd07430.tar.bz2
plus-0d73f54f842a9690c65faedf094112017fd07430.tar.xz
plus-0d73f54f842a9690c65faedf094112017fd07430.zip
move actionevent into events directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d5e0edfe7..99d36e1ec 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -769,7 +769,7 @@ SET(SRCS
vector.h
walklayer.cpp
walklayer.h
- gui/base/actionevent.hpp
+ events/actionevent.h
listeners/actionlistener.h
gui/base/basiccontainer.hpp
gui/base/cliprectangle.hpp
@@ -808,7 +808,6 @@ SET(SRCS
gui/base/widgets/textbox.hpp
gui/base/widgets/textfield.hpp
gui/base/widgets/window.hpp
- gui/base/actionevent.cpp
gui/base/basiccontainer.cpp
gui/base/cliprectangle.cpp
gui/base/color.cpp