summaryrefslogtreecommitdiff
path: root/src/gui/textcommandeditor.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-04 04:03:47 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-04 04:03:47 +0300
commitfc1de272d5e3d9f5666ecd792d770b63dce7d8e4 (patch)
tree182ad496d842037b4fda7a8be70f4863a2eaa2ca /src/gui/textcommandeditor.cpp
parentd18b9616bbe54db5d33363a197c8b9efa6161fa8 (diff)
downloadplus-fc1de272d5e3d9f5666ecd792d770b63dce7d8e4.tar.gz
plus-fc1de272d5e3d9f5666ecd792d770b63dce7d8e4.tar.bz2
plus-fc1de272d5e3d9f5666ecd792d770b63dce7d8e4.tar.xz
plus-fc1de272d5e3d9f5666ecd792d770b63dce7d8e4.zip
Rename some gui class files to real class names.
Diffstat (limited to 'src/gui/textcommandeditor.cpp')
-rw-r--r--src/gui/textcommandeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/textcommandeditor.cpp b/src/gui/textcommandeditor.cpp
index 2300033a5..019827048 100644
--- a/src/gui/textcommandeditor.cpp
+++ b/src/gui/textcommandeditor.cpp
@@ -38,7 +38,7 @@
#include "gui/widgets/table.h"
#include "gui/widgets/textfield.h"
-#include "chat.h"
+#include "chatwindow.h"
#include "configuration.h"
#include "item.h"
#include "localplayer.h"