networkgame-nick-highlighting

This commit is contained in:
doitux
2007-10-14 17:59:40 +00:00
parent c5c9ce262a
commit f2fc2d301c
5 changed files with 31 additions and 7 deletions
@@ -28,7 +28,7 @@ startNetworkGameDialogImpl::startNetworkGameDialogImpl(QWidget *parent, ConfigFi
{
setupUi(this);
myChat = new ChatTools(lineEdit_ChatInput, treeWidget, textBrowser_ChatDisplay);
myChat = new ChatTools(lineEdit_ChatInput, myConfig, treeWidget, textBrowser_ChatDisplay, 1);
lineEdit_ChatInput->installEventFilter(this);