From 8ba61eb0c77221f94b42f2f6a532e70da3d27ccb Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 21 Jan 2008 16:07:45 +0000 Subject: Make it configurable whether a browsing through archives should be done. The default setting is 'off'. TODO: cleanup the "General Settings" dialog and split it as "General" and "Startup". svn path=/trunk/KDE/kdebase/apps/; revision=764378 --- src/generalsettingspage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/generalsettingspage.h') diff --git a/src/generalsettingspage.h b/src/generalsettingspage.h index 7bcf75c9e..824cfa9b7 100644 --- a/src/generalsettingspage.h +++ b/src/generalsettingspage.h @@ -65,6 +65,8 @@ private: QCheckBox* m_showDeleteCommand; QCheckBox* m_confirmMoveToTrash; QCheckBox* m_confirmDelete; + + QCheckBox* m_browseThroughArchives; }; #endif -- cgit v1.3