diff options
| author | Peter Penz <[email protected]> | 2007-10-23 07:10:51 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-23 07:10:51 +0000 |
| commit | 2a0ab25c1b7abc606f8cb1008b3b982de720fd47 (patch) | |
| tree | 1229bfa1f215a068ade0059e9219f51ad730f876 /src/dolphinpart.h | |
| parent | 712b9f33c6e5d6546253978cd0418eb7d5869037 (diff) | |
Fixed issue that within Konqueror changing the active column from the column-view is ignored. From the hosts point of view this has to be handled like an URL change.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=728394
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 e4a0ffc9b..0b901f664 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -72,6 +72,12 @@ private Q_SLOTS: */ void slotViewModeActionTriggered(QAction*); + /** + * Asks the host to open the URL \a url if the current view has + * a different URL. + */ + void slotUrlChanged(const KUrl& url); + private: void createActions(); void updateViewActions(); |
