From a71726c715a9552c74592e57b00de75aa4f3bb05 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 30 Apr 2023 20:40:17 +0900 Subject: konqueror: add option to enable/disable using double click to navitage to the parent folder. This resolves issue #329 Signed-off-by: Michele Calgaro (cherry picked from commit f3ddd5b7cd91574ac67d6c5dcf1c40093285d200) --- libkonq/konq_settings.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libkonq/konq_settings.h') diff --git a/libkonq/konq_settings.h b/libkonq/konq_settings.h index daca8babe..52e9ac3b6 100644 --- a/libkonq/konq_settings.h +++ b/libkonq/konq_settings.h @@ -81,12 +81,13 @@ public: bool underlineLink() const { return m_underlineLink; } bool fileSizeInBytes() const { return m_fileSizeInBytes; } bool alwaysNewWin() const { return m_alwaysNewWin; } + bool doubleClickMoveToParent() const { return m_doubleClickMoveToParent; } const TQString & homeURL() const { return m_homeURL; } bool showFileTips() const {return m_showFileTips; } bool showPreviewsInFileTips() const; int numFileTips() const {return m_numFileTips; } - bool renameIconDirectly() const; + bool renameIconDirectly() const; // Font settings const TQFont& standardFont() const { return m_standardFont; } @@ -107,7 +108,7 @@ private: bool m_underlineLink; bool m_fileSizeInBytes; bool m_alwaysNewWin; - bool m_bTreeFollow; + bool m_doubleClickMoveToParent; TQMap m_embedMap; -- cgit v1.2.1