~ubuntu-branches/ubuntu/utopic/kdebase/utopic

« back to all changes in this revision

Viewing changes to apps/dolphin/src/panels/folders/ktreeview_p.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-25 16:00:47 UTC
  • mfrom: (1.1.53 upstream)
  • Revision ID: james.westby@ubuntu.com-20101125160047-bsycodsp50o8su5s
Tags: 4:4.5.80-0ubuntu1
* New upstream beta release
* Drop kubuntu_06_simple_aboutpage.diff, didn't apply and no point
  keeping a distro patch to an app we don't ship by default
* Drop kubuntu_23_konqueror_spinner_in_toolbar.diff now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "ktreeview.h"
27
27
 
28
 
class QTimer;
29
28
class QTimeLine;
30
29
 
31
30
class KTreeView::KTreeViewPrivate : public QObject
39
38
public:
40
39
    KTreeViewPrivate(KTreeView *parent);
41
40
    KTreeView *parent;
42
 
    void setScrollTowards( int scrollTowards );
43
41
 
44
42
    bool autoHorizontalScroll;
45
43
    QTimeLine *timeLine;
46
 
    QTimer *startScrollTimer;
47
44
};
48
45
 
49
46
#endif /* ifndef KTREEVIEW_P_H */