diff options
| author | Laurent Montel <[email protected]> | 2007-03-23 15:32:28 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2007-03-23 15:32:28 +0000 |
| commit | 84ea1693dace41d500c0a61501d67508b83711da (patch) | |
| tree | 561d1a55da6952f0ff722d3e11015ede4ac91669 /src/dolphinsettings.h | |
| parent | 343b54f8e46c3dc5e13fee75b1baddda029b1a83 (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/dolphinsettings.h')
| -rw-r--r-- | src/dolphinsettings.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphinsettings.h b/src/dolphinsettings.h index b4aaa6371..296f943fc 100644 --- a/src/dolphinsettings.h +++ b/src/dolphinsettings.h @@ -21,6 +21,8 @@ #ifndef DOLPHINSETTINGS_H #define DOLPHINSETTINGS_H +#include <libdolphin_export.h> + class KBookmark; class KBookmarkManager; class GeneralSettings; @@ -38,7 +40,7 @@ class DetailsModeSettings; * - bookmarks * - properties for icons and details view */ -class DolphinSettings { +class LIBDOLPHIN_EXPORT DolphinSettings { public: static DolphinSettings& instance(); |
