From af46cf7666564847b6a9a752a11ce55485bff0eb Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Tue, 23 Feb 2010 20:34:33 +0000 Subject: Remove all code that is related to DolphinController's requestUrlChange signal. This signal was removed in r1080351, so the code isn't needed any more. svn path=/trunk/KDE/kdebase/apps/; revision=1095213 --- src/dolphinview.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index cbbea498f..a00e5427b 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -435,12 +435,6 @@ signals: /** Is emitted if URL of the view has been changed to \a url. */ void urlChanged(const KUrl& url); - /** - * Is emitted if the view requests a changing of the current - * URL to \a url (see DolphinController::triggerUrlChangeRequest()). - */ - void requestUrlChange(const KUrl& url); - /** * Is emitted when clicking on an item with the left mouse button. */ @@ -628,12 +622,6 @@ private slots: */ void slotDeleteFileFinished(KJob* job); - /** - * Is emitted if the controller requests a changing of the current - * URL to \a url - */ - void slotRequestUrlChange(const KUrl& url); - /** * Invoked when the directory lister has completed the loading of * items. Assures that pasted items and renamed items get seleced. -- cgit v1.3.1