From 430c2e768c58399bc998df8cd3f499f1bd48b9ea Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 11 Jul 2009 18:56:03 +0000 Subject: 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 --- src/dolphincolumnwidget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dolphincolumnwidget.h') 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(); -- cgit v1.3