diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-22 18:08:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-22 18:08:37 +0300 |
commit | 7898171f05a06df0541031d7491127493947c939 (patch) | |
tree | 883c5e75ba3bb56703acc2e402d4c6612587058c /src/CMakeLists.txt | |
parent | 4574f63edea86ecf31f43818615722015f01ebb4 (diff) | |
download | plus-7898171f05a06df0541031d7491127493947c939.tar.gz plus-7898171f05a06df0541031d7491127493947c939.tar.bz2 plus-7898171f05a06df0541031d7491127493947c939.tar.xz plus-7898171f05a06df0541031d7491127493947c939.zip |
Move shopitems into gui/models.
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 297713e72..e5ddcd8f8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -204,8 +204,8 @@ SET(SRCS gui/widgets/tabs/setuptabscroll.h gui/widgets/setuptouchitem.cpp gui/widgets/setuptouchitem.h - gui/widgets/shopitems.cpp - gui/widgets/shopitems.h + gui/models/shopitems.cpp + gui/models/shopitems.h gui/widgets/shoplistbox.cpp gui/widgets/shoplistbox.h gui/widgets/shortcutcontainer.cpp |