- disconnect(previous, &KItemListView::scrollOrientationChanged,
- this, &KItemListContainer::slotScrollOrientationChanged);
- disconnect(previous, &KItemListView::scrollOffsetChanged,
- this, &KItemListContainer::updateScrollOffsetScrollBar);
- disconnect(previous, &KItemListView::maximumScrollOffsetChanged,
- this, &KItemListContainer::updateScrollOffsetScrollBar);
- disconnect(previous, &KItemListView::itemOffsetChanged,
- this, &KItemListContainer::updateItemOffsetScrollBar);
- disconnect(previous, &KItemListView::maximumItemOffsetChanged,
- this, &KItemListContainer::updateItemOffsetScrollBar);
+ disconnect(previous, &KItemListView::scrollOrientationChanged, this, &KItemListContainer::slotScrollOrientationChanged);
+ disconnect(previous, &KItemListView::scrollOffsetChanged, this, &KItemListContainer::updateScrollOffsetScrollBar);
+ disconnect(previous, &KItemListView::maximumScrollOffsetChanged, this, &KItemListContainer::updateScrollOffsetScrollBar);
+ disconnect(previous, &KItemListView::itemOffsetChanged, this, &KItemListContainer::updateItemOffsetScrollBar);
+ disconnect(previous, &KItemListView::maximumItemOffsetChanged, this, &KItemListContainer::updateItemOffsetScrollBar);