┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-02-20 16:55:25 +0000
committerPeter Penz <[email protected]>2009-02-20 16:55:25 +0000
commit540eeb0030470d50a61e192d9348043ffd10f056 (patch)
tree74fdd2d018d1686bd876b7b57ec47b8ce952e8aa /src/dolphinviewcontainer.h
parent264531e8e1ecba7a39d897d11238d5351b24cf5b (diff)
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
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h7
1 files changed, 7 insertions, 0 deletions
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 <kfileitem.h>
#include <kfileitemdelegate.h>
+#include <kglobalsettings.h>
#include <kio/job.h>
#include <kurlnavigator.h>
@@ -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;