diff options
| author | Peter Penz <[email protected]> | 2006-12-07 17:22:51 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-12-07 17:22:51 +0000 |
| commit | ced7cbd022b68c8dedd61b5d34d27b9c1296df15 (patch) | |
| tree | 96b3098444d38fa84675364ee25cb4a033bf2c43 /src/viewpropertiesdialog.h | |
| parent | d3611c41f4c453c81d95e013c68ddf65c94e9bc0 (diff) | |
Use a KIO Job for applying the view properties recursively to sub directories.
svn path=/trunk/playground/utils/dolphin/; revision=611325
Diffstat (limited to 'src/viewpropertiesdialog.h')
| -rw-r--r-- | src/viewpropertiesdialog.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h index 79500a998..24accfed0 100644 --- a/src/viewpropertiesdialog.h +++ b/src/viewpropertiesdialog.h @@ -52,9 +52,7 @@ private slots: void slotSortingChanged(int index); void slotSortOrderChanged(int index); void slotShowHiddenFilesChanged(); - void slotApplyToCurrentFolder(); - void slotApplyToSubFolders(); - void slotApplyToAllFolders(); + void markAsDirty(); private: bool m_isDirty; |
