From 772a55aafc2e558302d042eb65026b9b50302ccc Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 24 Sep 2007 13:50:31 +0000 Subject: Restore the root URL when navigating through the history (this is important for views like the column view where the root URL might differ from the current URL). svn path=/trunk/KDE/kdebase/apps/; revision=716310 --- src/dolphincolumnview.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 2f10a9be8..2b393e466 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -57,6 +57,13 @@ public: */ void reload(); +public slots: + /** + * Shows the column which represents the URL \a url. If the column + * is already shown, it gets activated, otherwise it will be created. + */ + void showColumn(const KUrl& url); + protected: virtual bool isIndexHidden(const QModelIndex& index) const; virtual QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers); @@ -79,12 +86,6 @@ private slots: */ void moveContentHorizontally(int x); - /** - * Shows the column which represents the URL \a url. If the column - * is already shown, it gets activated, otherwise it will be created. - */ - void showColumn(const KUrl& url); - /** * Updates the size of the decoration dependent on the * icon size of the ColumnModeSettings. The controller -- cgit v1.3