X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/81fcd720a2cc095262e52b8a40dd1472d774a415..d6488887ecf69d7f192b94de8dce34fae0b7eb76:/src/sidebarpage.h diff --git a/src/sidebarpage.h b/src/sidebarpage.h index 90f0194d3..697e8de58 100644 --- a/src/sidebarpage.h +++ b/src/sidebarpage.h @@ -39,7 +39,7 @@ public: const KUrl& url() const; /** Returns the current selected items of the active Dolphin view. */ - const QList& selection() const; + const KFileItemList& selection() const; public slots: /** @@ -52,7 +52,7 @@ public slots: * This is invoked to inform the sidebar that the user has selected a new * set of items. */ - virtual void setSelection(const QList& selection); + virtual void setSelection(const KFileItemList& selection); signals: /** @@ -70,7 +70,7 @@ signals: * e.g. the current folder. The new selection will be reported via the * setSelection slot. */ - void changeSelection(const QList& selection); + void changeSelection(const KFileItemList& selection); /** * This signal is emitted whenever a drop action on this widget needs the @@ -80,7 +80,7 @@ signals: private: KUrl m_url; - QList m_currentSelection; + KFileItemList m_currentSelection; }; #endif // _SIDEBARPAGE_H_