summaryrefslogtreecommitdiff
path: root/src/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7ed6da63..23de64bc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -370,8 +370,8 @@ tmw_SOURCES += \
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 \