From 707f9a940973128933b183e7ce36a807ea44e941 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 28 May 2008 23:07:09 +0000 Subject: 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 --- src/dolphinpart.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphinpart.h') 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); /** -- cgit v1.3