From 3a27f307993829fabfa34e89a8e794e8c5c4ebca Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 16 Apr 2008 21:08:09 +0000 Subject: * clear the selection toggle when zooming in or out * clear the selection toggle when using the scroll wheel (this is only a temporary workaround until Qt-issue #200665 has been fixed) BUG: 159737 svn path=/trunk/KDE/kdebase/apps/; revision=797808 --- 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 e51ff5d97..ada7d637a 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -37,6 +37,7 @@ class KDirLister; class KJob; class KFileItem; class KFileItemList; +class SelectionManager; class QPixmap; /** @@ -133,6 +134,7 @@ private: private: bool m_active; DolphinColumnView* m_view; + SelectionManager* m_selectionManager; KUrl m_url; // URL of the directory that is shown KUrl m_childUrl; // URL of the next column that is shown -- cgit v1.3