summaryrefslogtreecommitdiff
path: root/src/actions/windows.cpp
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/windows.cpp
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/windows.cpp')
-rw-r--r--src/actions/windows.cpp2
1 files changed, 1 insertions, 1 deletions
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"