summaryrefslogtreecommitdiff
path: root/src/gui/windows/inventorywindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-15 22:45:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-15 22:45:17 +0300
commite3ec854f275cc6f79129bbdd3129be277100908f (patch)
tree0fe087ce12daa09d1942d9d1c9fde9d9d63f24aa /src/gui/windows/inventorywindow.h
parent884ab3c2ab1d308866649b01faf0dc95d76809c5 (diff)
downloadplus-e3ec854f275cc6f79129bbdd3129be277100908f.tar.gz
plus-e3ec854f275cc6f79129bbdd3129be277100908f.tar.bz2
plus-e3ec854f275cc6f79129bbdd3129be277100908f.tar.xz
plus-e3ec854f275cc6f79129bbdd3129be277100908f.zip
Move some listeners classes into listeners directory.
Diffstat (limited to 'src/gui/windows/inventorywindow.h')
-rw-r--r--src/gui/windows/inventorywindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/inventorywindow.h b/src/gui/windows/inventorywindow.h
index da6e56a77..c0289e70d 100644
--- a/src/gui/windows/inventorywindow.h
+++ b/src/gui/windows/inventorywindow.h
@@ -24,7 +24,8 @@
#define GUI_WINDOWS_INVENTORYWINDOW_H
#include "inventory.h"
-#include "depricatedlistener.h"
+
+#include "listeners/depricatedlistener.h"
#include "gui/widgets/window.h"