┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.cpp
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-06-27 16:28:39 +0000
committerRafael Fernández López <[email protected]>2007-06-27 16:28:39 +0000
commitb5f2d46ef909a32650ddaacd2016ab46d3bee8b4 (patch)
tree866994ade2ec3868057fbd6dd10406ae65d4f4cc /src/dolphiniconsview.cpp
parentafc732d220b66130e23faebdefb3d014ee474022 (diff)
activated signal actually does that :)
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=680979
Diffstat (limited to 'src/dolphiniconsview.cpp')
-rw-r--r--src/dolphiniconsview.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp
index d2bac6b13..ddfd68026 100644
--- a/src/dolphiniconsview.cpp
+++ b/src/dolphiniconsview.cpp
@@ -44,13 +44,6 @@ DolphinIconsView::DolphinIconsView(QWidget* parent, DolphinController* controlle
setMouseTracking(true);
viewport()->setAttribute(Qt::WA_Hover);
- if (KGlobalSettings::singleClick()) {
- connect(this, SIGNAL(clicked(const QModelIndex&)),
- controller, SLOT(triggerItem(const QModelIndex&)));
- } else {
- connect(this, SIGNAL(doubleClicked(const QModelIndex&)),
- controller, SLOT(triggerItem(const QModelIndex&)));
- }
connect(this, SIGNAL(activated(const QModelIndex&)),
controller, SLOT(triggerItem(const QModelIndex&)));
connect(this, SIGNAL(entered(const QModelIndex&)),