KonqCombo: Use new QComboBox signal and new-style connect
Now that Qt 5.15 is required for Frameworks, the new signal can be used. Using an old-style connect to activated(QString) appears not to work, the symptom is that pressing Return in the location bar does nothing.
Use new-style connect throughout Port deprecated KComboBox::returnPressed() -> returnPressed(QString)