┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-02 19:03:03 +0000
committerPeter Penz <[email protected]>2007-10-02 19:03:03 +0000
commitba150e5735bd336752f713df1e9f66b7ed90e6ae (patch)
treeba9a0cd18fd9b78e810af113f21b8061756f23a8 /src/dolphinview.h
parent4a2416e4bd9b646772d0c1da52a7e57a4cf8ec04 (diff)
replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs
svn path=/trunk/KDE/kdebase/apps/; revision=720234
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index c2173b9ff..96c649d97 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -224,7 +224,7 @@ public:
* selected.
* @see DolphinView::selectedUrls()
*/
- QList<KFileItem> selectedItems() const;
+ KFileItemList selectedItems() const;
/**
* Returns a list of URLs for all selected items. An empty list
@@ -320,7 +320,7 @@ public slots:
* will actually get selected. The view will e.g. not select items which
* are not in the currently displayed folder.
*/
- void changeSelection(const QList<KFileItem>& selection);
+ void changeSelection(const KFileItemList& selection);
signals:
/**
@@ -372,7 +372,7 @@ signals:
/**
* Is emitted whenever the selection has been changed.
*/
- void selectionChanged(const QList<KFileItem>& selection);
+ void selectionChanged(const KFileItemList& selection);
/**
* Is emitted if a context menu is requested for the item \a item,