summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-24 22:48:46 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-25 20:37:11 +0200
commite45358d0b4d31acb4b345d1f5037e3a9f4458642 (patch)
tree729ef322be57bbba05aa432109b7fe38503fd4ce /src/main.cpp
parent8557f3b2e279bda3f1c58b82c6aa37f9206aeb12 (diff)
downloadMana-e45358d0b4d31acb4b345d1f5037e3a9f4458642.tar.gz
Mana-e45358d0b4d31acb4b345d1f5037e3a9f4458642.tar.bz2
Mana-e45358d0b4d31acb4b345d1f5037e3a9f4458642.tar.xz
Mana-e45358d0b4d31acb4b345d1f5037e3a9f4458642.zip
Renamed connection.{cpp,h} to connectiondialog.{cpp,h}
Consistent with the class name and avoids confusing it with the connection.{cpp,h} in net/tmwserv.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2bf9820e..32bf2e2f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -53,7 +53,7 @@
#include "gui/serverselectdialog.h"
#include "gui/setup.h"
#ifdef TMWSERV_SUPPORT
-#include "gui/connection.h"
+#include "gui/connectiondialog.h"
#include "gui/quitdialog.h"
#include "gui/serverdialog.h"
#endif