┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2008-04-09 07:02:55 +0000
committerLaurent Montel <[email protected]>2008-04-09 07:02:55 +0000
commit60f40aaa4dcf789ccdd09d12030787c501986252 (patch)
tree5d12bcd0132dc18aa382bf78367d29664e305d7b /src/dolphinpart.h
parentcd789a54cc8b10cbb3cab1ce208ad7369fc92fdd (diff)
Readd as in libkonq "part" this signal ""aboutToOpenURL""
used to signal to plugins kdirfilter that url changed svn path=/trunk/KDE/kdebase/apps/; revision=795079
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index b252c78e1..5942d651e 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -89,6 +89,12 @@ Q_SIGNALS:
*/
void viewModeChanged();
+
+ /**
+ * Emitted whenever the current URL is about to be changed.
+ */
+ void aboutToOpenURL();
+
private Q_SLOTS:
void slotCompleted(const KUrl& url);
void slotCanceled(const KUrl& url);