diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-12 12:01:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-12 12:01:08 +0300 |
commit | 708805b5df0018812f3a9feb47e37ccfc36398f2 (patch) | |
tree | 11eac0c17f8fc58cd4a4c00c1a7b7c05ebbcf867 /src/CMakeLists.txt | |
parent | 2efb18fd64cb1bbc4cebe3141dce5c7e1db14628 (diff) | |
download | plus-708805b5df0018812f3a9feb47e37ccfc36398f2.tar.gz plus-708805b5df0018812f3a9feb47e37ccfc36398f2.tar.bz2 plus-708805b5df0018812f3a9feb47e37ccfc36398f2.tar.xz plus-708805b5df0018812f3a9feb47e37ccfc36398f2.zip |
Move ChatTab into chat subdir.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a881127dd..d44db537d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -131,11 +131,11 @@ SET(SRCS gui/widgets/characterviewnormal.h gui/widgets/characterviewsmall.cpp gui/widgets/characterviewsmall.h - gui/widgets/tabs/chattab.cpp - gui/widgets/tabs/chattab.h gui/widgets/tabs/chattabtype.h gui/widgets/tabs/debugwindowtabs.cpp gui/widgets/tabs/debugwindowtabs.h + gui/widgets/tabs/chat/chattab.cpp + gui/widgets/tabs/chat/chattab.h gui/widgets/chatinput.h gui/widgets/checkbox.cpp gui/widgets/checkbox.h |