summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chattab.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-11 02:12:47 +0000
committerJared Adams <jaxad0127@gmail.com>2010-01-11 02:12:47 +0000
commit440150cba3cd8441283d9914fc444358dee64495 (patch)
tree89ff0bb6b5229748861ba5364268e3c465a3b3a0 /src/gui/widgets/chattab.cpp
parentada99b0ff2395e4d0853016306564f471bfc1bc8 (diff)
downloadmana-client-440150cba3cd8441283d9914fc444358dee64495.tar.gz
mana-client-440150cba3cd8441283d9914fc444358dee64495.tar.bz2
mana-client-440150cba3cd8441283d9914fc444358dee64495.tar.xz
mana-client-440150cba3cd8441283d9914fc444358dee64495.zip
Cleanup GUI classes
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out.
Diffstat (limited to 'src/gui/widgets/chattab.cpp')
-rw-r--r--src/gui/widgets/chattab.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp
index 443fab3d..6a915e5b 100644
--- a/src/gui/widgets/chattab.cpp
+++ b/src/gui/widgets/chattab.cpp
@@ -25,11 +25,11 @@
#include "configuration.h"
#include "localplayer.h"
+#include "gui/recorder.h"
+
#include "gui/widgets/browserbox.h"
#include "gui/widgets/scrollarea.h"
-
-#include "gui/itemlinkhandler.h"
-#include "gui/recorder.h"
+#include "gui/widgets/itemlinkhandler.h"
#include "net/chathandler.h"
#include "net/net.h"