X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/81fcd720a2cc095262e52b8a40dd1472d774a415..58d37b233177765b4908e2ab32413afe9fbd4da6:/src/sidebarpage.cpp diff --git a/src/sidebarpage.cpp b/src/sidebarpage.cpp index 1543c8c78..889dc48c4 100644 --- a/src/sidebarpage.cpp +++ b/src/sidebarpage.cpp @@ -39,7 +39,7 @@ const KUrl& SidebarPage::url() const return m_url; } -const QList& SidebarPage::selection() const +const KFileItemList& SidebarPage::selection() const { return m_currentSelection; } @@ -49,7 +49,7 @@ void SidebarPage::setUrl(const KUrl& url) m_url = url; } -void SidebarPage::setSelection(const QList& selection) +void SidebarPage::setSelection(const KFileItemList& selection) { m_currentSelection = selection; }