diff options
Diffstat (limited to 'src/panels/folders/ktreeview.cpp')
| -rw-r--r-- | src/panels/folders/ktreeview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/panels/folders/ktreeview.cpp b/src/panels/folders/ktreeview.cpp index 6a492b400..765b934be 100644 --- a/src/panels/folders/ktreeview.cpp +++ b/src/panels/folders/ktreeview.cpp @@ -37,13 +37,13 @@ KTreeView::KTreeViewPrivate::KTreeViewPrivate(KTreeView *parent) : connect(timeLine, SIGNAL(frameChanged(int)), this, SLOT(updateVerticalScrollBar(int))); - connect(parent->verticalScrollBar(), SIGNAL(rangeChanged(int, int)), + connect(parent->verticalScrollBar(), SIGNAL(rangeChanged(int,int)), this, SLOT(startScrolling())); connect(parent->verticalScrollBar(), SIGNAL(valueChanged(int)), this, SLOT(startScrolling())); - connect(parent, SIGNAL(collapsed(const QModelIndex&)), + connect(parent, SIGNAL(collapsed(QModelIndex)), this, SLOT(startScrolling())); - connect(parent, SIGNAL(expanded(const QModelIndex&)), + connect(parent, SIGNAL(expanded(QModelIndex)), this, SLOT(startScrolling())); } |
