diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-24 22:48:46 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-25 20:37:11 +0200 |
commit | e45358d0b4d31acb4b345d1f5037e3a9f4458642 (patch) | |
tree | 729ef322be57bbba05aa432109b7fe38503fd4ce /src/CMakeLists.txt | |
parent | 8557f3b2e279bda3f1c58b82c6aa37f9206aeb12 (diff) | |
download | mana-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/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
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 |