┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dolphinpart.cpp8
-rw-r--r--src/dolphinpart.h6
2 files changed, 0 insertions, 14 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index 7fd51f76a..5d5a905b3 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -102,8 +102,6 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantL
this, SLOT(slotSelectionChanged(KFileItemList)));
connect(m_view, SIGNAL(requestItemInfo(KFileItem)),
this, SLOT(slotRequestItemInfo(KFileItem)));
- connect(m_view, SIGNAL(urlChanged(KUrl)),
- this, SLOT(slotUrlChanged(KUrl)));
connect(m_view, SIGNAL(requestUrlChange(KUrl)),
this, SLOT(slotRequestUrlChange(KUrl)));
connect(m_view, SIGNAL(modeChanged()),
@@ -417,12 +415,6 @@ void DolphinPart::slotOpenContextMenu(const KFileItem& _item, const KUrl&)
actionGroups);
}
-// ########### not sure this is still called... seems not.
-void DolphinPart::slotUrlChanged(const KUrl& newUrl)
-{
- slotRedirection(url(), newUrl);
-}
-
void DolphinPart::slotRedirection(const KUrl& oldUrl, const KUrl& newUrl)
{
//kDebug() << oldUrl << newUrl << "currentUrl=" << url();
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index 04e343d95..3203cb90f 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -142,12 +142,6 @@ private Q_SLOTS:
void slotRequestUrlChange(const KUrl& url);
/**
- * Informs the host that we are opening \a url (e.g. after a redirection).
- * ########### not sure this is still called... seems not.
- */
- void slotUrlChanged(const KUrl& url);
-
- /**
* Informs the host that we are opening \a url (e.g. after a redirection
* coming from KDirLister).
* Testcase 1: fish://localhost