QTfrontend/pages.h
changeset 452 45fbb9df0c99
parent 416 595d8663254d
child 461 105af110b0e6
--- a/QTfrontend/pages.h	Sun Feb 18 14:43:35 2007 +0000
+++ b/QTfrontend/pages.h	Sun Feb 18 15:28:47 2007 +0000
@@ -40,6 +40,7 @@
 class QSpinBox;
 class FPSEdit;
 class HWNetUdpWidget;
+class QTextEdit;
 
 class PageMain : public QWidget
 {
@@ -194,6 +195,8 @@
 
 	QPushButton *BtnBack;
 	QPushButton *BtnGo;
+	QListWidget* chatText;
+	QLineEdit* chatEditLine;
 
 	TeamSelWidget* pNetTeamsWidget;
 	GameCFGWidget* pGameCFG;