summaryrefslogtreecommitdiff
path: root/src/commandhandler.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/commandhandler.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/commandhandler.cpp')
-rw-r--r--src/commandhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index 3b2f38f72..df45a4f66 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -30,8 +30,8 @@
#include "log.h"
#include "main.h"
-#include "gui/chat.h"
-#include "gui/help.h"
+#include "gui/chatwindow.h"
+#include "gui/helpwindow.h"
#include "gui/gui.h"
#include "gui/outfitwindow.h"
#include "gui/shopwindow.h"