From 030a5d5433e0ae613f4de32d9d1277ac2405b8f4 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 12 Apr 2008 16:12:57 +0000 Subject: when clicking with the middle mouse button on a directory, a new tab should be opened svn path=/trunk/KDE/kdebase/apps/; revision=796116 --- src/dolphinview.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphinview.cpp') diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index a31b67e12..d87571c7e 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -114,6 +114,8 @@ DolphinView::DolphinView(QWidget* parent, this, SLOT(updateAdditionalInfo(const KFileItemDelegate::InformationList&))); connect(m_controller, SIGNAL(itemTriggered(const KFileItem&)), this, SLOT(triggerItem(const KFileItem&))); + connect(m_controller, SIGNAL(tabRequested(const KUrl&)), + this, SIGNAL(tabRequested(const KUrl&))); connect(m_controller, SIGNAL(activated()), this, SLOT(activate())); connect(m_controller, SIGNAL(itemEntered(const KFileItem&)), -- cgit v1.3