diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-04 04:03:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-04 04:03:47 +0300 |
commit | fc1de272d5e3d9f5666ecd792d770b63dce7d8e4 (patch) | |
tree | 182ad496d842037b4fda7a8be70f4863a2eaa2ca /src/gui/botcheckerwindow.cpp | |
parent | d18b9616bbe54db5d33363a197c8b9efa6161fa8 (diff) | |
download | plus-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/botcheckerwindow.cpp')
-rw-r--r-- | src/gui/botcheckerwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/botcheckerwindow.cpp b/src/gui/botcheckerwindow.cpp index c2cfab2f6..c110e880e 100644 --- a/src/gui/botcheckerwindow.cpp +++ b/src/gui/botcheckerwindow.cpp @@ -36,7 +36,7 @@ #include "gui/widgets/table.h" #include "actorspritemanager.h" -#include "chat.h" +#include "chatwindow.h" #include "configuration.h" #include "localplayer.h" #include "main.h" |