summaryrefslogtreecommitdiff
path: root/src/actions
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-12 12:07:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-12 12:07:17 +0300
commitde8e1e4b7ad775aee03f9faf137194e38d19574b (patch)
treee1aed9d96feb5a2b40de2f84cf56d4e920f0c229 /src/actions
parent708805b5df0018812f3a9feb47e37ccfc36398f2 (diff)
downloadplus-de8e1e4b7ad775aee03f9faf137194e38d19574b.tar.gz
plus-de8e1e4b7ad775aee03f9faf137194e38d19574b.tar.bz2
plus-de8e1e4b7ad775aee03f9faf137194e38d19574b.tar.xz
plus-de8e1e4b7ad775aee03f9faf137194e38d19574b.zip
Move ChatTabType into chat subdir.
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/chat.cpp2
-rw-r--r--src/actions/windows.cpp2
2 files changed, 2 insertions, 2 deletions
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"