X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/01f577fda1b2ee522a0e87edab7c079c8b553860..328de208710faebaa275e2ef8ddb28a78ea5a2f0:/src/urlnavigator.cpp diff --git a/src/urlnavigator.cpp b/src/urlnavigator.cpp index 6ab73976a..2e7a77fbf 100644 --- a/src/urlnavigator.cpp +++ b/src/urlnavigator.cpp @@ -470,7 +470,7 @@ void UrlNavigator::updateContent() m_toggleButton->setToolTip(QString()); QString path(url().pathOrUrl()); - const KAction* action = dolphinView()->mainWindow()->actionCollection()->action("editable_location"); + const QAction* action = dolphinView()->mainWindow()->actionCollection()->action("editable_location"); // TODO: registry of default shortcuts QString shortcut = action? action->shortcut().toString() : "Ctrl+L"; if (m_toggleButton->isChecked()) {