]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/urlnavigator.cpp
Use a QLinkedList instead of Q3PtrList
[dolphin.git] / src / urlnavigator.cpp
index 6ab73976a8c474d6f64b6492378dd6ad056ae2ae..2e7a77fbf0947b53d484e1e347df647095d21f1e 100644 (file)
@@ -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()) {