From 7fbc814147ed8d1e5f0b1677fc8808c3c2b6c22c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 13 Dec 2008 15:39:09 +0000 Subject: only jump automatically to the current index, if the autoscrolling is not active svn path=/trunk/KDE/kdebase/apps/; revision=896481 --- 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 c1db48f8d..c1bf6a836 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -33,6 +33,7 @@ class DolphinColumnView; class DolphinModel; class DolphinSortFilterProxyModel; class DolphinDirLister; +class DolphinViewAutoScroller; class KFilePreviewGenerator; class KJob; class KFileItem; @@ -149,6 +150,7 @@ private: bool m_active; DolphinColumnView* m_view; SelectionManager* m_selectionManager; + DolphinViewAutoScroller* m_autoScroller; KUrl m_url; // URL of the directory that is shown KUrl m_childUrl; // URL of the next column that is shown -- cgit v1.3.1