diff --git a/part/pageview.cpp b/part/pageview.cpp index 91acb1699..dbe5a3dcf 100644 --- a/part/pageview.cpp +++ b/part/pageview.cpp @@ -3072,8 +3072,8 @@ void PageView::mouseReleaseEvent(QMouseEvent *e) } else if (choice == speakText) { const QString text = d->selectedText(); d->tts()->say(text); - } #endif + } else if (choice == httpLink) { new KRun(QUrl(url), this); }