┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewpropertiesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewpropertiesdialog.h')
-rw-r--r--src/viewpropertiesdialog.h6
1 files changed, 1 insertions, 5 deletions
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();
};