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/viewpropertiesdialog.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/viewpropertiesdialog.h')
| -rw-r--r-- | src/viewpropertiesdialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h index a0a933f55..6d0be52fc 100644 --- a/src/viewpropertiesdialog.h +++ b/src/viewpropertiesdialog.h @@ -21,6 +21,8 @@ #ifndef VIEWPROPERTIESDIALOG_H #define VIEWPROPERTIESDIALOG_H +#include "libdolphin_export.h" + #include <kdialog.h> class QCheckBox; @@ -37,7 +39,7 @@ class DolphinView; * and previews should be shown. The properties can be assigned to the current folder, * or recursively to all sub folders. */ -class ViewPropertiesDialog : public KDialog +class LIBDOLPHINPRIVATE_EXPORT ViewPropertiesDialog : public KDialog { Q_OBJECT |
