aboutsummaryrefslogtreecommitdiff
path: root/lobby.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobby.h')
-rw-r--r--lobby.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lobby.h b/lobby.h
index 7743577d..83b9cb40 100644
--- a/lobby.h
+++ b/lobby.h
@@ -11,6 +11,7 @@
#include <QPlainTextEdit>
#include <QLineEdit>
#include <QProgressBar>
+#include <QTextBrowser>
class AOApplication;
@@ -61,7 +62,7 @@ private:
QLabel *ui_player_count;
QPlainTextEdit *ui_description;
- QPlainTextEdit *ui_chatbox;
+ QTextBrowser *ui_chatbox;
QLineEdit *ui_chatname;
QLineEdit *ui_chatmessage;