┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-05-28 23:07:09 +0000
committerDavid Faure <[email protected]>2008-05-28 23:07:09 +0000
commit707f9a940973128933b183e7ce36a807ea44e941 (patch)
treef1388988625fd7885362d063b9c720921ae8b9db /src/dolphinpart.h
parentd6fc21618accd6182c9fb913a9b31866e4a8aa20 (diff)
Handle redirections (e.g. from fish://localhost) without breaking the column view -- thanks Peter for the advice on how to separate the two cleanly.
svn path=/trunk/KDE/kdebase/apps/; revision=813954
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index cca1d7135..612c22aa7 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -138,6 +138,11 @@ private Q_SLOTS:
* 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).
+ */
void slotUrlChanged(const KUrl& url);
/**