diff options
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 6 |
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); |
