summaryrefslogtreecommitdiff
path: root/src/net/tmwa/tradehandler.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-15 23:56:26 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-16 19:42:45 +0100
commit81306cf16bd4660b868f24a74b1e731c8a00af95 (patch)
treedb3c905969884600792055d330851561bcf17384 /src/net/tmwa/tradehandler.cpp
parentbdb66839ca480fdfa51a7253fb8f95c3657381c1 (diff)
downloadMana-81306cf16bd4660b868f24a74b1e731c8a00af95.tar.gz
Mana-81306cf16bd4660b868f24a74b1e731c8a00af95.tar.bz2
Mana-81306cf16bd4660b868f24a74b1e731c8a00af95.tar.xz
Mana-81306cf16bd4660b868f24a74b1e731c8a00af95.zip
Renamed some file names for consistency with the class names
This was already done by ManaPlus. It's a good idea anyway and it makes comparing the code a little easier. Reviewed-by: Yohann Ferreira
Diffstat (limited to 'src/net/tmwa/tradehandler.cpp')
-rw-r--r--src/net/tmwa/tradehandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/tradehandler.cpp b/src/net/tmwa/tradehandler.cpp
index 69ba24af..0200b2a9 100644
--- a/src/net/tmwa/tradehandler.cpp
+++ b/src/net/tmwa/tradehandler.cpp
@@ -29,7 +29,7 @@
#include "playerrelations.h"
#include "gui/confirmdialog.h"
-#include "gui/trade.h"
+#include "gui/tradewindow.h"
#include "net/inventoryhandler.h"
#include "net/messagein.h"