diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index cbbea498f..a00e5427b 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -436,12 +436,6 @@ signals: 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. */ void itemTriggered(const KFileItem& item); @@ -629,12 +623,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. */ |
