┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnwidget.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-02-08 18:32:44 +0000
committerPeter Penz <[email protected]>2009-02-08 18:32:44 +0000
commitaf808a7ba31b4aa76b7e4799bf074f974098bd7c (patch)
treea7834047c06aff88b2cd615c061ab07dd195c3ad /src/dolphincolumnwidget.h
parent681929dc6743d57138ae1245a8d255e0e5c6bde9 (diff)
* open folders always on single click
* open files/select files dependent from the global single click/double click setting * open a new column when pressing the Key_Right Thanks to Shaun Michael Reich for the original patches! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=923423
Diffstat (limited to 'src/dolphincolumnwidget.h')
-rw-r--r--src/dolphincolumnwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h
index 38649ca9d..916bfac2e 100644
--- a/src/dolphincolumnwidget.h
+++ b/src/dolphincolumnwidget.h
@@ -137,6 +137,8 @@ protected:
private slots:
void slotEntered(const QModelIndex& index);
+ void slotClicked(const QModelIndex& index);
+ void slotDoubleClicked(const QModelIndex& index);
void requestActivation();
void updateFont();