From fd98230020bdbdd051bbb11193a61097f169479b Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 4 May 2008 21:16:30 +0000 Subject: 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 --- src/viewpropertiesdialog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/viewpropertiesdialog.h') 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 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 -- cgit v1.3