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/dolphinpart.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/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 2b8129f3d..5629b9c2d 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -146,12 +146,6 @@ private Q_SLOTS: const QList<QAction*>& customActions); /** - * Asks the host to open the URL \a url if the current view has - * a different URL. - */ - void slotRequestUrlChange(const KUrl& url); - - /** * Informs the host that we are opening \a url (e.g. after a redirection * coming from KDirLister). * Testcase 1: fish://localhost |
