From de8e1e4b7ad775aee03f9faf137194e38d19574b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 12 Oct 2014 12:07:17 +0300 Subject: Move ChatTabType into chat subdir. --- src/actions/chat.cpp | 2 +- src/actions/windows.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/actions') diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index 873a5467a..d838aac06 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -31,7 +31,7 @@ #include "gui/windows/chatwindow.h" #include "gui/widgets/tabs/chat/chattab.h" -#include "gui/widgets/tabs/chattabtype.h" +#include "gui/widgets/tabs/chat/chattabtype.h" #include "net/chathandler.h" #include "net/guildhandler.h" diff --git a/src/actions/windows.cpp b/src/actions/windows.cpp index c17d14978..fae82261c 100644 --- a/src/actions/windows.cpp +++ b/src/actions/windows.cpp @@ -45,7 +45,7 @@ #include "gui/windows/updaterwindow.h" #include "gui/widgets/tabs/chat/chattab.h" -#include "gui/widgets/tabs/chattabtype.h" +#include "gui/widgets/tabs/chat/chattabtype.h" #include "debug.h" -- cgit v1.2.3-70-g09d2