-signals:
- /**
- * This signal is emitted when the sidebar requests an URL-change in the
- * currently active file-management view. The view is not requested to
- * accept this change, if it is accepted the sidebar will be informed via
- * the setUrl() slot.
- */
- void changeUrl(const KUrl& url);
-
- /**
- * This signal is emitted when the sidebar requests a change in the
- * current selection. The file-management view recieving this signal is
- * not required to select all listed files, limiting the selection to
- * e.g. the current folder. The new selection will be reported via the
- * setSelection slot.
- */
- void changeSelection(const KFileItemList& selection);
-
- /**
- * This signal is emitted whenever a drop action on this widget needs the
- * MainWindow's attention.
- */
- void urlsDropped(const KUrl::List& urls, const KUrl& destination);
-