This commit is contained in:
doitux
2007-10-09 08:41:15 +00:00
parent 8e8ee03325
commit 8470faeb59
@@ -28,5 +28,5 @@ void MyChatInputLineEdit::keyPressEvent( QKeyEvent * event ) {
if (event->key() == Qt::Key_Tab && this->hasSelectedText()) { }
QLineEdit::event(event);
QLineEdit::keyPressEvent(event);
}