[atlantik-cvs] CVS: kdegames/atlantik/client atlantik.cpp,1.130,1.131
[email protected] Mon, 6 Jan 2003 12:37:08 +0100 (CET)
Newsgroups
gmane.comp.kde.devel.atlantik
Message-ID
<[email protected] >
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv15586/client
Modified Files:
atlantik.cpp
Log Message:
remove some compiler warnings
Index: atlantik.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/atlantik.cpp,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- atlantik.cpp 23 Dec 2002 04:03:54 -0000 1.130
+++ atlantik.cpp 6 Jan 2003 11:37:06 -0000 1.131
@@ -503,7 +503,7 @@
return;
}
- m_atlantikNetwork = new AtlantikNetwork(m_atlanticCore, this, "atlantikNetwork");
+ m_atlantikNetwork = new AtlantikNetwork(m_atlanticCore);
connect(m_atlantikNetwork, SIGNAL(msgInfo(QString)), this, SLOT(slotMsgInfo(QString)));
connect(m_atlantikNetwork, SIGNAL(msgError(QString)), this, SLOT(slotMsgError(QString)));
connect(m_atlantikNetwork, SIGNAL(msgChat(QString, QString)), this, SLOT(slotMsgChat(QString, QString)));