From 540eeb0030470d50a61e192d9348043ffd10f056 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 20 Feb 2009 16:55:25 +0000 Subject: Remember the used URL completion mode of the URL navigator. Thanks to Frank Reininghaus for the patch! BUG: 170502 svn path=/trunk/KDE/kdebase/apps/; revision=929111 --- src/dolphinviewcontainer.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index da317761b..e6fd8fd0a 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -25,6 +25,7 @@ #include #include +#include #include #include @@ -236,6 +237,12 @@ private slots: /** Requests the focus for the view \a m_view. */ void requestFocus(); + /** + * Saves the currently used URL completion mode of + * the URL navigator. + */ + void saveUrlCompletionMode(KGlobalSettings::Completion completion); + private: bool m_showProgress; bool m_isFolderWritable; -- cgit v1.3