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/dolphiniconsview.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/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index db3d5d6cd..cc3715c61 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -22,6 +22,7 @@ #include <QListView> #include <QStyleOptionViewItem> +#include <libdolphin_export.h> class DolphinController; class DolphinView; @@ -32,7 +33,7 @@ class DolphinView; * It is also possible that instead of the icon a preview of the item * content is shown. */ -class DolphinIconsView : public QListView +class LIBDOLPHIN_EXPORT DolphinIconsView : public QListView { Q_OBJECT |
