diff options
| author | Alexis Ménard <[email protected]> | 2008-05-30 18:20:42 +0000 |
|---|---|---|
| committer | Alexis Ménard <[email protected]> | 2008-05-30 18:20:42 +0000 |
| commit | 19cb792d4de9d81a87c54f3b3c883d08093f5f9d (patch) | |
| tree | 1b6e68015234e2f3c4b5dc1c1e62ea3fbffa3ffe /src/dolphinview.cpp | |
| parent | b96686e5916189afe545ac0c460d7659a4b5902d (diff) | |
Fix compil
svn path=/trunk/KDE/kdebase/apps/; revision=814574
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 023a73800..492c8dafb 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -1207,7 +1207,7 @@ void DolphinView::pasteToUrl(const KUrl& url) void DolphinView::slotRequestUrlChange(const KUrl& url) { - emit requestUrlChange(url); + emit urlChanged(url); m_controller->setUrl(url); } |
