QTfrontend/newnetclient.h
changeset 1404 2b6b6809c2e4
parent 1391 735f6d43780b
child 1405 ee4b28a1861d
--- a/QTfrontend/newnetclient.h	Thu Oct 23 15:12:38 2008 +0000
+++ b/QTfrontend/newnetclient.h	Fri Oct 24 12:57:06 2008 +0000
@@ -41,7 +41,6 @@
   HWNewNet(GameUIConfig * config, GameCFGWidget* pGameCFGWidget, TeamSelWidget* pTeamSelWidget);
   void Connect(const QString & hostName, quint16 port, const QString & nick);
   void Disconnect();
-  void Ready();
   bool isRoomChief();
 
  private:
@@ -113,6 +112,7 @@
   void serverMessage(const QString &);
 
  public slots:
+  void ToggleReady();
   void chatLineToNet(const QString& str);
   void SendNet(const QByteArray & buf);
   void AddTeam(const HWTeam & team);