diff options
| author | Laurent Montel <[email protected]> | 2006-11-27 16:12:01 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2006-11-27 16:12:01 +0000 |
| commit | 46762a81b98037470759730640d7454dc5759cb6 (patch) | |
| tree | c895325cc3e59909cd58d1d88b7f1fbc5a977032 /src | |
| parent | 6839b99e1cb92abe944c58f8d88d6681218ffae2 (diff) | |
Compile++
svn path=/trunk/playground/utils/dolphin/; revision=608457
Diffstat (limited to 'src')
| -rw-r--r-- | src/urlnavigator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
