┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
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);
/**