From 46762a81b98037470759730640d7454dc5759cb6 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 27 Nov 2006 16:12:01 +0000 Subject: Compile++ svn path=/trunk/playground/utils/dolphin/; revision=608457 --- src/urlnavigator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/urlnavigator.cpp') diff --git a/src/urlnavigator.cpp b/src/urlnavigator.cpp index c76278e61..ae2e06cbd 100644 --- a/src/urlnavigator.cpp +++ b/src/urlnavigator.cpp @@ -472,7 +472,7 @@ void UrlNavigator::updateContent() QString path(url().pathOrUrl()); const KAction* action = Dolphin::mainWin().actionCollection()->action("editable_location"); // TODO: registry of default shortcuts - QString shortcut = action? action->shortcutText() : "Ctrl+L"; + QString shortcut = action? action->shortcut().toString() : "Ctrl+L"; if (m_toggleButton->isChecked()) { delete m_protocols; m_protocols = 0; delete m_protocolSeparator; m_protocolSeparator = 0; -- cgit v1.3