From 31d14571959f1bf750ccc43c15d71ca9338baaaf Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 7 Dec 2006 20:51:05 +0000 Subject: Apply the view properties to sub directories without using a modal window. This allows the user to proceed with the work during the view properties are applied. svn path=/trunk/playground/utils/dolphin/; revision=611369 --- src/viewpropertiesdialog.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/viewpropertiesdialog.h') diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h index 24accfed0..d3cca8616 100644 --- a/src/viewpropertiesdialog.h +++ b/src/viewpropertiesdialog.h @@ -34,8 +34,6 @@ class DolphinView; * It is possible to specify the view mode and whether hidden files * should be shown. The properties can be assigned to the current folder, * recursively to all sub folders or to all folders. - * - * @author Peter Penz */ class ViewPropertiesDialog : public KDialog { @@ -63,9 +61,7 @@ private: QComboBox* m_sorting; QComboBox* m_sortOrder; QCheckBox* m_showHiddenFiles; - QRadioButton* m_applyToCurrentFolder; - QRadioButton* m_applyToSubFolders; - QRadioButton* m_applyToAllFolders; + QCheckBox* m_applyToSubFolders; void applyViewProperties(); }; -- cgit v1.3.1