┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2009-01-16 18:47:40 +0000
committerDavid Faure <[email protected]>2009-01-16 18:47:40 +0000
commit9e6b85cd6e31dd7f530d68b744af1f1b1e2f8968 (patch)
tree6f933fba6df171088dd24dcde2a6712872a8be52 /src/dolphinpart.cpp
parentf56446a61aec0b8aababd4a306bdb2305b282c29 (diff)
Remove useless code, replaced with slotRedirection.
svn path=/trunk/KDE/kdebase/apps/; revision=912124
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp8
1 files changed, 0 insertions, 8 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();