diff options
-rw-r--r-- | src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/enums/gui/chatmsgtype.h (renamed from src/enums/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 |
7 files changed, 6 insertions, 6 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fa5ee1c29..38a2d8782 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1094,7 +1094,7 @@ SET(SRCS gui/buttontext.h gui/chatconsts.h gui/chatlog.h - gui/chatmsgtype.h + enums/gui/chatmsgtype.h gui/cliprect.h gui/color.cpp gui/color.h diff --git a/src/Makefile.am b/src/Makefile.am index 9acd5be53..041fc9320 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -178,7 +178,7 @@ manaplus_SOURCES += events/actionevent.h \ gui/buttontext.h \ gui/chatconsts.h \ gui/chatlog.h \ - gui/chatmsgtype.h \ + enums/gui/chatmsgtype.h \ gui/cliprect.h \ gui/color.h \ gui/dialogtype.h \ diff --git a/src/enums/chatmsgtype.h b/src/enums/gui/chatmsgtype.h index 94b9e62b3..94b9e62b3 100644 --- a/src/enums/chatmsgtype.h +++ b/src/enums/gui/chatmsgtype.h diff --git a/src/gui/chatlog.h b/src/gui/chatlog.h index 9495bb0e3..8e8e70696 100644 --- a/src/gui/chatlog.h +++ b/src/gui/chatlog.h @@ -23,7 +23,7 @@ #ifndef GUI_CHATLOG_H #define GUI_CHATLOG_H -#include "enums/chatmsgtype.h" +#include "enums/gui/chatmsgtype.h" #include <string> diff --git a/src/gui/widgets/tabs/chat/chattab.h b/src/gui/widgets/tabs/chat/chattab.h index 8c5cb3036..1c735de24 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 "enums/chatmsgtype.h" +#include "enums/gui/chatmsgtype.h" #include "gui/widgets/browserbox.h" diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index d4bc4510a..7891a7292 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -25,7 +25,7 @@ #include "being/beingdirection.h" -#include "enums/chatmsgtype.h" +#include "enums/gui/chatmsgtype.h" #include "gui/widgets/window.h" diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index a9e702a76..e4a588fef 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -25,7 +25,7 @@ #include "net/ea/chathandler.h" -#include "enums/chatmsgtype.h" +#include "enums/gui/chatmsgtype.h" #include "net/eathena/messagehandler.h" |