diff options
| author | Dominik Haumann <[email protected]> | 2006-12-15 00:04:41 +0000 |
|---|---|---|
| committer | Dominik Haumann <[email protected]> | 2006-12-15 00:04:41 +0000 |
| commit | 3bd97ea34c72164a2c583ec28eafcdfc887455cf (patch) | |
| tree | 96eb6247390b506b036198719b057cb9016b5fd8 /src/dolphinstatusbar.cpp | |
| parent | 1547891be25c90446034f24d0487426e174c7849 (diff) | |
fix signal names
svn path=/trunk/playground/utils/dolphin/; revision=613749
Diffstat (limited to 'src/dolphinstatusbar.cpp')
| -rw-r--r-- | src/dolphinstatusbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinstatusbar.cpp b/src/dolphinstatusbar.cpp index 84a8f6d58..82cb09e11 100644 --- a/src/dolphinstatusbar.cpp +++ b/src/dolphinstatusbar.cpp @@ -60,7 +60,7 @@ DolphinStatusBar::DolphinStatusBar(DolphinView* parent) : setMinimumHeight(size.height()); m_messageLabel->setMinimumTextHeight(size.height()); - connect(parent, SIGNAL(signalUrlChanged(const KUrl&)), + connect(parent, SIGNAL(urlChanged(const KUrl&)), this, SLOT(slotUrlChanged(const KUrl&))); } |
