┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnwidget.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-07-11 18:56:03 +0000
committerPeter Penz <[email protected]>2009-07-11 18:56:03 +0000
commit430c2e768c58399bc998df8cd3f499f1bd48b9ea (patch)
tree722bd38f3e1bef90df20120cd42eb03cc4df0532 /src/dolphincolumnwidget.h
parent00cc24a9ba88ce6aac51dcdd2027fdd79387907c (diff)
Don't open folders on a single-click in the column view when the mouse settings specify double-click. Originally this was meant as a kind of feature (open files on double-click, but folders still on single-click), but it has been received as bug.
BUG: 198464 svn path=/trunk/KDE/kdebase/apps/; revision=995029
Diffstat (limited to 'src/dolphincolumnwidget.h')
-rw-r--r--src/dolphincolumnwidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h
index 02c9aea81..03e406f75 100644
--- a/src/dolphincolumnwidget.h
+++ b/src/dolphincolumnwidget.h
@@ -138,8 +138,6 @@ protected:
private slots:
void slotEntered(const QModelIndex& index);
- void slotClicked(const QModelIndex& index);
- void slotDoubleClicked(const QModelIndex& index);
void requestActivation();
void updateFont();