┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewproperties.h
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2007-03-23 15:32:28 +0000
committerLaurent Montel <[email protected]>2007-03-23 15:32:28 +0000
commit84ea1693dace41d500c0a61501d67508b83711da (patch)
tree561d1a55da6952f0ff722d3e11015ede4ac91669 /src/viewproperties.h
parent343b54f8e46c3dc5e13fee75b1baddda029b1a83 (diff)
Create shared lib as discussed with David and Peter
It will used to create kparts which will use theses class svn path=/trunk/KDE/kdebase/apps/; revision=645768
Diffstat (limited to 'src/viewproperties.h')
-rw-r--r--src/viewproperties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewproperties.h b/src/viewproperties.h
index 0eb575407..be64b989b 100644
--- a/src/viewproperties.h
+++ b/src/viewproperties.h
@@ -25,7 +25,7 @@
#include <kfileitemdelegate.h>
#include <kurl.h>
#include <qdatetime.h>
-
+#include <libdolphin_export.h>
#include "dolphin_directoryviewpropertysettings.h"
class QFile;
@@ -51,7 +51,7 @@ class QFile;
* (see GeneralSettings::globalViewMode()), the values from the global .directory file
* are used for initialization.
*/
-class ViewProperties
+class LIBDOLPHIN_EXPORT ViewProperties
{
public:
explicit ViewProperties(const KUrl& url);