┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/sidebarpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sidebarpage.h')
-rw-r--r--src/sidebarpage.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/sidebarpage.h b/src/sidebarpage.h
index 697e8de58..1c6b26be3 100644
--- a/src/sidebarpage.h
+++ b/src/sidebarpage.h
@@ -54,30 +54,6 @@ public slots:
*/
virtual void setSelection(const KFileItemList& selection);
-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);
-
private:
KUrl m_url;
KFileItemList m_currentSelection;