diff options
| author | David Faure <[email protected]> | 2008-05-04 21:16:30 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-05-04 21:16:30 +0000 |
| commit | fd98230020bdbdd051bbb11193a61097f169479b (patch) | |
| tree | aa7aa7fd453d3d6d2c64d70c23612cf3f9f4c883 /src/dolphinviewactionhandler.h | |
| parent | 5ad129ac78be046471a172f1e42d716dc0a4485b (diff) | |
Move "Adjust view properties" to dolphinviewactionhandler so that it's available in dolphinpart (konqueror) too.
Bug reported by kde-bug-hunter "lemma".
svn path=/trunk/KDE/kdebase/apps/; revision=804037
Diffstat (limited to 'src/dolphinviewactionhandler.h')
| -rw-r--r-- | src/dolphinviewactionhandler.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h index 4eb856387..4cc63b86a 100644 --- a/src/dolphinviewactionhandler.h +++ b/src/dolphinviewactionhandler.h @@ -167,6 +167,12 @@ private Q_SLOTS: */ void slotShowHiddenFilesChanged(); + /** + * Opens the view properties dialog, which allows to modify the properties + * of the currently active view. + */ + void slotAdjustViewProperties(); + private: /** * Create all the actions. |
