diff --git a/src/gui/qt/gamelobbydialog/mychatinputlineedit.cpp b/src/gui/qt/gamelobbydialog/mychatinputlineedit.cpp index 05cb61fc..b35195e7 100644 --- a/src/gui/qt/gamelobbydialog/mychatinputlineedit.cpp +++ b/src/gui/qt/gamelobbydialog/mychatinputlineedit.cpp @@ -28,5 +28,5 @@ void MyChatInputLineEdit::keyPressEvent( QKeyEvent * event ) { if (event->key() == Qt::Key_Tab && this->hasSelectedText()) { } - QLineEdit::event(event); + QLineEdit::keyPressEvent(event); }