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/gui/windows/shopselldialog.h | |
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/gui/windows/shopselldialog.h')
-rw-r--r-- | src/gui/windows/shopselldialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/shopselldialog.h b/src/gui/windows/shopselldialog.h index 8ae90d903..9fb8c1635 100644 --- a/src/gui/windows/shopselldialog.h +++ b/src/gui/windows/shopselldialog.h @@ -23,7 +23,7 @@ #ifndef GUI_WINDOWS_SHOPSELLDIALOG_H #define GUI_WINDOWS_SHOPSELLDIALOG_H -#include "gui/windows/selldialog.h" +#include "gui/widgets/selldialog.h" /** * The sell dialog. |