summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b53730766..aad4324d5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1197,7 +1197,7 @@ SET(SRCS
gui/widgets/basiccontainer.h
gui/buttoninfo.h
gui/buttontext.h
- gui/chatconsts.h
+ const/gui/chat.h
gui/chatlog.h
enums/gui/chatmsgtype.h
gui/cliprect.h
diff --git a/src/Makefile.am b/src/Makefile.am
index 0ff411f1d..fc2d12975 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -85,7 +85,7 @@ SRC += events/actionevent.h \
gui/widgets/basiccontainer.h \
gui/buttoninfo.h \
gui/buttontext.h \
- gui/chatconsts.h \
+ const/gui/chat.h \
gui/chatlog.h \
enums/gui/chatmsgtype.h \
gui/cliprect.h \