From a69d7a39557527794fa871fba3f2909b662c3935 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 9 Sep 2007 18:38:04 +0000 Subject: Reactivate keyboard navigation again. Previously the Return key did not work, as the 'activated()' signal cannot be used (it ignores KDEs single vs. doubleclick setting). svn path=/trunk/KDE/kdebase/apps/; revision=710356 --- src/dolphiniconsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 7e5544ec0..6cd5b2201 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -56,6 +56,7 @@ protected: virtual void dragMoveEvent(QDragMoveEvent* event); virtual void dropEvent(QDropEvent* event); virtual void paintEvent(QPaintEvent* event); + virtual void keyPressEvent(QKeyEvent* event); private slots: void slotShowPreviewChanged(bool show); -- cgit v1.3.1