]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.h
replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFileItem...
[dolphin.git] / src / dolphinview.h
index 60864dd9bbb7811e934087f0f28bd0dd57ad6b99..96c649d97b58ce3cda2fc7c989a593fc5d89ade2 100644 (file)
@@ -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,
@@ -432,7 +432,7 @@ private slots:
      * The current preview settings (maximum size, 'Show Preview' menu)
      * are respected.
      */
-    void generatePreviews(const QList<KFileItem>& items);
+    void generatePreviews(const KFileItemList& items);
 
     /**
      * Replaces the icon of the item \a item by the preview pixmap