]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/sidebarpage.cpp
Make sort/descending available in dolphinpart
[dolphin.git] / src / sidebarpage.cpp
index 1543c8c78f64c9b335a009db723a74f3b6f2e676..889dc48c450389c9885296955d766abd787c8374 100644 (file)
@@ -39,7 +39,7 @@ const KUrl& SidebarPage::url() const
     return m_url;
 }
 
-const QList<KFileItem>& 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<KFileItem>& selection)
+void SidebarPage::setSelection(const KFileItemList& selection)
 {
     m_currentSelection = selection;
 }