diff -r df9d0728c5bb -r 51d3f4b6293a QTfrontend/ui_hwform.h --- a/QTfrontend/ui_hwform.h Fri Oct 16 22:46:58 2009 +0000 +++ b/QTfrontend/ui_hwform.h Sat Oct 17 01:28:49 2009 +0000 @@ -43,6 +43,7 @@ class QFont; class QWidget; class QMainWindow; +class HWForm; class Ui_HWForm { @@ -73,9 +74,9 @@ QStackedLayout *Pages; QFont *font14; - void setupUi(QMainWindow *HWForm); + void setupUi(HWForm *HWForm); void SetupFonts(); - void SetupPages(QWidget *Parent); + void SetupPages(QWidget *Parent, HWForm *HWForm); void SetupPageNetChat(QWidget *Parent); void SetupPageNetGame(QWidget *Parent); };