diff options
| author | Frank Reininghaus <[email protected]> | 2010-02-23 20:34:33 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2010-02-23 20:34:33 +0000 |
| commit | af46cf7666564847b6a9a752a11ce55485bff0eb (patch) | |
| tree | 2886d1b3514234f09f35ce2e2efd695bf59b20af /src/dolphinview.cpp | |
| parent | e6ba74c5ae544dbc55c5e258adc7f23924993e5b (diff) | |
Remove all code that is related to DolphinController's
requestUrlChange signal. This signal was removed in r1080351, so the
code isn't needed any more.
svn path=/trunk/KDE/kdebase/apps/; revision=1095213
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index c00d6a7e7..2fa351b32 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -108,8 +108,6 @@ DolphinView::DolphinView(QWidget* parent, connect(m_controller, SIGNAL(urlChanged(const KUrl&)), this, SIGNAL(urlChanged(const KUrl&))); - connect(m_controller, SIGNAL(requestUrlChange(const KUrl&)), - this, SLOT(slotRequestUrlChange(const KUrl&))); connect(m_controller, SIGNAL(requestContextMenu(const QPoint&, const QList<QAction*>&)), this, SLOT(openContextMenu(const QPoint&, const QList<QAction*>&))); @@ -1125,12 +1123,6 @@ void DolphinView::slotDeleteFileFinished(KJob* job) } } -void DolphinView::slotRequestUrlChange(const KUrl& url) -{ - emit requestUrlChange(url); - m_controller->setUrl(url); -} - void DolphinView::slotDirListerCompleted() { if (!m_expanderActive) { |
