summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-22 17:13:32 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-22 17:13:32 +0300
commit2f0c3a26431ed87be273b182b341d9c167f92eca (patch)
tree2c4206629a4a03ccad700f2ccd5b05b8fd3c9c9c /src/CMakeLists.txt
parentab5a67829ec6c80accfeb4f186a70886c82c8dba (diff)
downloadplus-2f0c3a26431ed87be273b182b341d9c167f92eca.tar.gz
plus-2f0c3a26431ed87be273b182b341d9c167f92eca.tar.bz2
plus-2f0c3a26431ed87be273b182b341d9c167f92eca.tar.xz
plus-2f0c3a26431ed87be273b182b341d9c167f92eca.zip
Move namesmodel 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 9e13f9098..42c1e5b85 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -176,8 +176,8 @@ SET(SRCS
gui/widgets/linkhandler.h
gui/widgets/listbox.cpp
gui/widgets/listbox.h
- gui/widgets/namesmodel.cpp
- gui/widgets/namesmodel.h
+ gui/models/namesmodel.cpp
+ gui/models/namesmodel.h
gui/widgets/passwordfield.cpp
gui/widgets/passwordfield.h
gui/widgets/playerbox.cpp