summaryrefslogtreecommitdiffstats
path: root/konqueror/listview/konq_listviewwidget.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-07-17 15:52:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-08-27 23:32:31 +0900
commit3aa5fc08e534faf627981e5547b90ccab9eadac4 (patch)
tree6715138034a20191981ffb811d694a98204a4a8f /konqueror/listview/konq_listviewwidget.h
parentae35100db0302f629251d4a8b4f976bea8afbdd3 (diff)
downloadtdebase-3aa5fc08e534faf627981e5547b90ccab9eadac4.tar.gz
tdebase-3aa5fc08e534faf627981e5547b90ccab9eadac4.zip
Added new functionality to Konqueror.
Double clicking on an empty area in the listview or iconview widget will navigate to the parent folder. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konqueror/listview/konq_listviewwidget.h')
-rw-r--r--konqueror/listview/konq_listviewwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/konqueror/listview/konq_listviewwidget.h b/konqueror/listview/konq_listviewwidget.h
index ae79e5c03..613f012b3 100644
--- a/konqueror/listview/konq_listviewwidget.h
+++ b/konqueror/listview/konq_listviewwidget.h
@@ -214,6 +214,7 @@ protected:
virtual void contentsMouseReleaseEvent( TQMouseEvent *e );
virtual void contentsMouseMoveEvent( TQMouseEvent *e );
virtual void contentsWheelEvent( TQWheelEvent * e );
+ virtual void contentsMouseDoubleClickEvent( TQMouseEvent *e );
virtual void leaveEvent( TQEvent *e );