diff options
| author | Peter Penz <[email protected]> | 2008-04-12 16:12:57 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-04-12 16:12:57 +0000 |
| commit | 030a5d5433e0ae613f4de32d9d1277ac2405b8f4 (patch) | |
| tree | 104b4d0aabbe2f86bb90870dbc9560272c176e13 /src/dolphinview.cpp | |
| parent | 3b06c2120dad8efc79471a82b81c08f2d5834062 (diff) | |
when clicking with the middle mouse button on a directory, a new tab should be opened
svn path=/trunk/KDE/kdebase/apps/; revision=796116
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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&)), |
