# HG changeset patch
# User unc0rr
# Date 1163770618 0
# Node ID 107f7e826a83eea19f2cbb9748cbec8884699a8d
# Parent  4f6b53b7a567ba6b11745bcd924b3116050b6a0e
Fix compile :)

diff -r 4f6b53b7a567 -r 107f7e826a83 QTfrontend/team.h
--- a/QTfrontend/team.h	Thu Nov 16 22:01:51 2006 +0000
+++ b/QTfrontend/team.h	Fri Nov 17 13:36:58 2006 +0000
@@ -43,7 +43,7 @@
 		bool SaveToFile();
 		void SetToPage(HWForm * hwform);
 		void GetFromPage(HWForm * hwform);
-		QStringList HWTeam::TeamGameConfig(quint32 color, int hedgehogs) const;
+		QStringList TeamGameConfig(quint32 color, int hedgehogs) const;
 
 		bool operator==(const HWTeam& t1) const;
 		bool operator<(const HWTeam& t1) const;