From 81fcd720a2cc095262e52b8a40dd1472d774a415 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 13 Aug 2007 21:57:20 +0000 Subject: Use KFileItem by value rather than by pointer - in KDirModel::itemForIndex, as noted there as a TODO - in dolphin, everywhere. svn path=/trunk/KDE/kdebase/apps/; revision=699691 --- src/infosidebarpage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/infosidebarpage.h') diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index 08472a034..c78eaa093 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -59,7 +59,7 @@ public slots: virtual void setUrl(const KUrl& url); /** @see SidebarPage::setSelection() */ - virtual void setSelection(const KFileItemList& selection); + virtual void setSelection(const QList& selection); /** * Does a delayed request of information for the item \a item. -- cgit v1.3