diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-22 15:17:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-22 15:21:50 +0300 |
commit | bf3c7384ad1b1fce8beac97f8715eb054158f72e (patch) | |
tree | db38eb13a8d20329c410fdb97c1ad204f41c4eb9 /src/CMakeLists.txt | |
parent | 23ca69dbf704cd289d58f023689289fcab515464 (diff) | |
download | plus-bf3c7384ad1b1fce8beac97f8715eb054158f72e.tar.gz plus-bf3c7384ad1b1fce8beac97f8715eb054158f72e.tar.bz2 plus-bf3c7384ad1b1fce8beac97f8715eb054158f72e.tar.xz plus-bf3c7384ad1b1fce8beac97f8715eb054158f72e.zip |
Move selldialog from window into widgets.
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 8bd4bf57a..548383039 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -409,8 +409,8 @@ SET(SRCS gui/windows/registerdialog.h gui/sdlinput.cpp gui/sdlinput.h - gui/windows/selldialog.cpp - gui/windows/selldialog.h + gui/widgets/selldialog.cpp + gui/widgets/selldialog.h gui/windows/serverdialog.cpp gui/windows/serverdialog.h gui/windows/setupwindow.cpp |