summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-22 16:30:34 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-22 16:44:21 +0300
commit7432738d75d02147e2aaa1d577383d26a9e18296 (patch)
tree63f22206794e84aba6df56ba7cf0a83009fa86cf /src/CMakeLists.txt
parent5fc6d9e0f9637e3aaa71972478bee9febbe78ca7 (diff)
downloadplus-7432738d75d02147e2aaa1d577383d26a9e18296.tar.gz
plus-7432738d75d02147e2aaa1d577383d26a9e18296.tar.bz2
plus-7432738d75d02147e2aaa1d577383d26a9e18296.tar.xz
plus-7432738d75d02147e2aaa1d577383d26a9e18296.zip
Move colormodel into gui/models directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 497b66cd9..d2d7effde 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -124,8 +124,8 @@ SET(SRCS
gui/widgets/tabs/chattab.h
gui/widgets/checkbox.cpp
gui/widgets/checkbox.h
- gui/widgets/colormodel.cpp
- gui/widgets/colormodel.h
+ gui/models/colormodel.cpp
+ gui/models/colormodel.h
gui/widgets/colorpage.cpp
gui/widgets/colorpage.h
gui/widgets/container.cpp