--- a/QTfrontend/about.cpp Sun Apr 27 16:13:40 2008 +0000
+++ b/QTfrontend/about.cpp Sun Apr 27 16:51:28 2008 +0000
@@ -35,7 +35,7 @@
lbl1->setOpenExternalLinks(true);
lbl1->setText(
"<div align=\"center\"><h1>Hedgewars</h1>" +
- QLabel::tr("<h3>Version 0.9.2</h3>") +
+ QLabel::tr("<h3>Version 0.9.3</h3>") +
"<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p><br>" +
QLabel::tr("This program is distributed under the GNU General Public License") +
"</div>"
--- a/QTfrontend/netconnectedclient.cpp Sun Apr 27 16:13:40 2008 +0000
+++ b/QTfrontend/netconnectedclient.cpp Sun Apr 27 16:51:28 2008 +0000
@@ -16,12 +16,13 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-#include "netconnectedclient.h"
-#include "netserver.h"
-
#include <QTcpServer>
#include <QTcpSocket>
#include <QStringList>
+#include <QDebug>
+
+#include "netconnectedclient.h"
+#include "netserver.h"
extern char delimeter;