diff options
| author | Frank Reininghaus <[email protected]> | 2010-02-23 20:34:33 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2010-02-23 20:34:33 +0000 |
| commit | af46cf7666564847b6a9a752a11ce55485bff0eb (patch) | |
| tree | 2886d1b3514234f09f35ce2e2efd695bf59b20af /src/dolphinview.h | |
| parent | e6ba74c5ae544dbc55c5e258adc7f23924993e5b (diff) | |
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
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. */ |
