From 2a0ab25c1b7abc606f8cb1008b3b982de720fd47 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 23 Oct 2007 07:10:51 +0000 Subject: 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: faure@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=728394 --- src/dolphinpart.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinpart.h') 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(); -- cgit v1.3