summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-22 17:25:28 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-22 17:25:28 +0300
commit32bc15a1d1aee30f5a259b1648f8d82a5e837ff7 (patch)
treebfb410cae5135256fae99c49da4eeaec554f774a /src/CMakeLists.txt
parent23e954851812b1121d6f3d98a6b7b396bca17dc9 (diff)
downloadplus-32bc15a1d1aee30f5a259b1648f8d82a5e837ff7.tar.gz
plus-32bc15a1d1aee30f5a259b1648f8d82a5e837ff7.tar.bz2
plus-32bc15a1d1aee30f5a259b1648f8d82a5e837ff7.tar.xz
plus-32bc15a1d1aee30f5a259b1648f8d82a5e837ff7.zip
Move tablemodel 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 0a9fafdec..b80e13a93 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -226,8 +226,8 @@ SET(SRCS
gui/widgets/tabbedarea.h
gui/widgets/guitable.cpp
gui/widgets/guitable.h
- gui/widgets/tablemodel.cpp
- gui/widgets/tablemodel.h
+ gui/models/tablemodel.cpp
+ gui/models/tablemodel.h
gui/widgets/tabstrip.cpp
gui/widgets/tabstrip.h
gui/widgets/textbox.cpp