fix lan game chat

This commit is contained in:
doitux
2010-09-04 13:22:38 +00:00
parent dc9bd92fcf
commit 17f10632e3
2 changed files with 2 additions and 2 deletions
@@ -33,7 +33,7 @@ startNetworkGameDialogImpl::startNetworkGameDialogImpl(startWindowImpl *parent,
#endif
setupUi(this);
myChat = new ChatTools(lineEdit_ChatInput, myConfig, LAN_LOBBY_CHAT, textBrowser_ChatDisplay);
myChat = new ChatTools(lineEdit_ChatInput, myConfig, LAN_LOBBY_CHAT, textBrowser_ChatDisplay);
lineEdit_ChatInput->installEventFilter(this);