// The current URL is not a child of the dir lister
// URL. This may happen when e. g. a place has been selected
// and hence the view must be reset.
- m_dirLister->openUrl(url, false, false);
+ m_dirLister->openUrl(url, KDirLister::NoFlags);
}
}
} else {
- m_dirLister->openUrl(url, false, reload);
+ m_dirLister->openUrl(url, reload ? KDirLister::Reload : KDirLister::NoFlags);
}
}