┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphintabpage.h')
-rw-r--r--src/dolphintabpage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h
index 278524792..de5a58915 100644
--- a/src/dolphintabpage.h
+++ b/src/dolphintabpage.h
@@ -133,6 +133,13 @@ private slots:
*/
void slotViewActivated();
+ /**
+ * Handles the view url redirection event.
+ *
+ * It emits the activeViewUrlChanged signal with the url \a newUrl.
+ */
+ void slotViewUrlRedirection(const KUrl& oldUrl, const KUrl& newUrl);
+
private:
/**
* Creates a new view container and does the default initialization.