From af808a7ba31b4aa76b7e4799bf074f974098bd7c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 8 Feb 2009 18:32:44 +0000 Subject: * 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: predator106@gmail.com svn path=/trunk/KDE/kdebase/apps/; revision=923423 --- src/dolphincolumnwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphincolumnwidget.h') 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(); -- cgit v1.3