┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewpropertiesdialog.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-12-07 20:51:05 +0000
committerPeter Penz <[email protected]>2006-12-07 20:51:05 +0000
commit31d14571959f1bf750ccc43c15d71ca9338baaaf (patch)
tree238becaaa9a5cf93c86d4c5f196d602a6a1f21d7 /src/viewpropertiesdialog.h
parent904168ad2a0e2baff0570658c8f9a9c3feba4554 (diff)
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
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();
};