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/npcselldialog.h | |
parent | 23ca69dbf704cd289d58f023689289fcab515464 (diff) | |
download | mv-bf3c7384ad1b1fce8beac97f8715eb054158f72e.tar.gz mv-bf3c7384ad1b1fce8beac97f8715eb054158f72e.tar.bz2 mv-bf3c7384ad1b1fce8beac97f8715eb054158f72e.tar.xz mv-bf3c7384ad1b1fce8beac97f8715eb054158f72e.zip |
Move selldialog from window into widgets.
Diffstat (limited to 'src/gui/windows/npcselldialog.h')
-rw-r--r-- | src/gui/windows/npcselldialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/npcselldialog.h b/src/gui/windows/npcselldialog.h index 02df1e143..7f0e43506 100644 --- a/src/gui/windows/npcselldialog.h +++ b/src/gui/windows/npcselldialog.h @@ -23,7 +23,7 @@ #ifndef GUI_WINDOWS_NPCSELLDIALOG_H #define GUI_WINDOWS_NPCSELLDIALOG_H -#include "gui/windows/selldialog.h" +#include "gui/widgets/selldialog.h" /** * The sell dialog. |