┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-27 17:03:51 +0000
committerPeter Penz <[email protected]>2007-06-27 17:03:51 +0000
commitc05153ac9b8bf19c05ef28a86b0785ea6799d901 (patch)
tree964cd7383c5a50d0671eda0c326415ba2c960e63 /src/dolphincolumnview.cpp
parent3e5f57127d48826f2a75be645b92a9f35f674b34 (diff)
don't connect to the activated() signal, just use singleClick() and doubleClick() dependent from the global KDE single/double click setting
svn path=/trunk/KDE/kdebase/apps/; revision=680990
Diffstat (limited to 'src/dolphincolumnview.cpp')
-rw-r--r--src/dolphincolumnview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphincolumnview.cpp b/src/dolphincolumnview.cpp
index 30e35b6bb..c132cc164 100644
--- a/src/dolphincolumnview.cpp
+++ b/src/dolphincolumnview.cpp
@@ -257,8 +257,6 @@ DolphinColumnView::DolphinColumnView(QWidget* parent, DolphinController* control
connect(this, SIGNAL(doubleClicked(const QModelIndex&)),
this, SLOT(triggerItem(const QModelIndex&)));
}
- connect(this, SIGNAL(activated(const QModelIndex&)),
- this, SLOT(triggerItem(const QModelIndex&)));
connect(this, SIGNAL(entered(const QModelIndex&)),
controller, SLOT(emitItemEntered(const QModelIndex&)));
connect(this, SIGNAL(viewportEntered()),