diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 16:44:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 16:44:32 +0300 |
commit | e05688fe94a5e669c9d68ac4524c0fceeeb43cfb (patch) | |
tree | 2a731c30427acf0a57bc858df92ad07100432010 | |
parent | 43e5e0bf4f816d171d90052d2503ce255636ad2a (diff) | |
download | plus-e05688fe94a5e669c9d68ac4524c0fceeeb43cfb.tar.gz plus-e05688fe94a5e669c9d68ac4524c0fceeeb43cfb.tar.bz2 plus-e05688fe94a5e669c9d68ac4524c0fceeeb43cfb.tar.xz plus-e05688fe94a5e669c9d68ac4524c0fceeeb43cfb.zip |
Move chatmsgtype.h into enums directory.
-rw-r--r-- | src/enums/chatmsgtype.h (renamed from src/gui/chatmsgtype.h) | 0 | ||||
-rw-r--r-- | src/gui/chatlog.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/tabs/chat/chattab.h | 2 | ||||
-rw-r--r-- | src/gui/windows/chatwindow.h | 2 | ||||
-rw-r--r-- | src/net/eathena/chathandler.h | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/chatmsgtype.h b/src/enums/chatmsgtype.h index 94b9e62b3..94b9e62b3 100644 --- a/src/gui/chatmsgtype.h +++ b/src/enums/chatmsgtype.h diff --git a/src/gui/chatlog.h b/src/gui/chatlog.h index 9f2adbe37..9495bb0e3 100644 --- a/src/gui/chatlog.h +++ b/src/gui/chatlog.h @@ -23,7 +23,7 @@ #ifndef GUI_CHATLOG_H #define GUI_CHATLOG_H -#include "gui/chatmsgtype.h" +#include "enums/chatmsgtype.h" #include <string> diff --git a/src/gui/widgets/tabs/chat/chattab.h b/src/gui/widgets/tabs/chat/chattab.h index 83b1c76f4..8c5cb3036 100644 --- a/src/gui/widgets/tabs/chat/chattab.h +++ b/src/gui/widgets/tabs/chat/chattab.h @@ -23,7 +23,7 @@ #ifndef GUI_WIDGETS_TABS_CHAT_CHATTAB_H #define GUI_WIDGETS_TABS_CHAT_CHATTAB_H -#include "gui/chatmsgtype.h" +#include "enums/chatmsgtype.h" #include "gui/widgets/browserbox.h" diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index 5644d7d3c..d4bc4510a 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -25,7 +25,7 @@ #include "being/beingdirection.h" -#include "gui/chatmsgtype.h" +#include "enums/chatmsgtype.h" #include "gui/widgets/window.h" diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index 9f6237302..a9e702a76 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -25,7 +25,7 @@ #include "net/ea/chathandler.h" -#include "gui/chatmsgtype.h" +#include "enums/chatmsgtype.h" #include "net/eathena/messagehandler.h" |