summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-12 12:12:21 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-12 12:12:21 +0300
commit1b989262bdce0080c83aefc258cdbdaa38648b7d (patch)
tree4a749259b2ed021473a8b759b79b6d2bc1579413 /src/game.cpp
parentde8e1e4b7ad775aee03f9faf137194e38d19574b (diff)
downloadplus-1b989262bdce0080c83aefc258cdbdaa38648b7d.tar.gz
plus-1b989262bdce0080c83aefc258cdbdaa38648b7d.tar.bz2
plus-1b989262bdce0080c83aefc258cdbdaa38648b7d.tar.xz
plus-1b989262bdce0080c83aefc258cdbdaa38648b7d.zip
Move GmTab into chat subdir.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index dee43777c..5a67595b2 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -88,7 +88,7 @@
#include "gui/widgets/spellshortcutcontainer.h"
#include "gui/widgets/virtshortcutcontainer.h"
-#include "gui/widgets/tabs/gmtab.h"
+#include "gui/widgets/tabs/chat/gmtab.h"
#include "gui/widgets/tabs/langtab.h"
#include "gui/widgets/tabs/tradetab.h"