diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-12 12:12:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-12 12:12:21 +0300 |
commit | 1b989262bdce0080c83aefc258cdbdaa38648b7d (patch) | |
tree | 4a749259b2ed021473a8b759b79b6d2bc1579413 /src/net/ea/chathandler.cpp | |
parent | de8e1e4b7ad775aee03f9faf137194e38d19574b (diff) | |
download | plus-1b989262bdce0080c83aefc258cdbdaa38648b7d.tar.gz plus-1b989262bdce0080c83aefc258cdbdaa38648b7d.tar.bz2 plus-1b989262bdce0080c83aefc258cdbdaa38648b7d.tar.xz plus-1b989262bdce0080c83aefc258cdbdaa38648b7d.zip |
Move GmTab into chat subdir.
Diffstat (limited to 'src/net/ea/chathandler.cpp')
-rw-r--r-- | src/net/ea/chathandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp index 8ac0ce6f5..0f5ae0f36 100644 --- a/src/net/ea/chathandler.cpp +++ b/src/net/ea/chathandler.cpp @@ -33,7 +33,7 @@ #include "gui/windows/chatwindow.h" #include "gui/windows/shopwindow.h" -#include "gui/widgets/tabs/gmtab.h" +#include "gui/widgets/tabs/chat/gmtab.h" #include "net/messagein.h" #include "net/serverfeatures.h" |