diff -r c0b32404ef74 -r 08642c7da4a3 QTfrontend/ui/page/pagenetgame.h --- a/QTfrontend/ui/page/pagenetgame.h Thu May 03 12:33:08 2012 +0200 +++ b/QTfrontend/ui/page/pagenetgame.h Thu May 03 13:25:40 2012 +0200 @@ -65,6 +65,7 @@ signals: void SetupClicked(); + void DLCClicked(); void askForUpdateRoomName(const QString &); private: @@ -76,6 +77,7 @@ HistoryLineEdit * leRoomName; QPushButton * btnSetup; + QPushButton * btnDLC; }; #endif