From 95ac842f2973b64380a93fbe5e46e94646bf5a38 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 11 May 2008 21:51:04 +0000 Subject: 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 --- src/sidebarpage.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/sidebarpage.h') 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; -- cgit v1.3