diff -r 9050a949db21 -r b9db5ff5cfdb QTfrontend/netudpwidget.h --- a/QTfrontend/netudpwidget.h Sun Dec 09 11:25:59 2007 +0000 +++ b/QTfrontend/netudpwidget.h Sun Dec 09 11:43:56 2007 +0000 @@ -22,18 +22,18 @@ #include #include +#include "netserverslist.h" + class QUdpSocket; class QListWidget; -class HWNetUdpWidget : public QWidget +class HWNetUdpWidget : public HWNetServersWidget { Q_OBJECT public: HWNetUdpWidget(QWidget *parent = 0); - QListWidget* serversList; - public slots: void updateList(); @@ -41,7 +41,6 @@ void onClientRead(); private: - QVBoxLayout mainLayout; QUdpSocket* pUdpSocket; };