summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 18:44:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 18:44:14 +0300
commitbfdd5aa4be7fb4f16488fbdd893cf12eee20187d (patch)
treedff314c818cd284c129be152f77e2a0fb251a5eb
parent9c487cd11afa7cffce954948ce1ea57b95816f17 (diff)
downloadplus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.tar.gz
plus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.tar.bz2
plus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.tar.xz
plus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.zip
Move chatmsgtype.h into gui subdir.
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/enums/gui/chatmsgtype.h (renamed from src/enums/chatmsgtype.h)0
-rw-r--r--src/gui/chatlog.h2
-rw-r--r--src/gui/widgets/tabs/chat/chattab.h2
-rw-r--r--src/gui/windows/chatwindow.h2
-rw-r--r--src/net/eathena/chathandler.h2
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"