diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-12 12:07:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-12 12:07:17 +0300 |
commit | de8e1e4b7ad775aee03f9faf137194e38d19574b (patch) | |
tree | e1aed9d96feb5a2b40de2f84cf56d4e920f0c229 /src/actions | |
parent | 708805b5df0018812f3a9feb47e37ccfc36398f2 (diff) | |
download | plus-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.cpp | 2 | ||||
-rw-r--r-- | src/actions/windows.cpp | 2 |
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" |