QTfrontend/CMakeLists.txt
changeset 420 6cdfc07dceed
parent 412 2ddcc3e3e644
child 461 105af110b0e6
--- a/QTfrontend/CMakeLists.txt	Thu Feb 08 20:54:14 2007 +0000
+++ b/QTfrontend/CMakeLists.txt	Thu Feb 08 21:11:58 2007 +0000
@@ -26,7 +26,6 @@
 	main.cpp
 	hwform.cpp 
 	team.cpp
-	netclient.cpp
 	teamselect.cpp
 	teamselhelper.cpp
 	frameTeam.cpp
@@ -44,6 +43,7 @@
 	proto.cpp
 	fpsedit.cpp
 	netserver.cpp
+	netconnectedclient.cpp
 	newnetclient.cpp
 	netudpserver.cpp
 	netudpwidget.cpp)
@@ -56,7 +56,6 @@
 	game.h
 	hwform.h
 	binds.h
-	netclient.h
 	teamselect.h
 	teamselhelper.h
 	frameTeam.h
@@ -76,6 +75,7 @@
 	proto.h
 	fpsedit.h
 	netserver.h
+	netconnectedclient.h
 	newnetclient.h
 	netudpserver.h
 	netudpwidget.h)