From 8559b78d7d4061bb70e6fe6ac2b787692282e69d Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 27 Oct 2010 20:11:46 +0000 Subject: - Allow to disable the automatic horizontal scrolling of the Folders Panel - Remember the 'Show Hidden Files' setting - Improve the autoscroll behavior - Fix issue that expanding folders might not increase the horizontal width - Fix issue that the selected item might get hidden by the horizontal scrollbar BUG: 191787 FIXED-IN: 4.6.0 CCMAIL: datpeter@yahoo.com> svn path=/trunk/KDE/kdebase/apps/; revision=1190479 --- src/panels/folders/ktreeview_p.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/panels/folders/ktreeview_p.h') diff --git a/src/panels/folders/ktreeview_p.h b/src/panels/folders/ktreeview_p.h index 1cfa463cd..9ea4ac7ee 100644 --- a/src/panels/folders/ktreeview_p.h +++ b/src/panels/folders/ktreeview_p.h @@ -25,7 +25,6 @@ #include "ktreeview.h" -class QTimer; class QTimeLine; class KTreeView::KTreeViewPrivate : public QObject @@ -39,11 +38,9 @@ public Q_SLOTS: public: KTreeViewPrivate(KTreeView *parent); KTreeView *parent; - void setScrollTowards( int scrollTowards ); bool autoHorizontalScroll; QTimeLine *timeLine; - QTimer *startScrollTimer; }; #endif /* ifndef KTREEVIEW_P_H */ -- cgit v1.3.1