--- a/QTfrontend/ui/page/pageroomslist.h Wed Feb 22 18:13:14 2012 +0100
+++ b/QTfrontend/ui/page/pageroomslist.h Thu Feb 23 00:46:03 2012 +0400
@@ -23,6 +23,7 @@
class HWChatWidget;
class AmmoSchemeModel;
+class QTableView;
class PageRoomsList : public AbstractPage
{
@@ -36,7 +37,7 @@
QLineEdit * roomName;
QLineEdit * searchText;
- QTableWidget * roomsList;
+ QTableView * roomsList;
QPushButton * BtnCreate;
QPushButton * BtnJoin;
QPushButton * BtnRefresh;
@@ -50,7 +51,6 @@
public slots:
void setAdmin(bool);
- void setRoomsList(const QStringList & list);
void setUser(const QString & nickname);
void updateNickCounter(int cnt);