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/dolphindetailsview.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/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index b504d6853..cbeb861d1 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -24,6 +24,7 @@ #include <dolphinview.h> #include <QStyleOptionViewItem> #include <QTreeView> +#include <libdolphin_export.h> class DolphinController; @@ -35,7 +36,7 @@ class DolphinController; * that full available width of the view is used by stretching the width * of the name column. */ -class DolphinDetailsView : public QTreeView +class LIBDOLPHIN_EXPORT DolphinDetailsView : public QTreeView { Q_OBJECT |
