diff options
Diffstat (limited to 'src')
-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" |