summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-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
3 files changed, 3 insertions, 3 deletions
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"