┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/sidebarpage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-05-11 21:51:04 +0000
committerPeter Penz <[email protected]>2008-05-11 21:51:04 +0000
commit95ac842f2973b64380a93fbe5e46e94646bf5a38 (patch)
treefa0019d02e5212d05c903b03706e1ab6aa39fb47 /src/sidebarpage.h
parent57e3503e2f7dc2528d7935226d1cd283d8278807 (diff)
A middle click on an item of the tree view panel should open the URL inside a new tab.
TODO: cleanup some obsolete signals/structure inside SidebarPage and TreeviewSidebarPage. svn path=/trunk/KDE/kdebase/apps/; revision=806635
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;