summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
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/CMakeLists.txt
parent8557f3b2e279bda3f1c58b82c6aa37f9206aeb12 (diff)
downloadmana-client-e45358d0b4d31acb4b345d1f5037e3a9f4458642.tar.gz
mana-client-e45358d0b4d31acb4b345d1f5037e3a9f4458642.tar.bz2
mana-client-e45358d0b4d31acb4b345d1f5037e3a9f4458642.tar.xz
mana-client-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/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 82e1bdc3..91fe8e06 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -466,8 +466,8 @@ SET(SRCS_TMW
gui/buddywindow.h
gui/changeemaildialog.cpp
gui/changeemaildialog.h
- gui/connection.cpp
- gui/connection.h
+ gui/connectiondialog.cpp
+ gui/connectiondialog.h
gui/guildlistbox.cpp
gui/guildlistbox.h
gui/guildwindow.cpp