summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.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/buysellhandler.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/buysellhandler.cpp')
-rw-r--r--src/net/tmwa/buysellhandler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/tmwa/buysellhandler.cpp b/src/net/tmwa/buysellhandler.cpp
index 8daebdec..1646d77f 100644
--- a/src/net/tmwa/buysellhandler.cpp
+++ b/src/net/tmwa/buysellhandler.cpp
@@ -28,9 +28,9 @@
#include "localplayer.h"
#include "playerinfo.h"
-#include "gui/buy.h"
-#include "gui/buysell.h"
-#include "gui/sell.h"
+#include "gui/buydialog.h"
+#include "gui/buyselldialog.h"
+#include "gui/selldialog.h"
#include "net/messagein.h"